diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-10 07:06:43 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-10 07:06:43 +0200 |
| commit | 84b0e780dfd9272b177c32cc3bb99f37bb88304d (patch) | |
| tree | 44d596f6511eae83b8762aa42550b100d5646de6 /Kernel/makefile | |
| parent | 915c14eb3b717bbd168d069e296a4246c6aef117 (diff) | |
MHR-23: Getting SMP to work...
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/makefile')
| -rw-r--r-- | Kernel/makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Kernel/makefile b/Kernel/makefile index 61eb9dfe..74365a60 100644 --- a/Kernel/makefile +++ b/Kernel/makefile @@ -37,10 +37,7 @@ LDFLAGS = -e __ImageStart --subsystem=17 LDOBJ = Objects/*.obj # This file is the kernel, responsible of task management and memory. -KERNEL = NewKernel.exe - -# The kernel entrypoint -SCRIPT = --script=Linker/Platforms/PC.lds +KERNEL = NewOSKrnl.exe .PHONY: error error: |
