blob: 462218309c1cf6c2641f73186fe4fd3da110f827 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
|