diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 11:00:59 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 11:00:59 +0200 |
| commit | aa595fad9c8062910778bd6fa01ee487eab1a3e9 (patch) | |
| tree | 2faa45d3984d15b2742a3657af6ab31f25bcfab3 /README.md | |
| parent | b91ada1d1fec572ee5d7ae9b98ff54ac929c7a72 (diff) | |
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 <amlal@nekernel.org>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ A documentation regarding building, and developing for NeKernel is available her ## Notice for Contributors: -- You must mount the contents to the neos_esp.img prior running! Otherwise the emulator won't find a valid ESP. +- You must mount the contents to the nekernel-esp.img prior running! Otherwise the emulator won't find a valid ESP. - Always use `format.sh` before commiting and pushing your code! ## Quick Install: |
