diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-14 00:54:15 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-14 00:54:15 +0200 |
| commit | f0d8e3acd48c70f49e5b59a653045405b1e9a062 (patch) | |
| tree | 6c0cb370a0c10347112a13b7cbae1fd6dff51cc6 /Boot | |
| parent | 7efcf975fe61b2d20d2379f6151b6cdd99391dff (diff) | |
[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 <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot')
| -rw-r--r-- | Boot/amd64-efi.make | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
