Skip to content
Snippets Groups Projects
Commit de4af193 authored by Frans Kaashoek's avatar Frans Kaashoek
Browse files

One ide command for nsector_per_block generates nsector_per_block interrupts,

instead of 1.   ideintr() should wait for nsector_per_block interrupts before
waking up the reader; now it wakes up the reader after 1 interrupt, which
apparently means that the first sector is available of the command instead of all.
For now keep BSIZE to 512.
parent 895af77f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
// Then sb.nlog log blocks.
#define ROOTINO 1 // root i-number
#define BSIZE 1024 // block size
#define BSIZE 512 // block size
// File system super block
struct superblock {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment