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
educg-net-12617-823478
进击のOS-os
Commits
ebfa326a
Commit
ebfa326a
authored
3 years ago
by
某某某
Browse files
Options
Download
Patches
Plain Diff
fix bug in fat_get_sectors, the sector counts is wrong!
parent
27bb4a52
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
.vscode/settings.json
+3
-1
.vscode/settings.json
include/param.h
+4
-1
include/param.h
src/fs/fat32.c
+10
-2
src/fs/fat32.c
src/fs/mpage.c
+7
-1
src/fs/mpage.c
src/kernel/exec.c
+6
-0
src/kernel/exec.c
src/mm/buddy.c
+30
-1
src/mm/buddy.c
test/buddy/buddy
+0
-0
test/buddy/buddy
test/buddy/main.c
+12
-3
test/buddy/main.c
user/src/oscomp/bigwrite.c
+2
-2
user/src/oscomp/bigwrite.c
with
74 additions
and
11 deletions
+74
-11
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