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.

mbr.S 230B

123456789101112131415
  1. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
  2. .text
  3. .arch i386
  4. .section ".prefix", "awx", @progbits
  5. .code16
  6. .org 0
  7. mbr:
  8. movw $exec_sector, %bp
  9. jmp find_active_partition
  10. exec_sector:
  11. ljmp $0x0000, $0x7c00
  12. #include "bootpart.S"