ecomaikgolf / alma

toy kernel written in C++ for x86-64 machines with the mere purpose of learning OS development
8 stars 1 forks source link

Improve kernel image loading #15

Closed ecomaikgolf closed 2 years ago

ecomaikgolf commented 3 years ago

Just load the ELF header size (in the initial malloc) and then start loading program headers separately.

It should work ¿? I see no difference from loading the entire file and then using the program headers.

ecomaikgolf commented 2 years ago

Out of scope