Schedule inside of systick_irq
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 30s

This commit is contained in:
2026-04-12 11:21:51 +02:00
parent 182d8018c7
commit 55ff95c897
9 changed files with 38 additions and 14 deletions

View File

@@ -13,7 +13,8 @@ c += amd64/bootmain.c \
amd64/proc.c \
amd64/syscall.c \
amd64/gdt.c \
amd64/stall.c
amd64/stall.c \
amd64/systick.c
S += amd64/intr_stub.S \
amd64/spin.S \
@@ -41,4 +42,5 @@ o += amd64/bootmain.o \
amd64/syscallentry.o \
amd64/gdt.o \
amd64/sse.o \
amd64/stall.o
amd64/stall.o \
amd64/systick.o