Bananymous
|
1ee37cb671
|
Kernel: Make sure stack is aligned on interrupts for i686 target
I just realized that only x86_64 aligns stack pointer when interrupt is
triggered.
|
2024-07-22 00:10:42 +03:00 |
Bananymous
|
7ef751ba95
|
Kernel: Fix multiprocessor for i686
i686 is now actually ran with multiple processors.
|
2024-04-03 14:42:17 +03:00 |
Bananymous
|
0dd74e3c9d
|
Kernel: Implement syscalls for i686 and cleanup x86_64
This actually allows i686 to boot properly!
|
2024-04-03 02:23:23 +03: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 |