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

📄 makefile

📁 用于motorala 68K系列处理器的小实时多任务操作系统 The OMU Kernel was written to provide a cut-down Unix-like O/S for a
💻
字号:
#	TTY HandlerCFLAGS = -c -OPS -DVIWINDOWSttyhand:tty.o ttyc.o acia.o 	ld -x -r -o ttyhand tty.o ttyc.o  acia.otty.o: tty.c tty.h ../../include/param.h ../../include/inode.h\	../../include/procs.h ../../include/excep.h ../../include/signal.h\	../../include/dev.h ../../include/state.h	cc $(CFLAGS) tty.cttyc.o: ttyc.c tty.h	cc $(CFLAGS) ttyc.cacia.o: acia.c tty.h acia.h ../../include/excep.h	cc $(CFLAGS) acia.c#Test softwaretest:	test.o tty.o ttyc.o acia.o  mc.o bytecp.o mcexcep.o excep.o	ld -X -R 1000 -o test mc.o test.o tty.o ttyc.o acia.o mcexcep.o\	bytecp.o excep.o /usr/lib/lib_KITS.a -lctest.o: test.c	cc -c test.c

⌨️ 快捷键说明

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