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 Jan 6, 2025
1 parent 32c8a9f commit 1ddb30e
Show file tree
Hide file tree
Showing 5 changed files with 950 additions and 12 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(portable_simd)]
#![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 1ddb30e

Please sign in to comment.