Luna/kernel/src
apio 944d32de36
All checks were successful
continuous-integration/drone/push Build is passing
Bitmap: Introduce new malloc-aware initialization functions
Lets us call resize(new_size) instead of initialize(realloc(location, new_size), new_size)
2023-01-21 23:16:50 +01:00
..
arch x86_64/CPU: Skip null instruction pointers on stack trace generation 2023-01-16 20:44:45 +01:00
boot Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
memory Bitmap: Introduce new malloc-aware initialization functions 2023-01-21 23:16:50 +01:00
sys Kernel: Make a UserVM wrapper around Bitmap and use that to allocate user VM 2023-01-13 19:05:20 +01:00
thread Kernel: Make a UserVM wrapper around Bitmap and use that to allocate user VM 2023-01-13 19:05:20 +01:00
video luna, kernel: More constness 2023-01-10 19:31:41 +01:00
config.h.in Add config.h for version information 2022-12-03 17:25:25 +01:00
cxxabi.cpp Kernel: Add __cxa_atexit iomplementation 2023-01-13 18:56:05 +01:00
ELF.cpp ELFLoader: Set both the read-write and execute flags if the section has both 2023-01-06 17:34:24 +01:00
ELF.h ELFLoader: Do not keep track of segments 2023-01-05 21:46:03 +01:00
InitRD.cpp Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
InitRD.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Log.cpp Convert some FIXMEs into NOTES 2023-01-16 20:30:35 +01:00
Log.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
main.cpp TarStream: Support mode 2023-01-11 18:42:50 +01:00