Commit 6c07b0d
committed
Initial fs implementation for UEFI
- Only implementing basic file stuff for now.
- Not implementing path::absolute right now since absolute UEFI paths
will not be recognized as absolute path anyway.
- Supports both UEFI shell mapping and device path text representation.
- Follows closely UEFI shell file implementations.
Signed-off-by: Ayush Singh <[email protected]>1 parent 6b6a867 commit 6c07b0d
File tree
6 files changed
+1083
-14
lines changed- library/std/src
- sys/pal/uefi
6 files changed
+1083
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| 356 | + | |
356 | 357 | | |
357 | 358 | | |
358 | 359 | | |
| |||
0 commit comments