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.

Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>
  • Loading branch information
Ayush1325 committed Oct 21, 2024
1 parent b596184 commit be7732b
Show file tree
Hide file tree
Showing 6 changed files with 992 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 be7732b

Please sign in to comment.