Commit c60d97e
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 318f96a commit c60d97e
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 | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| 359 | + | |
359 | 360 | | |
360 | 361 | | |
361 | 362 | | |
| |||
0 commit comments