From f29e7e30fde2b994c86024659b41f56b64dce911 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 18 Nov 2025 22:09:11 +0100 Subject: fix: kernel: OpenHeFS and NeFS fixes, PCI and DriveMgr fixes. Signed-off-by: Amlal El Mahrouss --- dev/boot/BootKit/BootKit.h | 2 +- dev/boot/amd64-desktop.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/boot') diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h index 12ce305e..d4b6addb 100644 --- a/dev/boot/BootKit/BootKit.h +++ b/dev/boot/BootKit/BootKit.h @@ -261,7 +261,7 @@ inline Boolean BDiskFormatFactory::Format(const Char* part_name) { EPM_PART_BLOCK* epm_boot = (EPM_PART_BLOCK*) RTL_ALLOCA(sizeof(EPM_PART_BLOCK)); const auto kFsName = "NeKernel"; - const auto kBlockName = "OS (EPM)"; + const auto kBlockName = " NeKernelOS"; epm_boot->FsVersion = 0; epm_boot->LbaStart = sizeof(EPM_PART_BLOCK); diff --git a/dev/boot/amd64-desktop.make b/dev/boot/amd64-desktop.make index 25878092..337f78d5 100644 --- a/dev/boot/amd64-desktop.make +++ b/dev/boot/amd64-desktop.make @@ -133,7 +133,7 @@ run-efi-amd64-ata: run-efi-amd64-ata-pio # img_2 is the rescue disk. img is the bootable disk, as provided by the NeKernel specs. .PHONY: epm-img epm-img: - qemu-img create -f raw $(IMG) 8G + qemu-img create -f raw $(IMG) 2G .PHONY: efi efi: -- cgit v1.2.3