Free Pascal Operating System (FPOS) is a operating system consists of a minimal kernel built on FreePascal. It contains a Scheme implementation of a hard drive (ATA) driver, keyboard (PS2), serial (8250 UART), FAT32 filesystem and a small real time clock manager. The project was built to experiment with developement of operating system using a high level functional language to study the developement process and the use of Scheme to build a fairly complex system.
use the following attachments to compile on debian x86, maybe other uni-ces
as well.it is a modified make.rules file that goes in the top-level
directory.since I can't [YET] duplicate the build environment on windows,
i'll support the build from here.
--Jazz
Original issue reported on code.google.com by jasm...@lavabit.com on 20 Jan 2009 at 2:32
Original issue reported on code.google.com by
jasm...@lavabit.com
on 20 Jan 2009 at 2:32Attachments: