You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

usbdisk.S 428B

12345678910111213141516171819202122232425
  1. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
  2. .text
  3. .arch i386
  4. .section ".prefix", "awx", @progbits
  5. .code16
  6. .org 0
  7. #include "mbr.S"
  8. /* Partition table: ZIP-compatible partition 4, 64 heads, 32 sectors/track */
  9. .org 446
  10. .space 16
  11. .space 16
  12. .space 16
  13. .byte 0x80, 0x01, 0x01, 0x00
  14. .byte 0xeb, 0x3f, 0x20, 0x01
  15. .long 0x00000020
  16. .long 0x00000fe0
  17. .org 510
  18. .byte 0x55, 0xaa
  19. /* Skip to start of partition */
  20. .org 32 * 512