Files
ownOS/m4-bochs/readme.md
Martin Cholewa a2c0a8edee info added
2026-02-07 08:54:18 +01:00

14 lines
327 B
Markdown

# 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)