From f0d8e3acd48c70f49e5b59a653045405b1e9a062 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 14 Aug 2024 00:54:15 +0200 Subject: [IMP] Add SizeMemory field inside PROCESS_HEADER_BLOCK. (min 4GB) [FIX] Fix ProcessHeap allocation, making sure that we know everything from it. [IMP] Add new fields to PROCESS_HEAP_HEADER struct. [META] Refactor repository. Signed-off-by: Amlal EL Mahrouss --- Boot/amd64-efi.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Boot') diff --git a/Boot/amd64-efi.make b/Boot/amd64-efi.make index 5bd422c4..6d25fb42 100644 --- a/Boot/amd64-efi.make +++ b/Boot/amd64-efi.make @@ -52,7 +52,7 @@ BOOT_LOADER=newosldr.exe KERNEL=newoskrnl.dll DDK=ddk.dll SCI=sci.dll -CRT=mpccrt.dll +CRT=ndkcrt.dll .PHONY: invalid-recipe invalid-recipe: -- cgit v1.2.3