Skip to content

Commit 6c07b0d

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 <ayushdevel1325@gmail.com>
1 parent 6b6a867 commit 6c07b0d

File tree

6 files changed

+1083
-14
lines changed

6 files changed

+1083
-14
lines changed

library/std/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@
353353
#![feature(prelude_2024)]
354354
#![feature(ptr_as_uninit)]
355355
#![feature(ptr_mask)]
356+
#![feature(ptr_metadata)]
356357
#![feature(random)]
357358
#![feature(slice_internals)]
358359
#![feature(slice_ptr_get)]

0 commit comments

Comments
 (0)