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
linus不会梦到riscv的linux
proj198-linus不会梦到riscv的linux
Commits
d8fb0b8e
Commit
d8fb0b8e
authored
2 weeks ago
by
linus不会梦到riscv的linux
Browse files
Options
Download
Patches
Plain Diff
fix compile bug
parent
14cc40a2
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+1
-0
.gitignore
Makefile
+3
-3
Makefile
error.txt
+23
-0
error.txt
fs/bitmap.c
+7
-7
fs/bitmap.c
fs/buffer.c
+1
-0
fs/buffer.c
fs/exec.c
+3
-2
fs/exec.c
fs/file_dev.c
+1
-0
fs/file_dev.c
fs/inode.c
+1
-0
fs/inode.c
fs/open.c
+3
-2
fs/open.c
fs/pipe.c
+3
-2
fs/pipe.c
fs/read_write.c
+1
-0
fs/read_write.c
fs/stat.c
+2
-0
fs/stat.c
fs/super.c
+1
-0
fs/super.c
kernel/blk_dev/ll_rw_blk.c
+1
-1
kernel/blk_dev/ll_rw_blk.c
kernel/chr_dev/tty_io.c
+20
-1
kernel/chr_dev/tty_io.c
kernel/chr_dev/tty_ioctl.c
+9
-6
kernel/chr_dev/tty_ioctl.c
kernel/virtio_disk.c
+3
-4
kernel/virtio_disk.c
mm/kalloc.c
+3
-2
mm/kalloc.c
mm/memory.c
+13
-13
mm/memory.c
mm/vm.c
+1
-0
mm/vm.c
with
100 additions
and
43 deletions
+100
-43
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