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
7151bb86a8
banan-os
/
kernel
/
arch
/
x86_64
History
Bananymous
7151bb86a8
Kernel/LibC: opening standard files is done in libc
2023-05-29 20:21:19 +03:00
..
GDT.cpp
Kernel: GDT tss selector is now 16 bit value
2023-05-06 17:34:22 +03:00
IDT.cpp
Kernel: ISR will now crash userspace process instead of panicing kernel
2023-05-28 20:53:10 +03:00
MMU.cpp
Kernel: We can't lock the MMU lock in load()
2023-05-29 19:39:35 +03:00
Thread.S
Kernel: Add argc and argv to process entry
2023-05-16 00:27:49 +03:00
boot.S
Kernel: Kmalloc now has its memory statically allocated
2023-04-18 10:18:15 +03:00
crt0.S
Kernel/LibC: opening standard files is done in libc
2023-05-29 20:21:19 +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: Remove offset from OpenFileDescriptor
2023-05-09 20:31:22 +03:00
linker.ld
Kernel: Remove obsolete userspace stuff from kernel
2023-04-22 15:38:45 +03:00