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.

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