blob: 10f41de187170347a25a2a6b95b6f1ba353ec439 (
plain)
1
2
3
4
5
6
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.
|