This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
DragonOS-Community
/
DragonOS
cermin dari
https://github.com/DragonOS-Community/DragonOS.git
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Pohon:
fbe1e23e97
Ranting
Tag
feat-dynamic-link
feat-network-rebuild
fix-stack-overflow
master
oscomp
V0.1.10
V0.1.9
V0.1.8
V0.1.7
V0.1.6
V0.1.5
V0.1.4
V0.1.3
V0.1.2
V0.1.1
V0.1.0
DragonOS
/
kernel
/
driver
/
tty
/
Makefile
Makefile
77 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
all: tty.o
CFLAGS += -I .
tty.o: tty.c
$(CC) $(CFLAGS) -c tty.c -o tty.o