banan-os/kernel/arch/i686
Bananymous 969563c06a Kernel: Don't load AP init code to 0xF000, but relocate it later
This cleans up the kernel executable as bootloaders don't have to
load AP init code straight to 0xF000, but it will be moved there once
kernel is doing the AP initialization.
2024-08-21 13:37:50 +03:00
..
PageTable.cpp Kernel: Map .rodata as read only instead of read-write 2024-08-12 14:28:52 +03:00
Signal.S Kernel: Don't load AP init code to 0xF000, but relocate it later 2024-08-21 13:37:50 +03:00
Syscall.S Kernel: Make sure stack is aligned on interrupts for i686 target 2024-07-22 00:10:42 +03:00
Thread.S Kernel: Implement syscalls for i686 and cleanup x86_64 2024-04-03 02:23:23 +03:00
boot.S Kernel: Don't load AP init code to 0xF000, but relocate it later 2024-08-21 13:37:50 +03:00
crt0.S Kernel: Replace i386 with i686 2024-03-26 02:48:26 +02:00
crti.S Kernel: Replace i386 with i686 2024-03-26 02:48:26 +02:00
crtn.S Kernel: Replace i386 with i686 2024-03-26 02:48:26 +02:00
interrupts.S Kernel: All processors use LAPIC timer when running with APIC 2024-07-23 02:28:52 +03:00
linker.ld Kernel: Don't load AP init code to 0xF000, but relocate it later 2024-08-21 13:37:50 +03:00