banan-os/bootloader
Bananymous a9412aa741 Bootloader: Implement basic ext2 filesystem
This can search for files in an ext2 filesystem. Only 12 blocks
are currently supported.

Now only ELF loading is missing for loading the actual kernel!
2023-11-15 16:58:26 +02:00
..
installer Bootloader: installer now uses banan os elf headers intead of Linux's 2023-11-13 21:40:15 +02:00
.gitignore Bootloader: Start work on bootloader 2023-11-09 22:42:47 +02:00
CMakeLists.txt Bootloader: Implement basic ext2 filesystem 2023-11-15 16:58:26 +02:00
boot.S Bootloader: Implement basic ext2 filesystem 2023-11-15 16:58:26 +02:00
command_line.S Bootloader: Split bootloader into multiple files 2023-11-14 03:27:52 +02:00
disk.S Bootloader: Implement basic ext2 filesystem 2023-11-15 16:58:26 +02:00
ext2.S Bootloader: Implement basic ext2 filesystem 2023-11-15 16:58:26 +02:00
install.sh Bootloader: Build with cmake instead of custom script 2023-11-14 03:44:47 +02:00
linker.ld Bootloader: Split bootloader into multiple files 2023-11-14 03:27:52 +02:00
memory_map.S Bootloader: Split bootloader into multiple files 2023-11-14 03:27:52 +02:00
utils.S Bootloader: Split bootloader into multiple files 2023-11-14 03:27:52 +02:00