This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
You've already forked banan-os
1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
92daa831d1
banan-os
/
kernel
/
arch
/
x86_64
History
Bananymous
92daa831d1
Kernel: ISRs now print pid and tid
2023-05-06 00:10:15 +03:00
..
GDT.cpp
Kernel: TSS stack can be set after initialization
2023-04-25 14:48:12 +03:00
IDT.cpp
Kernel: ISRs now print pid and tid
2023-05-06 00:10:15 +03:00
MMU.cpp
Kernel: 64 bit MMU now properly identity maps kernel
2023-05-05 14:19:28 +03:00
SpinLock.S
Kernel: Fix spinlock unlocking in x86_64
2023-03-08 02:41:44 +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
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
interrupts.S
Kernel: Don't call 'cli' on interrupt
2023-04-21 11:18:08 +03:00
linker.ld
Kernel: Remove obsolete userspace stuff from kernel
2023-04-22 15:38:45 +03:00