Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
ostest1
OSKernel-2022-CUP
Commits
ebb2c664
Commit
ebb2c664
authored
2 years ago
by
ostest1
Browse files
Options
Download
Patches
Plain Diff
update8.20
parent
58a1bbcf
Changes
46
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
drivers/qemu/include/virtio.h
+3
-90
drivers/qemu/include/virtio.h
drivers/qemu/include/virtio_disk.h
+7
-0
drivers/qemu/include/virtio_disk.h
drivers/qemu/include/virtio_net.h
+11
-0
drivers/qemu/include/virtio_net.h
drivers/qemu/virtio_disk.c
+86
-0
drivers/qemu/virtio_disk.c
drivers/qemu/virtio_net.c
+272
-0
drivers/qemu/virtio_net.c
drivers/sdcard.c
+1
-1
drivers/sdcard.c
drivers/spi.c
+3
-0
drivers/spi.c
fdesc/fopcl.c
+1
-1
fdesc/fopcl.c
fdesc/mmapr.c
+24
-5
fdesc/mmapr.c
fdesc/sysinfo.c
+1
-1
fdesc/sysinfo.c
fs/f32/f32utils.c
+1
-0
fs/f32/f32utils.c
fs/f32/sectbuf.c
+1
-0
fs/f32/sectbuf.c
fs/fs.c
+1
-0
fs/fs.c
include/net.h
+200
-11
include/net.h
include/syscall.h
+4
-0
include/syscall.h
include/tools.h
+3
-0
include/tools.h
intrexp/debug.c
+1
-1
intrexp/debug.c
intrexp/intrhandler.c
+13
-2
intrexp/intrhandler.c
intrexp/syscall.c
+25
-2
intrexp/syscall.c
intrexp/trapinit.c
+5
-3
intrexp/trapinit.c
with
663 additions
and
117 deletions
+663
-117
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
Menu
Explore
Projects
Groups
Topics
Snippets