Skip to content

geoffroh/null-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Creates a bootable disk image in assembly. Following basic steps on http://mikeos.sourceforge.net/write-your-own-os.html

  1. compile with nasm:
nasm -f bin -o boot.bin boot.asm
  1. write to a virtual floppy:
dd conv=notrunc if=boot.bin of=boot.flp
  1. Run with qemu:
qemu-system-i386 -fda boot.flp

About

An OS in asm. Boots, prints a string, loops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published