banan-os/kernel
Bananymous 74f70ae4bd Kernel/LibC: Use builtin functions over inline asm
Getting flags and saving/restoring sse state and reading TSC can be done
using compiler builtins
2026-01-09 15:39:19 +02:00
..
arch Kernel: Use syscall/sysret for syscalls in x86_64 2026-01-09 15:18:58 +02:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel/LibC: Use builtin functions over inline asm 2026-01-09 15:39:19 +02:00
kernel Kernel/LibC: Use builtin functions over inline asm 2026-01-09 15:39:19 +02:00
klibc LibC: Define ESHUTDOWN 2025-11-02 21:09:48 +02:00
CMakeLists.txt Kernel: Implement HD audio driver 2026-01-06 22:26:10 +02:00
icxxabi.cpp Kernel: Fix cxxabi for function static variable guards 2024-07-14 01:53:50 +03:00
ubsan.cpp Kenrel: Add __builtin_unreachable support for UBSAN 2024-09-22 17:14:36 +03:00