process_mem #10
Reference in New Issue
Block a user
Delete Branch "process_mem"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mainly debug stuff: have a working stack trace, and panic.
To get symbol names & offsets, we link the kernel once, then export a symbol table (text file), then make an assembly symbol table out of it with some python. Then assemble and link it to the kernel.
So it's effectively linked 2 times.
Also set up the kernel stack because until now we were using the one provided by Limine.
However still get: