一个简单的系统
摘要:
首先需要一个汇编编译器,Windows下可用NASM,Linux下可用as86和ld86 编译汇编代码 编译生成“系统” Windows: nasm boot.asm -o boot.bin Linux: 编译: as86 -0 -a -o boot.o boot.asm 连接: ld86 -0 - 阅读全文
posted @ 2017-04-11 20:34 widrin 阅读(430) 评论(0) 推荐(0)
但行好事,莫问前程