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!
This commit is contained in:
@@ -6,6 +6,7 @@ set(BOOTLOADER_SOURCES
|
||||
boot.S
|
||||
command_line.S
|
||||
disk.S
|
||||
ext2.S
|
||||
memory_map.S
|
||||
utils.S
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user