Commit b7dded5
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 32c8a9f commit b7dded5
File tree
5 files changed
+945
-12
lines changed- library/std/src
- sys/pal/uefi
5 files changed
+945
-12
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