Bootloader: Try to enable A20 line if it is disabled
VirtualBox seems to have A20 disabled by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user