No description
  • Makefile 54.8%
  • C 33%
  • QMake 9.7%
  • C++ 2.1%
  • Assembly 0.4%
Find a file
2023-01-16 23:07:48 +01:00
bootloader overhauled build system 2023-01-16 23:07:48 +01:00
kernel overhauled build system 2023-01-16 23:07:48 +01:00
misc-host Merge remote-tracking branch 'origin/master' 2016-02-11 23:09:35 +01:00
.gitignore added some helper functions to simplify code in efi_main 2014-10-24 00:51:10 +02:00
LICENSE.md Update LICENSE.md 2015-07-16 20:10:06 +02:00
Makefile overhauled build system 2023-01-16 23:07:48 +01:00
OVMF.fd overhauled build system 2023-01-16 23:07:48 +01:00
README.md README.md edited online with Bitbucket 2014-10-27 00:07:22 +00:00

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