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.
GNU General Public License v2.0
84 stars 18 forks source link

FPOS compiler issue[SOLVED] #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
dont forget about this for unix platforms to link, you wont be able to.

it goes in the kernel folder.

Original comment by jasm...@lavabit.com on 21 Jan 2009 at 11:53

Attachments: