This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
DragonOS-Community
/
DragonOS
peilaus alkaen
https://github.com/DragonOS-Community/DragonOS.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Puu:
ed594f1054
Haarat
Tagit
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
/
video
/
Makefile
Makefile
86 B
Historia
Raaka
1
2
3
4
5
6
7
8
all: video.o
CFLAGS += -I .
video.o: video.c
gcc $(CFLAGS) -c video.c -o video.o