Skip to content

Commit b5e6803

Browse files
committed
Replace bochs to QEMU
1 parent e3a3da8 commit b5e6803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ Work in progress...
1919

2020
### Running the kernel
2121
```shell
22-
bochs -f bochsrc.txt -q
22+
qemu-system-i386 -boot d -cdrom ./os.iso -m 512 -s
2323
```
24+
The `-s` flag is for remote debugging with `gdb`.

0 commit comments

Comments
 (0)