This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
DragonOS-Community
/
DragonOS
kopia lustrzana
https://github.com/DragonOS-Community/DragonOS.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
ed594f1054
Gałęzie
Tagi
chenlinfeng-backtrace
dev-dadk-0.2.0
feat-dynamic-link
feat-network-rebuild
master
oscomp
revert-1061-886-bug-report-fix
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
/
mouse
/
Makefile
Makefile
105 B
Historia
Czysty
1
2
3
4
5
6
7
8
all: ps2_mouse.o
CFLAGS += -I .
ps2_mouse.o: ps2_mouse.c
gcc $(CFLAGS) -c ps2_mouse.c -o ps2_mouse.o