summaryrefslogtreecommitdiff
path: root/Kernel/.gitignore
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-10-26 22:32:35 +0200
committerAndreas Kling <awesomekling@gmail.com>2018-10-26 22:33:15 +0200
commitc928b062180b10a9908325727e18483e029edada (patch)
tree38d9c7cafc21ed9d438cc137bbb613f38cb1415d /Kernel/.gitignore
parent81627cf7d539b3aa15773967f6c3d7c6e7ca86be (diff)
downloadserenity-c928b062180b10a9908325727e18483e029edada.zip
Add a very hackish /proc/PID/stack.
It walks the stack and identifies anything that looks like a kernel symbol. This could be a lot more sophisticated.
Diffstat (limited to 'Kernel/.gitignore')
-rw-r--r--Kernel/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/.gitignore b/Kernel/.gitignore
index 7fa55bf91c..8a77724203 100644
--- a/Kernel/.gitignore
+++ b/Kernel/.gitignore
@@ -2,3 +2,4 @@
.floppy-image
Boot/boot.bin
kernel
+kernel.map