1 ** Qucik Guide how to run Quarn on your machine. **
3 WARNING! All compilation and configuration scripts were tested only on GNU/Linux machines. If
4 you have problems compiling Quarn you can either download ready-to-use floppy image or contact
7 1. Download and unpack source code, then change current directory to the main quarn directory.
8 2. To use default configuration type:
10 This command will configure Quarn and make it ready to compile. If you want to configure it
11 yourself use command: make textconf (this tool is not completed yet).
14 which will compile Quarn OS source code and will produce ELF binaries.
15 4a. If you want to run Quarn OS on Qemu type:
17 4b. If you want to run Quarn OS on any other emulator type:
19 script will create floppy image: fd.img.
20 4c. If you want to run Quarn OS on real machine, insert floppy into floppy disk drive and type:
22 WARNING: Steps 4a/b/c require root privileges.
24 Quarn OS configuration and compilation scripts provide also additional functionallity such as
25 creating code documentation, testing algorithms or building packages and snapshots. You can
26 check all these commands by typing:
29 In case of any problems you may encounter, the best way to deal with them is to contact project
30 leader and founder Pawel Dziepak. Contact information is present in file AUTHORS and on Quarn
31 OS website: http://quarnos.org