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 Aug 28, 2024
1 parent ac77e88 commit bf222b7
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 @@ -346,6 +346,7 @@
#![feature(prelude_2024)]
#![feature(ptr_as_uninit)]
#![feature(ptr_mask)]
#![feature(ptr_metadata)]
#![feature(slice_internals)]
#![feature(slice_ptr_get)]
#![feature(slice_range)]
Expand Down
Loading

0 comments on commit bf222b7

Please sign in to comment.