Kernel: Fix 32 bit target compile and runtime

Apparently I have to reload stack in the fork trampoline. Not sure why
or why not on x86_64. Also sse builtins did not compile
This commit is contained in:
2026-01-09 17:05:34 +02:00
parent 74f70ae4bd
commit 12489a4c6b
4 changed files with 12 additions and 5 deletions

View File

@@ -6,7 +6,6 @@
movw %ax, %ds
movw %ax, %es
movw %ax, %fs
movw $0x28, %ax
movw %ax, %gs
1: