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

Jump to kernel code #10

Closed ecomaikgolf closed 3 years ago

ecomaikgolf commented 3 years ago

Jump to the entry point address and check it worked returning some values.

ecomaikgolf commented 3 years ago

Seems that I need to parse program headers from ELF.

ecomaikgolf commented 3 years ago

Seems that I need to parse program headers from ELF.

Yes it's needed, created #16

ecomaikgolf commented 3 years ago

working in d6e4f914c9a211acc990038b8ce367d5c176f273