diff options
| author | 2026-08-18 12:15:05 +0200 | |
|---|---|---|
| committer | 2026-08-18 12:15:05 +0200 | |
| commit | 132d3236bb884433bf94e961f6d32264e0334aec (patch) | |
| tree | 06638976b06f019ea4037175ff228f8271057c44 /README.md | |
Diffstat (limited to '')
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4622183 --- /dev/null +++ b/README.md @@ -0,0 +1,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
\ No newline at end of file |
