您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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"