rust-osdev / bootloader

An experimental pure-Rust x86 bootloader
Apache License 2.0
1.39k stars 212 forks source link

Mapping the kernel's own debug symbols #392

Open LoganDark opened 1 year ago

LoganDark commented 1 year ago

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.