mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Rename files with reference and descriptor code
This commit is contained in:
parent
a49e5e9913
commit
7b5a486391
@ -7,19 +7,19 @@
|
|||||||
### /storage
|
### /storage
|
||||||
|
|
||||||
- `node.cpp`
|
- `node.cpp`
|
||||||
- **ref_node <=> device**
|
- **Node <=> device**
|
||||||
- Handles open/close/read/write operations for the device
|
- Handles open/close/read/write operations for the device and holds information about the file
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
- `ref_node.cpp`
|
- `reference.cpp`
|
||||||
- **kernel/user <=> node.cpp**
|
- **kernel/user <=> node.cpp**
|
||||||
- Maintains the count of references to a node and the seek position
|
- Maintains the count of references to a node and the seek position
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
- `file_descriptor.cpp`
|
- `descriptor.cpp`
|
||||||
- **user <=> ref_node.cpp**
|
- **user <=> reference.cpp**
|
||||||
- Manages the file descriptor table for user processes
|
- Manages the file descriptor table for user processes
|
||||||
|
|
||||||
### /storage/fs
|
### /storage/fs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user