Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 456 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 456 Bytes

MarmotOS Kernel

License Architecture

Please read the LICENSE file for license information.

Documentation is in /doc source is in /src

Assembly code is written NASM format and should be assembled with NASM.

Make all will compile into a floppy image, boot.flp. This can be loaded with QEMU:

qemu-system-x86_64 -fda boot.flp