banan-os/kernel/arch/x86_64
Bananymous 68691faca1 Kernel: boot.S is back to 2 MiB pages
bochs doesn't seem to support 1 GiB pages
2023-06-03 18:53:36 +03:00
..
GDT.cpp Kernel: GDT tss selector is now 16 bit value 2023-05-06 17:34:22 +03:00
IDT.cpp Kernel: start work on higher half kernel 2023-05-30 08:00:17 +03:00
PageTable.cpp Kernel: Fix comment 2023-05-31 00:51:15 +03:00
Thread.S Kernel: Add argc and argv to process entry 2023-05-16 00:27:49 +03:00
boot.S Kernel: boot.S is back to 2 MiB pages 2023-06-03 18:53:36 +03:00
crt0.S Kernel/LibC: opening standard files is done in libc 2023-05-29 20:21:19 +03:00
crti.S Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
crtn.S Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
interrupts.S Kernel: Remove offset from OpenFileDescriptor 2023-05-09 20:31:22 +03:00
linker.ld Kernel: start work on higher half kernel 2023-05-30 08:00:17 +03:00