Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 311 Bytes

File metadata and controls

17 lines (14 loc) · 311 Bytes

About

UKernel is a small kernel made in C and ASM.

Building

Prerequisites

NASM GCC Make Optional (for testing): QEMU

If you're running Ubuntu, you can simply run: sudo apt install build-essential nasm qemu

Building and running

Build: make Run: make test Clean: make clean