summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--include/asm/io.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0d62a8f..aca4cab 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,8 @@ clean:
run: $(TARGET)
#qemu-system-x86_64 -s -kernel $(TARGET) -drive file=hd.img,format=raw -serial stdio
- qemu-system-x86_64 -s -kernel $(TARGET)
+ #qemu-system-x86_64 -s -kernel $(TARGET) -serial stdio
+ qemu-system-x86_64 -s -kernel $(TARGET) -nographic -curses
#qemu-system-x86_64 -s -S -kernel $(TARGET) -drive file=hd.img,format=raw
.FORCE:
diff --git a/include/asm/io.h b/include/asm/io.h
index 09294f4..3d151a5 100644
--- a/include/asm/io.h
+++ b/include/asm/io.h
@@ -1,7 +1,7 @@
/*
* asm/io.h
*
- * Provides acces to x86 I/O functions
+ * Provides access to x86 I/O functions
*/
#define inb(port) ({ \