From f07de1e0af3e043067ed97b0c1dac0e2e91e8c45 Mon Sep 17 00:00:00 2001 From: hyper1923 <82442186+hyper1923@users.noreply.github.com> Date: Fri, 29 Jul 2022 23:31:31 +0300 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f9b0a7d --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Armenian OS + Armenian OS is an Operating System written in Assembly and C + It supports x86 and x64 architectures + +# Features + 1. Bootloader + 2. Printing String + 3. Global Descriptor Table + 4. Simple Paging + +# TODO + 1. IDT + 2. Full support on Text-Mode + 3. ELF Support + 4. ACPI Support + 5. VGA Support +