This website requires JavaScript.
Explore
Help
Sign In
Sinipelto
/
banan-os
Watch
1
Star
0
Fork
0
You've already forked banan-os
forked from
Bananymous/banan-os
Code
Pull Requests
Activity
Files
9c506ef85b657061620b58c0bdb4bd654bbe6b2f
banan-os
/
kernel
/
arch
/
i386
History
Bananymous
9c506ef85b
Kernel: Stack pointer is validated when updated
...
This allows us not to fail stack pointer when in syscall since interrupts use their own stack
2023-04-21 10:40:24 +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
GDT.cpp
Kernel: Initialize GDT in kernel code
2023-03-01 21:21:56 +02:00
IDT.cpp
Kernel: Move kmalloc and MMU to Memory directory
2023-04-18 10:18:15 +03:00
linker.ld
Kernel: Stack pointer is validated when updated
2023-04-21 10:40:24 +03:00
MMU.cpp
Kernel: Add barebones per process virtual addresses
2023-04-20 00:45:41 +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