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 242B

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