banan-os/kernel/arch/i386
Bananymous 55bb0084aa Kernel: namespace and function renames
MMU moved to namespace kernel
Kernel::Memory::Heap moved to just Kernel
MMU::map_{page,range} renamed to identity_map_{page,range}

Add MMU::get_page_flags
2023-04-28 14:48:38 +03:00
..
GDT.cpp Kernel: Add set_tss_stack() to 32 bit 2023-04-28 14:44:23 +03:00
IDT.cpp Kernel: Fix syscall return value in 32 bit 2023-04-21 11:08:02 +03:00
MMU.cpp Kernel: namespace and function renames 2023-04-28 14:48:38 +03:00
SpinLock.S Kernel: fix spinlock for i386 2023-02-02 15:49:00 +02:00
Thread.S Kernel: We can create basic userspace processes 2023-04-12 17:52:36 +03:00
boot.S Kernel: Kmalloc now has its memory statically allocated 2023-04-18 10:18:15 +03:00
crt0.S LibC: add needed stubs to build executables with our compiler 2023-04-12 17:53:02 +03:00
crti.S Rename .s extensions to .S 2022-11-15 09:25:18 +02:00
crtn.S Rename .s extensions to .S 2022-11-15 09:25:18 +02:00
linker.ld Kernel: Remove obsolete userspace stuff from kernel 2023-04-22 15:38:45 +03:00