comparison README @ 43:e47bfef80baf

Fixed build by commenting out initrd code
author windel
date Sat, 18 Feb 2012 16:18:03 +0100
parents 35cc54e078dd
children
comparison
equal deleted inserted replaced
42:980b2f14c9be 43:e47bfef80baf
29 $ make 29 $ make
30 30
31 Running the OS with bochs: 31 Running the OS with bochs:
32 $ bochs -q 32 $ bochs -q
33 33
34 Running the OS with kvm:
35 $ kvm -fda bootdisk.img
36 or:
37 $ qemu-kvm -fda bootdisk.img
38
34 required tools: 39 required tools:
35 - bochs: for simulating the OS 40 - bochs: for simulating the OS
36 - mtools: for copying files to the bootdisk 41 - mtools: for copying files to the bootdisk
37 - nasm: for assembler instructions 42 - nasm: for assembler instructions
38 - gcc: for compiling the C sources 43 - gcc: for compiling the C sources