info added
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# Testing on local emulator bochfs
|
# Testing on local emulator bochfs
|
||||||
|
We have configuration for emulator in bochsrc and assembler code in hello.asm.
|
||||||
|
|
||||||
|
## Building binary
|
||||||
|
> nasm hello.asm -f bin -o hello.bin
|
||||||
|
|
||||||
|
## Build image
|
||||||
|
> dd if=hello.bin of=boot.img bs=512 count=1 conv=notrunc
|
||||||
|
|
||||||
|
## Run emulator
|
||||||
> bochs -f bochsrc -q
|
> bochs -f bochsrc -q
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user