This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
1
You've already forked banan-os
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a1b3490764687e31568037dbac8aa5d6972f6c2d
banan-os
/
kernel
/
arch
/
i686
History
Bananymous
076f1efecb
Kernel: Fix 32 bit fast page locking
...
I forgot to change this when changing the lock type. 32 bit boots again fine :D
2024-05-29 19:44:39 +03:00
..
boot.S
Kernel: Make 32bit not use large pages during boot
2024-04-18 13:33:15 +03:00
crt0.S
Kernel: Replace i386 with i686
2024-03-26 02:48:26 +02:00
crti.S
Kernel: Replace i386 with i686
2024-03-26 02:48:26 +02:00
crtn.S
Kernel: Replace i386 with i686
2024-03-26 02:48:26 +02:00
interrupts.S
Kernel: Fix multiprocessor for i686
2024-04-03 14:42:17 +03:00
linker.ld
Kernel: Replace i386 with i686
2024-03-26 02:48:26 +02:00
PageTable.cpp
Kernel: Fix 32 bit fast page locking
2024-05-29 19:44:39 +03:00
Signal.S
Kernel: Fix signal trampoline
2024-04-18 13:32:40 +03:00
Syscall.S
Kernel: Fix multiprocessor for i686
2024-04-03 14:42:17 +03:00
Thread.S
Kernel: Implement syscalls for i686 and cleanup x86_64
2024-04-03 02:23:23 +03:00