Skip to content

Commit bf222b7

Browse files
committed
Initial fs implementation for UEFI
- Only works in the root volume - Implement truncate, create_new, etc - Implement getting created, modified and accessed times. - Implement file copy - Implement exists - Implement mkdir - Implement rename Avoiding directory stuff for now Signed-off-by: Ayush Singh <[email protected]>
1 parent ac77e88 commit bf222b7

File tree

4 files changed

+710
-2
lines changed

4 files changed

+710
-2
lines changed

library/std/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@
346346
#![feature(prelude_2024)]
347347
#![feature(ptr_as_uninit)]
348348
#![feature(ptr_mask)]
349+
#![feature(ptr_metadata)]
349350
#![feature(slice_internals)]
350351
#![feature(slice_ptr_get)]
351352
#![feature(slice_range)]

0 commit comments

Comments
 (0)