HomeSort by relevance Sort by last modified time
    Searched refs:bs32 (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
FILE.LST 17 bootsect.asm bs16.asm bs32.asm
26 bootsect.asm bs16.asm bs32.asm
BootSector.inf 36 bs32.asm | INTEL
37 bs32.asm | MSFT
38 bs32.S | GCC
Makefile 22 $(MODULE_DIR)\bs32.asm \
32 $(OUTPUT_DIR)\bs32.com \
72 $(OUTPUT_DIR)\bs32.obj:$(MODULE_DIR)\bs32.asm
73 "$(ASM)" /c /omf /Fo"$(OUTPUT_DIR)\bs32.obj" "$(MODULE_DIR)\bs32.asm"
75 $(OUTPUT_DIR)\bs32.com:$(OUTPUT_DIR)\bs32.obj
76 "$(ASMLINK)" /tiny $(OUTPUT_DIR)\bs32.obj,$(OUTPUT_DIR)\bs32.com,$(OUTPUT_DIR)\bs32.map,,,
    [all...]
GNUmakefile 21 $(MODULE_DIR)/bs32.S \
35 $(OUTPUT_DIR)/bs32.com \
62 # bs32.S
63 $(OUTPUT_DIR)/bs32.o: $(MODULE_DIR)/bs32.S
64 $(ASM) -c -o $(OUTPUT_DIR)/bs32.o $(MODULE_DIR)/bs32.S
65 $(OUTPUT_DIR)/bs32.com: $(OUTPUT_DIR)/bs32.o
66 $(DLINK) --oformat binary -o $(OUTPUT_DIR)/bs32.com $(OUTPUT_DIR)/bs32.o -Ttext 0 -Map $(OUTPUT_DIR)/bs32.map
    [all...]
bs32.S 12 #* bs32.asm
bs32.asm 12 ;* bs32.asm
  /external/syslinux/libinstaller/
fs.c 73 fatsectors = fatsectors ? fatsectors : get_32(&sectbuf->bs32.FATSz32);
86 fatsectors = fatsectors ? fatsectors : get_32(&sectbuf->bs32.FATSz32);
120 if (get_8(&sectbuf->bs32.BootSignature) != 0x29 ||
121 memcmp(&sectbuf->bs32.FileSysType, "FAT32 ", 8))
syslxint.h 264 } PACKED bs32; member in union:fat_boot_sector::__anon35054
307 #define FAT_bsCode bs32.Code /* The common safe choice */
339 !memcmp(sb->bs32.FileSysType, "FAT32 ", 8));
  /device/linaro/bootloader/edk2/DuetPkg/
CreateBootDisk.sh 197 cp $BOOTSECTOR_BIN_DIR/bs32.com Bs32-1.com
198 $BASETOOLS_DIR/BootSectImage -g UsbBs32.com Bs32-1.com -f
199 $BASETOOLS_DIR/GnuGenBootSector -o $EFI_BOOT_DEVICE -i Bs32-1.com
200 rm Bs32-1.com

Completed in 2063 milliseconds