0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 07, 2025 — Mar 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix formatting. More... about 2 years ago
Remove redundant declaration of GetSystemCallName. More... about 2 years ago
Move list of syscalls into their own file, and make it an enum More... about 2 years ago
Move stack tracing into its own file. More... about 2 years ago
Make exceptions an enum. More... about 2 years ago
Move private functions and variables into anonymous namespaces and expose asm symbols in a header respective to the asm source. More... about 2 years ago
Move StringView into its own file. More... about 2 years ago
Stop referring to struct types with `struct` More... about 2 years ago
Switch to using templated object pools. More... about 2 years ago
Switch over to a better kernel print API. More... about 2 years ago
Print when an exception happens in the kernel. More... about 2 years ago
ReleaseVirtualMemoryInAddressSpace should return void and add help function for determining kernel space addresses More... about 2 years ago
Support "Kernel C++" More... about 2 years ago
Initial uplift of the kernel to get it to build as C++. More... about 2 years ago
Merge branch 'master' of https://github.com/AndrewAPrice/Perception More... about 2 years ago
Update and rename virtual_allocator.c to virtual_allocator.cc More... about 2 years ago
Rename tss.c to tss.cc More... about 2 years ago
Update and rename timer.c to timer.cc More... about 2 years ago
Rename thread.c to thread.cc More... about 2 years ago
Update and rename text_terminal.c to text_terminal.cc More... about 2 years ago
Rename syscall.c to syscall.cc More... about 2 years ago
Rename shared_memory.c to shared_memory.cc More... about 2 years ago
Rename service.c to service.cc More... about 2 years ago
Rename scheduler.c to scheduler.cc More... about 2 years ago
Rename registers.c to registers.cc More... about 2 years ago
Rename profiling.c to profiling.cc More... about 2 years ago
Rename process.c to process.cc More... about 2 years ago
Update and rename physical_allocator.c to physical_allocator.cc More... about 2 years ago
Rename object_pools.c to object_pools.cc More... about 2 years ago
Rename multiboot_modules.c to multiboot_modules.cc More... about 2 years ago