comparison README @ 41:35cc54e078dd

Added memory functions
author windel
date Fri, 03 Feb 2012 17:56:41 +0100
parents 92ace1ca50a8
children e47bfef80baf
comparison
equal deleted inserted replaced
40:24ce177e01e8 41:35cc54e078dd
20 = How to start the IDE = 20 = How to start the IDE =
21 21
22 $ cd ide 22 $ cd ide
23 $ python runide.py 23 $ python runide.py
24 24
25 = About the C version of the OS =
26
27 To build the C kernel, enter:
28 $ cd cos
29 $ make
30
31 Running the OS with bochs:
32 $ bochs -q
33
34 required tools:
35 - bochs: for simulating the OS
36 - mtools: for copying files to the bootdisk
37 - nasm: for assembler instructions
38 - gcc: for compiling the C sources
39 - make: for building the system
40 - python 3: for building the initial ramdisk
41
42 Enjoy!
43