index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
mkmap.sh
Age
Commit message (
Expand
)
Author
2021-12-30
Kernel: Use the toolchain's `nm` in mkmap.sh
Daniel Bertalan
2021-07-29
Kernel: Use our toolchain's c++filt tool for the kernel map
Gunnar Beutner
2021-07-29
Kernel: Embed the right symbol count into the kernel.map file on macOS
Gunnar Beutner
2021-07-18
Kernel: Introduce basic pre-kernel environment
Gunnar Beutner
2021-07-18
Kernel: Ignore KUBSAN symbols in the kernel symbol map
Gunnar Beutner
2021-07-06
Kernel+LibELF: Don't demangle symbols in the kernel
Gunnar Beutner
2021-06-25
Kernel: Build the x86_64 kernel as an ELF32 executable
Gunnar Beutner
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-02-10
Meta: Fix shellcheck warnings in various scripts
Shannon Booth
2019-11-28
Kernel: Allow modules to link against anything in kernel.map :^)
Andreas Kling
2019-04-30
Kernel: Don't symbolicate symbol+offset for obvious non-kernel addresses.
Andreas Kling
2018-12-03
Omit duplicate lines from the ksyms map.
Andreas Kling
2018-11-09
Pre-size the ksyms vector for speedier loading.
Andreas Kling
2018-10-26
Add a very hackish /proc/PID/stack.
Andreas Kling