Skip to content

Commit

Permalink
Initial fs implementation for UEFI
Browse files Browse the repository at this point in the history
- Only implementing basic file stuff for now.
- Not implementing path::absolute right now since absolute UEFI paths
  will not be recognized as absolute path anyway.
- Supports both UEFI shell mapping and device path text representation.
- Follows closely UEFI shell file implementations.

Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>
  • Loading branch information
Ayush1325 committed Nov 21, 2024
1 parent 318f96a commit c60d97e
Show file tree
Hide file tree
Showing 6 changed files with 1,083 additions and 14 deletions.
1 change: 1 addition & 0 deletions library/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,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 c60d97e

Please sign in to comment.