bread
iget mkfs makes a file system image put this in your .bochsrc: ata0-slave: type=disk, mode=flat, path="fs.img", cylinders=1024, heads=1, spt=1
This commit is contained in:
parent
2927081628
commit
11a9947f1a
12 changed files with 376 additions and 31 deletions
2
param.h
2
param.h
|
@ -5,3 +5,5 @@
|
|||
#define NOFILE 16 // file descriptors per process
|
||||
#define NFD 100 // file descriptors per system
|
||||
#define NREQUEST 100 // outstanding disk requests
|
||||
#define NBUF 10
|
||||
#define NINODE 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue