Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-28668-2608132
project2608132-3908
Commits
340a6ba2
Commit
340a6ba2
authored
6 months ago
by
WangYang
Browse files
Options
Download
Patches
Plain Diff
添加e1000网卡驱动部分
parent
dd1fd2a7
Changes
92
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
README.md
+5
-2
README.md
net/.dir-locals.el
+4
-0
net/.dir-locals.el
net/.editorconfig
+22
-0
net/.editorconfig
net/.gdbinit.tmpl-riscv
+6
-0
net/.gdbinit.tmpl-riscv
net/.gitignore
+26
-0
net/.gitignore
net/LICENSE
+24
-0
net/LICENSE
net/Makefile
+410
-0
net/Makefile
net/README
+49
-0
net/README
net/conf/lab.mk
+1
-0
net/conf/lab.mk
net/grade-lab-net
+43
-0
net/grade-lab-net
net/gradelib.py
+611
-0
net/gradelib.py
net/kernel/bio.c
+153
-0
net/kernel/bio.c
net/kernel/buf.h
+12
-0
net/kernel/buf.h
net/kernel/console.c
+192
-0
net/kernel/console.c
net/kernel/defs.h
+239
-0
net/kernel/defs.h
net/kernel/e1000.c
+171
-0
net/kernel/e1000.c
net/kernel/e1000_dev.h
+125
-0
net/kernel/e1000_dev.h
net/kernel/elf.h
+42
-0
net/kernel/elf.h
net/kernel/entry.S
+21
-0
net/kernel/entry.S
net/kernel/exec.c
+166
-0
net/kernel/exec.c
with
2322 additions
and
2 deletions
+2322
-2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment