info added

This commit is contained in:
Martin Cholewa
2026-02-07 08:54:18 +01:00
parent 65a7c24fba
commit a2c0a8edee

View File

@@ -1,5 +1,13 @@
# 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 screenshot](./screen/bochs.png)