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

📄 makefile

📁 mips架构的bootloader,99左右的版本 但源代码现在没人更新了
💻
字号:
# File: include/Makefile# Purpose: Makefile for include directory# Author: Phil Bunce (pjb@carmel.com)# Revision History:#	981020	Start of revision historyOTHERS = Makefile assert.h cop1.h ctype.h errno.h fcntl.h lr33000.h \	 lr33020.h malloc.h math.h mips.h qtc_ep.h queue.h regdef.h \	 setjmp.h signal.h stdio.h string.h termio.h terms.h unistd.h \	 varargs.h screen.h ether.h sonic.h memory.h atmizer.h lr33300.h \	 strfmt.h string2.h pmon.h hosif.h lr4001.h lr4010.h mon.h \	 imon.h trap10.h cobrcore.h dbxcore.h ernicore.h lr3000.h \	 lr4002.h lr44000.h lr64008.h lr64360.h lr64363.h mipsmon.h \	 utypes.h lr4101.h l9a0084.h lr4102.h lr64364.h lr64388.h \	 time.h irqvec.h l65066.hTL = $(LSIPKG)/tape.lsttape msim1_tape msim10_tape: revhistory	@mklst include $(OTHERS) version >> $(TL)revhistory : $(OTHERS)	@newversion $(NVSW)newrev :	@newversion $(NVSW)sum:	@sum $(CFILES) $(ASFILES) $(OTHERS) version > sum.outpatch: revhistory	@mkpatch include sum.out $(CFILES) $(ASFILES) $(OTHERS) version >> $(TL)

⌨️ 快捷键说明

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