Mercurial > lcfOS
view cos/README @ 15:de004f808e56
Fixup in multidocument area stuff
author | windel |
---|---|
date | Tue, 15 Nov 2011 07:35:00 +0100 |
parents | 92ace1ca50a8 |
children | d8185ddb6c7b |
line wrap: on
line source
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!