- Timestamp:
- Oct 23, 2007 7:04:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r5432 r5451 1889 1889 /* show graphical logo */ 1890 1890 show_logo(); 1891 #else 1892 /* set text mode */ 1893 ASM_START 1894 mov ax, #0x0003 1895 int #0x10 1896 ASM_END 1891 1897 #endif /* !DEBUG */ 1892 1898 #else /* !VBOX */
Note:
See TracChangeset
for help on using the changeset viewer.