ladybird/Kernel/Arch/i386
Andreas Kling 4b7a89911c Kernel: Remove some unnecessary casts to uintptr_t
VirtualAddress is constructible from uintptr_t and const void*.
PhysicalAddress is constructible from uintptr_t but not const void*.
2020-01-20 13:13:03 +01:00
..
Boot Kernel: Move kernel above the 3GB virtual address mark 2020-01-17 22:34:26 +01:00
APIC.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
APIC.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
CPU.cpp Kernel: Always switch to own page tables when crashing/asserting 2020-01-19 10:33:17 +01:00
CPU.h Kernel: Remove some unnecessary casts to uintptr_t 2020-01-20 13:13:03 +01:00
PIC.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PIC.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PIT.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PIT.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00