banan-os/kernel/arch/x86_64
Bananymous 5babd7b4f2 Kernel: remove PAGE_FLAGS_MASK as that was not correct anymore
After I added NXE bit, the flags mask is no longer valid
2023-07-21 12:01:50 +03:00
..
GDT.cpp Kernel: GDT tss selector is now 16 bit value 2023-05-06 17:34:22 +03:00
IDT.cpp Kernel: rework the whole PageTable structure 2023-07-05 23:41:35 +03:00
PageTable.cpp Kernel: remove PAGE_FLAGS_MASK as that was not correct anymore 2023-07-21 12:01:50 +03:00
Thread.S Kernel/LibC: pass environ pointer to process 2023-06-05 21:12:08 +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: pass environ pointer to process 2023-06-05 21:12:08 +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: Syscalls now get the interrupt stack 2023-07-21 11:04:16 +03:00
linker.ld Kernel: Support execute disable bit 2023-07-13 14:28:53 +03:00