diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 01:14:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 01:14:01 +0100 |
| commit | 4fdc70b676fbed322ba09bc7fb886f3b87245baa (patch) | |
| tree | aea2324ca72b09fe32b29aa280fc43d4984956ef /dev/boot | |
| parent | 569f42832bd573337cb2daab1b767994a0bc3878 (diff) | |
| parent | f29e7e30fde2b994c86024659b41f56b64dce911 (diff) | |
Merge pull request #74 from nekernel-org/dev
fix: kernel: OpenHeFS and NeFS fixes, PCI and DriveMgr fixes.
Diffstat (limited to 'dev/boot')
| -rw-r--r-- | dev/boot/BootKit/BootKit.h | 2 | ||||
| -rw-r--r-- | dev/boot/amd64-desktop.make | 2 |
2 files changed, 2 insertions, 2 deletions
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<BootDev>::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: |
