[VFS] Move victoria falls to rust. (Breaks voyageurs)
Move victoria falls to rust, which allows us to remove both the denali and victoria falls C++ code. This disk driver appears to work properly but has highlighted some instability in the voyageus xhci implementation which now breaks.
This commit is contained in:
parent
f918966727
commit
dc801786b1
37 changed files with 504 additions and 2065 deletions
|
|
@ -41,7 +41,7 @@ cp zion/zion efi/
|
|||
mkdir -p efi/sys
|
||||
cp ../sysroot/bin/yellowstone efi/sys/yellowstone
|
||||
cp ../sysroot/bin/denali efi/sys/denali
|
||||
cp sys/victoriafalls/victoriafalls efi/sys/victoriafalls
|
||||
cp ../sysroot/bin/victoriafalls efi/sys/victoriafalls
|
||||
|
||||
mkdir -p sysroot
|
||||
mount "${dev}p2" sysroot/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue