From 4e83c51af4c1553310c2af2d3d4a8f5c39961bf6 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Mon, 4 Nov 2013 07:00:32 -0800 Subject: [PATCH] Updated Tools (markdown) --- Tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools.md b/Tools.md index 2102869..29f8872 100644 --- a/Tools.md +++ b/Tools.md @@ -1,8 +1,8 @@ -Several tools are necessary in order to build: +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 * dd and objcopy: To create binary for the floppy (should be by default on distributions) -To run the kernel, either of these tools can be used: +To run the operating system, either of these tools can be used: * Bochs: Better for debugging purposes but can be quite different from hardware * QEMU: Should be closer to the hardware, but not very practical for debugging \ No newline at end of file