ofabricio / os

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Operating System.

Code

The assembly code is in NASM syntax.

Emulator

Use either bochs or qemu emulators to run this code.

Installing gcc cross-compiler for Windows

This is importat for cross-compiling c code into Elf format on Windows. See Wiki.

About


Languages

Language:Assembly 93.2%Language:Makefile 5.1%Language:C 1.7%