-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFile_Struct_Define
More file actions
29 lines (27 loc) · 1.17 KB
/
File_Struct_Define
File metadata and controls
29 lines (27 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/sys
/usr
/bin
/mnt
/tmp
/swp
/sys/:Core Files
/usr --> /usr/home/xxx/:User Files(such as documents) (instead "xxx" to real username on real machine)
/bin --> /bin/pkg/:Save the software packages
--> /bin/pkg/bspm:BrightS Package Manager Installer
--> /bin/pkg/.db/:Package database
--> /bin/config/:Save the software configurations define form users
--> /bin/firmware/:Save the firmware packages
--> /bin/runtime/:Runtime environments and compilers
--> /bin/runtime/rust/:Rust compiler and toolchain (rustc, cargo)
--> /bin/runtime/c/:C compiler and toolchain (gcc, clang, make)
--> /bin/runtime/python/:Python interpreter and packages (python3, pip)
/mnt --> /mnt/drive/:mount the mobile disks
--> /mnt/input/ --> /mnt/input/keyboard:键盘
--> /mnt/input/mouse:鼠标
--> /mnt/input/touchpad:触控板
--> /mnt/input/camera:摄像头
--> /mnt/input/biometric:生物特征输入设备
--> /mnt/output/:输出设备乱七八糟的全放这
/tmp/:缓存文件
/swp/:交换分区
BSPM Repository: https://github.com/s12mcOvO/BrightS_Package_Manager