Fix user CPU context saving
All checks were successful
Build documentation / build-and-deploy (push) Successful in 31s

This commit is contained in:
2026-01-25 17:39:34 +01:00
parent 95f590fb3b
commit 8650010992
9 changed files with 27 additions and 29 deletions

View File

@@ -48,7 +48,7 @@ void bootmain (void) {
amd64_hpet_init ();
mm_init2 ();
smp_init ();
proc_init ();