Changeset 97510 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-template.mac
- Timestamp:
- Nov 11, 2022 12:21:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-template.mac
r97507 r97510 1329 1329 %else 1330 1330 dd .again wrt FLAT 1331 %if %2 != 01332 dd 0fffff000h1333 %endif1334 1331 dw BS3_SEL_R2_CS64 | 2 1335 1332 %endif … … 1366 1363 BS3_CPUBAS2_JMP_FAR_MEM_LABEL .fpfn, 0 1367 1364 .fpfn: 1368 %if TMPL_BITS != 64 || %2 == 01369 dw .again wrt CGROUP16 1370 %else1371 dd .again wrt CGROUP16, 01372 %endif1365 ;%if TMPL_BITS != 64 || %2 == 0 1366 dw .again wrt CGROUP16 1367 ;%else 1368 ; dd .again wrt CGROUP16, 0 1369 ;%endif 1373 1370 dw BS3_SEL_R0_CS16 1374 1371 times 4 int3 … … 1384 1381 BS3_CPUBAS2_JMP_FAR_MEM_LABEL .fpfn, 0 1385 1382 .fpfn: 1386 %if TMPL_BITS != 64 1387 dd .again wrt FLAT 1388 %else 1389 dd .again wrt FLAT 1390 %if %2 != 0 1391 dd 0 1392 %endif 1393 %endif 1383 dd .again wrt FLAT 1394 1384 dw BS3_SEL_R0_CS32 1395 1385 times 4 int3 … … 1436 1426 %else 1437 1427 dd .jmp_target wrt FLAT 1438 %if %2 != 01439 dd 0fffff000h1440 %endif1441 1428 %endif 1442 1429 dw BS3_SEL_SPARE_00 ; ASSUMES this is set up as CGROUP16 but with L=1.
Note:
See TracChangeset
for help on using the changeset viewer.