diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-22 01:34:33 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-22 01:34:33 +0100 |
| commit | 6f1aa4288c62580afb876fb9e35a45d022027d1d (patch) | |
| tree | 5017c3d2619853c3bb7ffee17525443324acc3c2 /Private/makefile | |
| parent | d091afe4f669e5f0fe60736575ff0838c512279e (diff) | |
NewBoot: Fetching ACPI RSDPTR with success now.
This table is needed to implement AHCI.
Diffstat (limited to 'Private/makefile')
| -rw-r--r-- | Private/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/makefile b/Private/makefile index 56561324..b7424bad 100644 --- a/Private/makefile +++ b/Private/makefile @@ -40,6 +40,7 @@ OBJCOPY=x86_64-w64-mingw32-objcopy .PHONY: link-amd64-pc link-amd64-pc: $(LD) $(LDFLAGS) $(LDOBJ) -o $(KERNEL) + cp $(KERNEL) Root/Boot .PHONY: all all: h-core-amd64-pc link-amd64-pc |
