rename: study -> qemu
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# read&write
|
||||
|
||||
```bash
|
||||
nasm -f bin mybios.asm -o mybios.bin
|
||||
qemu-system-i386 -bios mybios.bin -nographic
|
||||
```
|
||||
|
||||
```bash
|
||||
nasm -f bin myboot.asm -o myboot.bin
|
||||
qemu-system-i386 -M pc -drive file=myboot.bin,format=raw,index=0,media=disk -display curses
|
||||
```
|
||||
Reference in New Issue
Block a user