banan-os/kernel/arch/x86_64
Bananymous 89c0ff1a9d Kernel/LibC: Replace SYS_{GET,SET}_TLS with SYS_{SET,GET}_{FS,GS}BASE
This allows userspace to use both registers
2025-11-13 04:20:53 +02:00
..
PageTable.cpp Kernel: Only send one smp message when reserving a range 2025-08-07 16:43:05 +03:00
Signal.S Kernel/LibC: Implement sigaltstack 2025-08-21 02:52:49 +03:00
Syscall.S Kernel/LibC: Replace SYS_{GET,SET}_TLS with SYS_{SET,GET}_{FS,GS}BASE 2025-11-13 04:20:53 +02:00
Thread.S Kernel/LibC: Replace SYS_{GET,SET}_TLS with SYS_{SET,GET}_{FS,GS}BASE 2025-11-13 04:20:53 +02:00
boot.S Kernel: Add support for multiboot 2025-08-05 03:09:24 +03:00
crti.S Kernel: Cleanup constructor calls 2024-08-31 02:23:08 +03:00
crtn.S Kernel: Cleanup constructor calls 2024-08-31 02:23:08 +03:00
interrupts.S Kernel/LibC: Replace SYS_{GET,SET}_TLS with SYS_{SET,GET}_{FS,GS}BASE 2025-11-13 04:20:53 +02:00
linker.ld Kernel: Cleanup constructor calls 2024-08-31 02:23:08 +03:00