From aa595fad9c8062910778bd6fa01ee487eab1a3e9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 31 Mar 2025 11:00:59 +0200 Subject: boot: fix framebuffer init and restore boot on real hardware Framebuffer mode selection now defaults gracefully when the expected resolution is unavailable. EFI binaries now boot successfully on physical hardware using a fixed image base and simplified jump logic. Signed-off-by: Amlal El Mahrouss --- dev/boot/modules/BootNet/amd64.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/boot/modules/BootNet') diff --git a/dev/boot/modules/BootNet/amd64.json b/dev/boot/modules/BootNet/amd64.json index 6a87600b..664c617f 100644 --- a/dev/boot/modules/BootNet/amd64.json +++ b/dev/boot/modules/BootNet/amd64.json @@ -3,7 +3,7 @@ "compiler_std": "c++20", "headers_path": ["../", "../../", "../../../kernel", "../../../", "./"], "sources_path": ["*.cc", "*.S", "../../src/HEL/AMD64/*.cc", "../../src/HEL/AMD64/*.S", "../../src/*.cc"], - "output_name": "net.sys", + "output_name": "net.efi", "compiler_flags": [ "-nostdlib", "-std=c++20", -- cgit v1.2.3