Updated Tools (markdown)

Baptiste Wicht 2013-12-15 13:03:25 -08:00
parent 2b9964fc90
commit 296944acb2

@ -1,6 +1,6 @@
Several tools are necessary in order to build the operating system:
* GCC Cross Compiler for the x86_64-elf target (with binutils for the same target): To compile the C++ kernel
* NASM: To assemble the bootloader and the first stage of the kernel
* NASM: To assemble the bootloader
* dd and objcopy: To create binary for the floppy (should be by default on distributions)
To run the operating system, either of these tools can be used: