mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
Kernel: Split debug symbols into a separate file
This speeds up the boot process considerably when specifying the kernel image via -initrd.
This commit is contained in:
parent
b708b23b13
commit
98f8ecd9d2
6 changed files with 10 additions and 5 deletions
|
@ -84,7 +84,7 @@ Vector<Symbol> symbolicate_thread(pid_t pid, pid_t tid)
|
|||
regions.append(RegionWithSymbols {
|
||||
.base = 0xc0000000,
|
||||
.size = 0x3fffffff,
|
||||
.path = "/boot/Kernel",
|
||||
.path = "/boot/Kernel.debug",
|
||||
.is_relative = false });
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue