Skip to content

Commit 54193f0

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 35daf8b commit 54193f0

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
@@ -349,6 +349,7 @@
349349
#![feature(prelude_2024)]
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)