mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
This is in preparation for moving parsec to 9p once we get it working on gem5. We'll document it then when everything is working.
12 lines
497 B
Plaintext
12 lines
497 B
Plaintext
# <file system> <mount pt> <type> <options> <dump> <pass>
|
|
/dev/root / ext2 rw,noauto 0 1
|
|
proc /proc proc defaults 0 0
|
|
devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
|
|
tmpfs /dev/shm tmpfs mode=0777 0 0
|
|
tmpfs /tmp tmpfs mode=1777 0 0
|
|
tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
|
|
sysfs /sys sysfs defaults 0 0
|
|
debugfs /sys/kernel/debug debugfs defaults 0 0
|
|
host_scratch /mnt/9p 9p trans=virtio,version=9p2000.L 0 0
|
|
host_out /mnt/out 9p trans=virtio,version=9p2000.L 0 0
|