Commit bf222b7
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 ac77e88 commit bf222b7
4 files changed
+710
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
349 | 350 | | |
350 | 351 | | |
351 | 352 | | |
| |||
0 commit comments