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

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"