Home
last modified time | relevance | path

Searched refs:bootSec (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/x16-rom/x16-rom-r38/geos/kernal/start/
H A Dstart64.s36 .import bootSec
129 LoadB bootSec, 1
132 MoveB bootSec, r1H
148 @3: MoveB r1H, bootSec
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ds/arm9/source/fat/
H A Dgba_nds_fat.c820 BOOT_SEC* bootSec; in FAT_InitFiles() local
868 bootSec = (BOOT_SEC*) globalBuffer; in FAT_InitFiles()
869 if (!disc_ReadSector (bootSector, bootSec)) { in FAT_InitFiles()
874 if (bootSec->sectorsPerFAT != 0) in FAT_InitFiles()
876 filesysSecPerFAT = bootSec->sectorsPerFAT; in FAT_InitFiles()
883 if (bootSec->numSectorsSmall != 0) in FAT_InitFiles()
885 filesysNumSec = bootSec->numSectorsSmall; in FAT_InitFiles()
889 filesysNumSec = bootSec->numSectors; in FAT_InitFiles()
893 filesysSecPerClus = bootSec->sectorsPerCluster * bootSec->bytesPerSector / BYTE_PER_READ; in FAT_InitFiles()
895 filesysFAT = bootSector + bootSec->reservedSectors; in FAT_InitFiles()
[all …]
/dports/emulators/x16-rom/x16-rom-r38/geos/kernal/vars/
H A Dvars.s70 .global bootSec
142 bootSec: .byte 0 label