Skip to content

Commit be7732b

Browse files
committed
Initial fs implementation for UEFI
- Only implementing basic file stuff for now. Signed-off-by: Ayush Singh <[email protected]>
1 parent b596184 commit be7732b

File tree

6 files changed

+992
-14
lines changed

6 files changed

+992
-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)