摘要: org 07c00h;================================================jmp short START nop ; 这个 nop 不可少;这个结构将要被写在软盘的第一个扇区,相当于格式化软盘为FAT12格式BS_OEMName DB 'PAVKOOOO' ; OEM String, 必须 8 个字节BPB_BytsPerSec DW 512 ; 每扇区512字节BPB_SecPerClus DB 1 ; 每簇1扇区 簇的定义是为了操作系统能够更加快速... 阅读全文
posted @ 2014-04-03 17:35 Pavkoo 阅读(1259) 评论(0) 推荐(0)