summaryrefslogtreecommitdiff
path: root/src/assets/projects/09-corn.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/projects/09-corn.md')
-rw-r--r--src/assets/projects/09-corn.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/assets/projects/09-corn.md b/src/assets/projects/09-corn.md
new file mode 100644
index 0000000..10f41de
--- /dev/null
+++ b/src/assets/projects/09-corn.md
@@ -0,0 +1,7 @@
+---
+name: corn
+repo: corn
+---
+
+corn is a x86_64 operating system micro kernel implemented in C. It uses the multiboot bootloader standard, and suports BIOS and UEFI boot. For memory managment, it
+supportes full paging, along with a physical and virtual memory allocator, and page allocating on first write. ACPI, PCI, graphics, and debugger support also exist.