17 Forks
58 Stars
58 Watchers

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.

How to download and setup fpos

Open terminal and run command
git clone https://github.com/rezgui/fpos.git
git clone is used to create a copy or clone of fpos repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with fpos https://github.com/rezgui/fpos/archive/master.zip

Or simply clone fpos with SSH
[email protected]:rezgui/fpos.git

If you have some problems with fpos

You may open issue on fpos support forum (system) here: https://github.com/rezgui/fpos/issues