rezgui / fpos

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not compile

opened this issue · comments

when I try to compile it I get this error(I tried doesn't work on Mac or Linux) system.pp(68) Error: Can't create object file: ../units/i386-fpos/system.o
system.pp(68) Fatal: Can't create object ../units/i386-fpos/system.o
Fatal: Compilation aborted
Error: /usr/local/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)
make[2]: *** [system] Error 1
make[1]: *** [all] Error 2
make: *** [fpos] Error 2