Bootloader: Load kernel to memory and jump to it!

This commit is contained in:
2023-11-17 16:36:29 +02:00
parent 9e69053e64
commit 641a2dec00
4 changed files with 265 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ set(BOOTLOADER_SOURCES
boot.S
command_line.S
disk.S
elf.S
ext2.S
memory_map.S
utils.S