rust-osdev / bootloader

An experimental pure-Rust x86 bootloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapping the kernel's own debug symbols

LoganDark opened this issue · comments

There could probably be an option to have the bootloader map the kernel's own debug symbols into memory somewhere. A use case for this would probably be profiling from within the OS itself, like what SerenityOS supports, IIRC.