Skip to content

Commit 4f422c1

Browse files
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 b596184 commit 4f422c1

File tree

6 files changed

+1054
-14
lines changed

6 files changed

+1054
-14
lines changed

library/std/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@
356356
#![feature(prelude_2024)]
357357
#![feature(ptr_as_uninit)]
358358
#![feature(ptr_mask)]
359+
#![feature(ptr_metadata)]
359360
#![feature(random)]
360361
#![feature(slice_internals)]
361362
#![feature(slice_ptr_get)]

0 commit comments

Comments
 (0)