Changeset 65381 in vbox for trunk/src/VBox/Devices/Graphics/BIOS
- Timestamp:
- Jan 20, 2017 9:23:53 AM (8 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics/BIOS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk
r64960 r65381 30 30 VBoxVgaBios386_CFLAGS = -3 31 31 VBoxVgaBios386_DEFS = VBE VBOX_BIOS_CPU=80386 32 VBoxVgaBios386_INCS = $(VBOX_GRAPHICS_INCS) 32 33 VBoxVgaBios386_SOURCES = \ 33 34 vgarom.asm \ -
trunk/src/VBox/Devices/Graphics/BIOS/vbe.h
r65193 r65381 4 4 #include "vgabios.h" 5 5 6 #include <VBox /Hardware/VBoxVideoVBE.h>6 #include <VBoxVideoVBE.h> 7 7 8 8 // DISPI helper function
Note:
See TracChangeset
for help on using the changeset viewer.