您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. OS-dev:只是尝试制作一个“操作系统”-源码

  2. 操作系统开发 建筑 建筑物“第一阶段” $ as boot0.asm -o boot0.out $ ld boot0.out -o boot0.bin --oformat binary --Ttext 0x7c00 建筑物“第二阶段” $ as boot1.asm -o boot1.out $ ld boot1.out -o boot1.bin --oformat binary --Ttext 0x500 -e main 链接到“虚拟软盘” $ cp boot0.bin boo
  3. 所属分类:其它