Skip to content

misachi/NineteenOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NineteenOS

World's simplest operating system from scratch. NineteenOS is a kernel built for the x86 platform. This is a work in progress and any contributions to make the code better or just ideas are welcome.

Requirements

  • Qemu Emulator
  • Make
  • GCC cross compiler
  • Nasm Assembler

Run

Two ways to test the system

i) Using binary image

qemu-system-x86_64 -d guest_errors -fda bin/os_image

ii) Using make

make all

Contact

Send me an email at misachibrianatgmaildotcom in case of any issues