Skip to content

fwengineer/mokoid

 
 

Repository files navigation

## Device File Table

```
# Filename: dev.txt
# name    			type mode uid gid major minor start inc count

/dev      			d    755  0    0    -    -    -    -    -
/dev/block			d 	 755  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/log  			s    666  0    0    -    -    -    -    -
/dev/console 		c 	 666  0    0    5    1    0    0    -
/dev/block/mmcblk 	b 	 640  0	   0	179	 0    0	   1	2
/dev/block/mmcblk0p	b 	 640  0	   0	179	 1 	  1    1 	5
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 29.9%
  • C++ 27.6%
  • C 20.2%
  • Makefile 17.4%
  • Shell 4.9%