This is a project I began in the late 90's, to write an "operating system" in the theme of Befunge-93. It never got very far, but it does boot and do some cute things, so I have modernized it (from Turbo Assembler to NASM) and made it available here.
Documentation
Implementations
-
BefOS (NASM), an operating system in NASM Assembler
To run this implementation, you need:
-
to build it first, for which you will need:
- an implementation of NASM Assembler (we suggest NASM) and the IBM PC compatible platform
- an implementation of ANSI C (we suggest gcc 3.4)
- an implementation of Perl (we suggest perl 5.8.8)
-
to build it first, for which you will need:
Download
Development
Github: catseye/BefOS
Bitbucket: catseye/befos
Issue tracker: on github