1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 09:37:34 +00:00
serenity/Kernel/Arch/x86/common
Liav A cc98871383 Kernel: Print if image has become too large again
Instead of just disabling interrupts and halting when entering the C++
section, just halt with a printed message indicating the error.
2021-07-07 22:18:36 +02:00
..
Boot Kernel: Print if image has become too large again 2021-07-07 22:18:36 +02:00
ASM_wrapper.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
CPU.cpp Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
Interrupts.cpp Kernel: Fix incorrect indentation 2021-07-05 17:12:56 +02:00
Processor.cpp Kernel: Replace raw asm functions with naked ones 2021-07-05 16:40:00 +02:00
ProcessorInfo.cpp Kernel: Add stubs for missing x86_64 functionality 2021-06-24 09:27:13 +02:00
SafeMem.cpp Kernel: Fix safe_memset not setting the last few bytes in some cases 2021-07-04 18:54:16 +02:00
TrapFrame.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00