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
All checks were successful
Build documentation / build-and-deploy (push) Successful in 49s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user