Skip to content

Commit

Permalink
Initial fs implementation for UEFI
Browse files Browse the repository at this point in the history
- 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 <ayushdevel1325@gmail.com>
  • Loading branch information
Ayush1325 committed Sep 24, 2024
1 parent 35daf8b commit 54193f0
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 2 deletions.
1 change: 1 addition & 0 deletions library/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
#![feature(prelude_2024)]
#![feature(ptr_as_uninit)]
#![feature(ptr_mask)]
#![feature(ptr_metadata)]
#![feature(random)]
#![feature(slice_internals)]
#![feature(slice_ptr_get)]
Expand Down
Loading

0 comments on commit 54193f0

Please sign in to comment.