Skip to content

Releases: neozeed/8086pcc

Built some utils! Fixed up libraries!!

21 Mar 22:36
Compare
Choose a tag to compare

For anyone just wanting binaries they are in the dosbin directory.

I've included a MS-DOS 2.11 boot disk that includes the binares and
everything ready for MY home network. I've fixed up the libc so it doesn't look terrible anymore.

fixedmit

You can mess with the config running

custom netdev
the batch file vert will take you to a BBS if the stars align

Welcome to 1985!

Anyone wanting to build stuff run the 'env.cmd' file and it'll setup paths
for the compiler.

It's not for the weak at heart.

All the source and bits are here.

Enjoy.

Able to build fib.c without the VAX!

20 Mar 13:34
Compare
Choose a tag to compare

This is a big milestone, I'm able to build almost everything with Visual C++ 1.0. Only the GNU Linker is giving me issues, but MinGW builds work just fine.

This ancient version of PCC can only make .COM files so nothing that sophisticated can be built. Originally it was hosted on 4.1BSD VAX, and it's binary fileformats revolve around that. I've had to port the 4.1BSD ar & ranlib to get around ld86 being forever broken (it injects VAX assembly directly into it).

There is probably numerous other issues, but this is a good enough (tm) starting point!