Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 404 Bytes

README

Repository For the OS

Components

Bootloader

It uses a custom bootloader, which is an efi application so it can be loaded by any efi boot manager.

Kernel

The kernel has almost no work done, but it goes in tandem with the bootloader and both are of the AMD64 architecture

Toolchain

Right now it's GCC, but I hope to migrate everything to clang