net: udp sending data routine
[quarnos.git] / README
blob2d48b1db49ac81ee7c6b6f4e7939c3778111e1a6
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
5 Pawel Dziepak.
7 1. Download and unpack source code, then change current directory to the main quarn directory.
8 2. To use default configuration type:
9         make defconf
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).
12 3. Then type command:
13         make
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:
16         make qemu
17 4b. If you want to run Quarn OS on any other emulator type:
18         make fd_image
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:
21         make floppy
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:
27         make help
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