⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 GNU FreeDOS兼容MS DOS很好的东东.
💻
字号:
## makefile for DOS-C boot## $Id: makefile,v 1.6 2003/09/15 10:46:22 bartoldeman Exp $#!include "../mkfiles/generic.mak"production:     fat12com.bin fat16com.bin fat32chs.bin fat32lba.binfat12com.bin:    boot.asm		$(NASM) -dISFAT12 boot.asm -ofat12com.binfat16com.bin:    boot.asm		$(NASM) -dISFAT16 boot.asm -ofat16com.binfat32chs.bin:    boot32.asm		$(NASM) boot32.asm -ofat32chs.binfat32lba.bin:    boot32lb.asm		$(NASM) boot32lb.asm -ofat32lba.binclobber:        clean		-$(RM) *.bin status.meclean:		-$(RM) *.lst *.map *.bak *.obj

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -