From 407d34ca790ea224c79e17a5cbe33976bf02a6fc Mon Sep 17 00:00:00 2001 From: Vaze Date: Wed, 27 May 2026 13:18:52 +0200 Subject: Removed bootloader sub-project. ZenOS will focus on the kernel from now on. BOOTBOOT will be used as the only supported bootloader for now. Development of a custom bootloader might resume at a much later date. --- bootloader/TODO | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 bootloader/TODO (limited to 'bootloader/TODO') diff --git a/bootloader/TODO b/bootloader/TODO deleted file mode 100644 index a5bcd8e..0000000 --- a/bootloader/TODO +++ /dev/null @@ -1,6 +0,0 @@ -[] - Read file at \BOOT\EFI\kernel.elf -[] - Detect file as valid ELF -[] - Parse and load ELF into memory -[] - Obtain various info about fb, memory, etc. -[] - Exit BS -[] - Pass info to loaded kernel and transfer control. -- cgit v1.2.3