Commit 54193f0
committed
Initial fs implementation for UEFI
- Only works in the root volume
- Implement truncate, create_new, etc
- Implement getting created, modified and accessed times.
- Implement file copy
- Implement exists
- Implement mkdir
- Implement rename
Avoiding directory stuff for now
Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>1 parent 35daf8b commit 54193f0
4 files changed
+710
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| 352 | + | |
352 | 353 | | |
353 | 354 | | |
354 | 355 | | |
| |||
0 commit comments