Changeset 76520 in vbox for trunk/src/VBox/Devices/Graphics/BIOS
- Timestamp:
- Dec 30, 2018 5:39:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127821
- Location:
- trunk/src/VBox/Devices/Graphics/BIOS
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/inlines.h
r76519 r76520 17 17 #ifndef VBOX_INCLUDED_Graphics_BIOS_inlines_h 18 18 #define VBOX_INCLUDED_Graphics_BIOS_inlines_h 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 extern unsigned inp(unsigned port); -
trunk/src/VBox/Devices/Graphics/BIOS/vbe.h
r69052 r76520 1 1 2 #ifndef vbe_h_included 2 3 #define vbe_h_included 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #include "vgabios.h" -
trunk/src/VBox/Devices/Graphics/BIOS/vgabios.h
r43152 r76520 1 1 2 #ifndef vgabios_h_included 2 3 #define vgabios_h_included 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 /* Types */ -
trunk/src/VBox/Devices/Graphics/BIOS/vgadefs.h
r76519 r76520 1 1 2 #ifndef VBOX_INCLUDED_Graphics_vgadefs_h 2 3 #define VBOX_INCLUDED_Graphics_vgadefs_h 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 /* -
trunk/src/VBox/Devices/Graphics/BIOS/vgafonts.h
r76519 r76520 7 7 #ifndef VBOX_INCLUDED_Graphics_vgafonts_h 8 8 #define VBOX_INCLUDED_Graphics_vgafonts_h 9 #ifndef RT_WITHOUT_PRAGMA_ONCE 10 # pragma once 11 #endif 9 12 10 13 static uint8_t vgafont8[256*8]= -
trunk/src/VBox/Devices/Graphics/BIOS/vgatables.h
r76519 r76520 1 1 2 #ifndef VBOX_INCLUDED_Graphics_vgatables_h 2 3 #define VBOX_INCLUDED_Graphics_vgatables_h 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 /* Video memory */
Note:
See TracChangeset
for help on using the changeset viewer.