ladybird/Kernel/Arch/i386
Andreas Kling b1058b33fb AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Use this instead of uintptr_t throughout the codebase. This makes it
possible to pass a FlatPtr to something that has u32 and u64 overloads.
2020-03-08 13:06:51 +01:00
..
Boot Kernel: Move kernel above the 3GB virtual address mark 2020-01-17 22:34:26 +01:00
CPU.cpp CPU: Prevent leakage of virtual addresses to kernel log 2020-03-06 15:57:19 +01:00
CPU.h AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 2020-03-08 13:06:51 +01:00
Interrupts.h CPU: Add 2 files with ISR stub macros 2020-02-24 11:27:03 +01:00
ISRStubs.h CPU: Add 2 files with ISR stub macros 2020-02-24 11:27:03 +01:00