Changeset 96923 in vbox for trunk/src/VBox/Runtime/common/fs
- Timestamp:
- Sep 28, 2022 8:33:21 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/fatvfs.cpp
r96407 r96923 6095 6095 memcpy(pBootSector->Bpb.Fat32Ebpb.u.achType, "FAT32 ", sizeof(pBootSector->Bpb.Fat32Ebpb.u.achType)); 6096 6096 } 6097 pbBuf[pBootSector->abJmp[1] + 2 + 0] = 0xcd; /* int 1 9h*/6098 pbBuf[pBootSector->abJmp[1] + 2 + 1] = 0x1 9;6097 pbBuf[pBootSector->abJmp[1] + 2 + 0] = 0xcd; /* int 18h */ /** @todo find/implement booting of next boot device. */ 6098 pbBuf[pBootSector->abJmp[1] + 2 + 1] = 0x18; 6099 6099 pbBuf[pBootSector->abJmp[1] + 2 + 2] = 0xcc; /* int3 */ 6100 6100 pbBuf[pBootSector->abJmp[1] + 2 + 3] = 0xcc;
Note:
See TracChangeset
for help on using the changeset viewer.