Changeset 102157 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitAll.c
- Timestamp:
- Nov 20, 2023 4:16:55 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160282
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitAll.c
r98103 r102157 59 59 Bs3InitGdt_rm_far(); 60 60 61 #ifdef BS3_INIT_ALL_WITH_HIGH_DLLS 62 /* 63 * Load the high DLLs (if any) now, before we bugger up the PIC and 64 * replace the IVT. 65 */ 66 Bs3InitHighDlls_rm_far(); 67 #endif 68 61 69 /* 62 70 * Before we disable all interrupts, try convince the BIOS to stop the
Note:
See TracChangeset
for help on using the changeset viewer.