Luna/kernel/src/arch/x86_64
apio d96cb73995 Rename physical "pages" to "frames"
AFAIK, this is the proper naming scheme. "Pages" are virtual, and "frames" physical.
2022-11-19 22:27:08 +01:00
..
CPU.asm Kernel: Introduce a timer interface 2022-11-19 20:01:01 +01:00
CPU.cpp Replace more usage of stdint.h types with Luna's Types.h 2022-11-19 22:25:03 +01:00
CPU.h Add some interrupt handling 2022-11-16 17:37:18 +01:00
Entry.asm Kernel: Introduce a timer interface 2022-11-19 20:01:01 +01:00
IO.cpp Serial printing!! 2022-11-13 10:30:10 +01:00
IO.h Serial printing!! 2022-11-13 10:30:10 +01:00
MMU.cpp Rename physical "pages" to "frames" 2022-11-19 22:27:08 +01:00
Serial.cpp Serial printing!! 2022-11-13 10:30:10 +01:00
Timer.cpp Replace more usage of stdint.h types with Luna's Types.h 2022-11-19 22:25:03 +01:00