Mercurial > lcfOS
annotate 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 |
rev | line source |
---|---|
9 | 1 This directory contains the C version of the OS. |
2 | |
3 To build the kernel, enter: | |
4 $ make | |
5 | |
6 To make the bootdisk, hit: | |
7 $ make bootdisk | |
8 | |
9 Running the OS with bochs: | |
10 $ bochs -q | |
11 | |
12 required tools: | |
13 - bochs: for simulating the OS | |
14 - mtools: for copying files to the bootdisk | |
15 - nasm: for assembler instructions | |
16 - gcc: for compiling the C sources | |
17 - make: for building the system | |
18 | |
19 Enjoy! | |
20 |