Skip to content

Commit 403ef8e

Browse files
committed
lesson 13, first kernel
1 parent 2f1378d commit 403ef8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

13-kernel-barebones/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ Run!
6262
You can now run `os-image.bin` with qemu.
6363

6464
Remember that if you find disk load errors you may need to play with the disk numbers
65-
or qemu parameters (floppy = `0x0`, hdd = `0x80`). I usually use
66-
67-
`qemu-system-i386 -fda os-image.bin`
65+
or qemu parameters (floppy = `0x0`, hdd = `0x80`). I usually use `qemu-system-i386 -fda os-image.bin`
6866

6967
You will see four messages:
7068

0 commit comments

Comments
 (0)