Mercurial > lcfOS
diff cos/README @ 9:92ace1ca50a8
64 bits kernel without interrupts but with printf in C
author | windel |
---|---|
date | Sun, 13 Nov 2011 12:47:47 +0100 |
parents | |
children | d8185ddb6c7b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cos/README Sun Nov 13 12:47:47 2011 +0100 @@ -0,0 +1,20 @@ +This directory contains the C version of the OS. + +To build the kernel, enter: +$ make + +To make the bootdisk, hit: +$ make bootdisk + +Running the OS with bochs: +$ bochs -q + +required tools: +- bochs: for simulating the OS +- mtools: for copying files to the bootdisk +- nasm: for assembler instructions +- gcc: for compiling the C sources +- make: for building the system + +Enjoy! +