Skip to content

Commit 1ddb30e

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 32c8a9f commit 1ddb30e

File tree

5 files changed

+950
-12
lines changed

5 files changed

+950
-12
lines changed

library/std/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@
349349
#![feature(portable_simd)]
350350
#![feature(ptr_as_uninit)]
351351
#![feature(ptr_mask)]
352+
#![feature(ptr_metadata)]
352353
#![feature(random)]
353354
#![feature(slice_internals)]
354355
#![feature(slice_ptr_get)]

0 commit comments

Comments
 (0)