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
91f04ce25048faf03415cc415f8b6656e3384591
banan-os
/
kernel
/
arch
/
x86_64
History
Bananymous
91f04ce250
Kernel: Change PageTable API
...
Getting free pages not reserves them, so you don't have to hold the page table lock :)
2023-08-02 22:09:14 +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
GDT.cpp
Kernel: GDT tss selector is now 16 bit value
2023-05-06 17:34:22 +03:00
IDT.cpp
Kernel: Cleanup returns from any kind on interrupts
2023-08-01 14:23:50 +03:00
interrupts.S
Kernel: Change signal kernel API
2023-07-23 18:33:10 +03:00
linker.ld
Kernel/LibC: Add bareboness signals
2023-07-21 15:45:02 +03:00
PageTable.cpp
Kernel: Change PageTable API
2023-08-02 22:09:14 +03:00
Signal.S
Kernel: Cleanup signal trampoline
2023-07-30 15:58:35 +03:00
Thread.S
Kernel/LibC: pass environ pointer to process
2023-06-05 21:12:08 +03:00