Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

It is not too late to register your Trumpet Winsock.

Uncategorized
41 23 111

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    8 Views
    I should post about the latest #retrocomputing project I started.Problem: I'd like an open-source, self-hosting C compiler on 8086, that supports the large memory model, overlays, and enough C89 to build Lua.This seems to not exist! K&R is much more common in this size category. Around the time of C89, many compilers bloated to the point of requiring a 386 or better host, though they could still target 8086. The 8086 holdouts were, in general, commercial products that never got a source release.One notable exception was DeSmet C http://www.desmet-c.com. It seems to have started life as a commercial PC fork of Bell Labs PCC, a small and sturdy K&R compiler. DeSmet 3.1 added "draft ANSI C" support, but this is incomplete, and riddled with code-gen bugs. This version later found itself on Github as OpenDC https://github.com/the-grue/OpenDC.Aside from all the bugs, this is a pretty cool package: its dis/assembler, debugger, text editor, and some other utilities were also open sourced, and it runs on an 8088 with 256K RAM and two 360K floppies.The OpenDC person did a good job packaging things up into an easily buildable form, and fixing syntax errors that probably came from running the sources through a different compiler version than expected, so... yes, it does indeed build and self-host... and I've done this on my Book 8088.So now I will try to fix the bugs and add the missing C89 features. There are many, many of both... gulp.
  • Learn Lisp like it's 1972.

    Uncategorized lisp books retrocomputing
    1
    0 Votes
    1 Posts
    13 Views
    Learn Lisp like it's 1972. A very early introductory booklet on Lisp that covers a variety of topics, including compilation and garbage collection, and has examples that compare Lisp with Fortran.https://archive.org/details/programmersintro0000maur_t1l8#lisp #books #retrocomputing
  • 0 Votes
    1 Posts
    13 Views
    Here's an interesting machine called the GeoStar, which had a two-monitor display. On the left was a vector display for text. On the right, a raster display for plotting maps. It was used on mining sites. On display at https://acms.org.au/ #computers #computerhistory #oldcomputer #retrocomputing
  • 0 Votes
    1 Posts
    18 Views
    Saving the Masters of the Elements From Getting Lost to Time: Epilogue.Every journey comes to an end, and this is the end of a very personal journey that started back in May 2025. I finally proudly present: The patch files required to play “Masters of the Elements” on Windows 2000 and higher, up to Windows 11.https://fabulous.systems/posts/2025/10/saving-the-masters-of-the-elements-epilogue/#retrogaming #retrocomputing