hubertf's NetBSD Blog
Send interesting links to hubert at feyrer dot de!
 
[20040727] Preview: NetBSD port to the CDC Cyber & NOS & Wirth's original PASCAL
After recent discoveries of some secret parts of the Windows source, first code fragments of a NetBSD port to the CDC Cyber using a port of Wirth's original PASCAL compiler have been unveiled:
 PROGRAM netbsd(rootdevice, console);
 LABEL loop;
 BEGIN
 	detecthardware;
 	callinit(console);
 	dismountanysurvivingfilesystems;
 	trytohalt;
 loop:	goto loop;
 END.
      
(Provided by Ignatios Souvatzis; see also the hooks to load "netbsd.el" in src/sys/arch/i386/stand/boot/boot2.c and some other places to for an upcoming port of NetBSD written in Lisp to run inside Emacs)

[Tags: ]


Disclaimer: All opinion expressed here is purely my own. No responsibility is taken for anything.

Access count: 35112068
Copyright (c) Hubert Feyrer