Changeset 99915 in vbox
- Timestamp:
- May 22, 2023 6:42:10 PM (21 months ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r99913 r99915 1157 1157 src-client/ConsoleImpl.cpp \ 1158 1158 src-client/ConsoleImplConfigCommon.cpp \ 1159 1160 $(if $(VBOX_WITH_VIRT_ARMV8),src-client/ConsoleImplConfigArmV8.cpp,) \1159 src-client/ConsoleImplConfigX86.cpp \ 1160 $(if $(VBOX_WITH_VIRT_ARMV8),src-client/ConsoleImplConfigArmV8.cpp,) \ 1161 1161 src-client/ConsoleImplTeleporter.cpp \ 1162 1162 src-client/ConsoleVRDPServer.cpp \ -
trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
r99913 r99915 367 367 InsertConfigInteger(pCfg, "MmioPioBase", 0x3eff0000); 368 368 InsertConfigInteger(pCfg, "MmioPioSize", 0x0000ffff); 369 InsertConfigInteger(pCfg, "IntPinA", 3); 369 InsertConfigInteger(pCfg, "IntPinA", 3); 370 370 InsertConfigInteger(pCfg, "IntPinB", 4); 371 371 InsertConfigInteger(pCfg, "IntPinC", 5);
Note:
See TracChangeset
for help on using the changeset viewer.