aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md17
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