banan-os/kernel/arch/i686
Bananymous 1943c3e7a1 Kernel: Unify IDT and GDT code between x86_64 and x86_32
The code is pretty much the same, so there are just couple macros
differiating initialization.
2024-03-26 16:42:02 +02:00
..
PageTable.cpp Kernel: Replace i386 with i686 2024-03-26 02:48:26 +02:00
Signal.S Kernel: Replace i386 with i686 2024-03-26 02:48:26 +02:00
Syscall.S Kernel: Replace i386 with i686 2024-03-26 02:48:26 +02:00
Thread.S Kernel: Replace i386 with i686 2024-03-26 02:48:26 +02:00
boot.S Kernel: Fix boot code for x86_32 2024-03-26 13:25:22 +02: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: Unify IDT and GDT code between x86_64 and x86_32 2024-03-26 16:42:02 +02:00
linker.ld Kernel: Replace i386 with i686 2024-03-26 02:48:26 +02:00