Skip to content

Commit

Permalink
Add devtable.txt
Browse files Browse the repository at this point in the history
Added example devtable.txt
  • Loading branch information
oskarirauta committed Jan 12, 2014
1 parent ed2bae9 commit 9cb86b8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions devtable.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# device table example file ( check project genext2fs for more guidance, this is identical )

#<name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
/dev d 755 0 0 - - - - -
/dev/console c 600 0 0 5 1 0 0 -
/dev/mem c 640 0 0 1 1 0 0 -
/dev/tty c 666 0 0 5 0 0 0 -
/dev/tty c 666 0 0 4 0 0 1 6
/dev/loop b 640 0 0 7 0 0 1 2
/dev/hda b 640 0 0 3 0 0 0 -
/dev/hda b 640 0 0 3 1 1 1 16
/dev/log s 666 0 0 - - - - -
/dev/dummy.txt f 600 0 0 - - - - -

0 comments on commit 9cb86b8

Please sign in to comment.