Bootloader: Try to enable A20 line if it is disabled

VirtualBox seems to have A20 disabled by default
This commit is contained in:
2024-01-11 22:03:52 +02:00
parent db933d5466
commit ff2486f58c
3 changed files with 172 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.26)
project(bootloader ASM)
set(BOOTLOADER_SOURCES
a20_line.S
boot.S
command_line.S
disk.S