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-28668-2608132
OSKernel2024-RBOS-3693
Commits
858fc68b
Commit
858fc68b
authored
2 years ago
by
Frans Kaashoek
Browse files
Options
Download
Patches
Plain Diff
Linker script makes binaries bigger; use larger disk so that usertests
can run. Must assumed_free in badwrite() be adjusted?
parent
ccb7bd14
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/param.h
+1
-1
kernel/param.h
with
1 addition
and
1 deletion
+1
-1
kernel/param.h
+
1
−
1
View file @
858fc68b
...
...
@@ -9,5 +9,5 @@
#define MAXOPBLOCKS 10 // max # of blocks any FS op writes
#define LOGSIZE (MAXOPBLOCKS*3) // max data blocks in on-disk log
#define NBUF (MAXOPBLOCKS*3) // size of disk block cache
#define FSSIZE
1
000 // size of file system in blocks
#define FSSIZE
2
000 // size of file system in blocks
#define MAXPATH 128 // maximum file path name
This diff is collapsed.
Click to expand it.
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