Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 501 Bytes

hello-world-os

Existe una version de este documento en español

Simplest OS ever. Also useless, but the idea is to get a basic aproach of how to start on OS development.

Dependencies

  • nasm
  • gcc
  • ld
  • qemu
  • make

Compile & Run

First you need to compile the kernel with make, now you are ready to run it with make run

Screenshot

ScreenShot