📄 makefile
字号:
# 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 + -