- Timestamp:
- Mar 13, 2007 9:00:06 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r1433 r1434 1935 1935 #endif /* !VBOX */ 1936 1936 { 1937 #ifdef VBOX1938 1939 #else /* !VBOX */1940 1937 Bit8u i; 1941 1938 … … 1956 1953 else return; 1957 1954 1955 #ifdef VBOX 1956 BX_INFO("Booting from %s...\n",drivetypes[i]); 1957 #else /* !VBOX */ 1958 1958 printf("Booting from %s...\n",drivetypes[i]); 1959 1959 #endif /* !VBOX */
Note:
See TracChangeset
for help on using the changeset viewer.