Opened 15 months ago
#21846 new enhancement
Custom module VBoxVgaBiosAlternative
Reported by: | evgeny8788 | Owned by: | |
---|---|---|---|
Component: | other | Version: | |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
Hello all
Im try compile virtualbox myself. my need is pretty simple. i need modify VBoxVgaBiosAlternative.asm files
can any expert here can explain how these 3 files are generated ?
Folder Location: src\VBox\Devices\Graphics\BIOS
VBoxVgaBiosAlternative286.asm VBoxVgaBiosAlternative386.asm VBoxVgaBiosAlternative8086.asm
My goal is modify vga BIOS display adapter description.
'VirtualBox VESA BIOS' 'Oracle Corporation' 'Oracle VM VirtualBox VBE Adapter' 'Oracle VM VirtualBox Version 6.0.23' 'VirtualBox VBE Display Adapter enabled' 'No VirtualBox VBE support available!'
what correct way i can modify these data, since this Assembler Source (.asm) cannot be edited direct. any help is welcome. Thanks in advance