Move platform-specific code for process loading/init for AMD64 to amd64/
All checks were successful
Build documentation / build-and-deploy (push) Successful in 49s

This commit is contained in:
2026-01-01 20:08:37 +01:00
parent 5e6bdcc52d
commit 121fb3b33c
7 changed files with 92 additions and 64 deletions

View File

@@ -10,7 +10,8 @@ c += amd64/bootmain.c \
amd64/mm.c \
amd64/time.c \
amd64/smp.c \
amd64/sched1.c
amd64/sched1.c \
amd64/proc.c
S += amd64/intr_stub.S \
amd64/spin.S \
@@ -31,4 +32,5 @@ o += amd64/bootmain.o \
amd64/time.o \
amd64/smp.o \
amd64/sched.o \
amd64/sched1.o
amd64/sched1.o \
amd64/proc.o