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 |
Bananymous
|
53e572f072
|
Kernel: Fix s_fast_page_lock type on 32 bit target
|
2024-05-29 18:04:23 +03:00 |
Bananymous
|
d9b8391968
|
Kernel: Fix i686 page table global mappings
|
2024-04-03 00:40:16 +03:00 |
Bananymous
|
c12d1e9bd9
|
Kernel: Implement PageTable for x86_32
This is mostly copied from x86_64 with necessary modifications
|
2024-03-26 20:16:20 +02:00 |
Bananymous
|
99e30a4d7d
|
Kernel: Replace i386 with i686
I don't really want to be working with i386 since it doesn't support
compare exchange instruction
|
2024-03-26 02:48:26 +02:00 |