From 8a7b8d485e1f409bf3583b2ec54e1c0dcfc5be22 Mon Sep 17 00:00:00 2001 From: secXsQuared Date: Tue, 13 Feb 2018 13:32:17 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4dc178f..b004951 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ My Hobby x86-64 OS kernel. -# Building and Debugging Guide +# Building ## Environment Any Linux distribution / Bash for Windows + GCC cross compiler. @@ -24,12 +24,12 @@ CONFIGURED WITH: --target=x86_64-elf --disable-nls --enable-languages=c,c++ --wi 2. Run "tar -xvf cross.tar.gz -C $HOME/opt/cross" -## Compilation +## Compiling Run "make all" in the root directory The makefile generates secxkrnl.iso (kernel image), secxkrnl.elf(kernel executable), secxkrnl.dmp(kernel disassembly) at the end. To clean all generated files, run "make clean" -## Running +# Running On windows run "qemu.bat" On linux run "./qemu.bat"