summaryrefslogtreecommitdiff
path: root/Kernel/system.h
AgeCommit message (Expand)Author
2019-04-14Kernel: Remove system.h and make the uptime global a qword.Andreas Kling
2019-04-06Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.Andreas Kling
2019-04-03Kernel: Remove ancient nprocess and nblocked globals.Andreas Kling
2018-12-24The syncd loop can just be a lambda.Andreas Kling
2018-12-24Move kernel symbolication code out of init.cpp and into its own KSym files.Andreas Kling
2018-12-04Import a simple text editor I started working on.Andreas Kling
2018-11-17Make bash-2.05b build with minimal changes.Andreas Kling
2018-10-31Add a kmalloc_eternal() for things that will never be destroyed.Andreas Kling
2018-10-27Greatly improve /proc/PID/stack by tracing the ebp frame chain.Andreas Kling
2018-10-26Add a very hackish /proc/PID/stack.Andreas Kling
2018-10-16Import the "gerbert" kernel I worked on earlier this year.Andreas Kling