Browse Source

lesson 13, first kernel

Carlos Fenollosa 10 years ago
parent
commit
403ef8e4ec
1 changed files with 1 additions and 3 deletions
  1. 1 3
      13-kernel-barebones/README.md

+ 1 - 3
13-kernel-barebones/README.md

@@ -62,9 +62,7 @@ Run!
 You can now run `os-image.bin` with qemu.
 You can now run `os-image.bin` with qemu.
 
 
 Remember that if you find disk load errors you may need to play with the disk numbers
 Remember that if you find disk load errors you may need to play with the disk numbers
-or qemu parameters (floppy = `0x0`, hdd = `0x80`). I usually use
-
-`qemu-system-i386 -fda os-image.bin`
+or qemu parameters (floppy = `0x0`, hdd = `0x80`). I usually use `qemu-system-i386 -fda os-image.bin`
 
 
 You will see four messages:
 You will see four messages: