Fixed log and added VGA text driver #1

Closed
vanten-s wants to merge 12 commits from dev into main
Showing only changes of commit f1f8b2a1c2 - Show all commits

View file

@ -24,7 +24,6 @@ in pkgs.mkShell rec {
LIBCLANG_PATH = pkgs.lib.makeLibraryPath [ pkgs.llvmPackages_latest.libclang.lib ];
shellHook = ''
rustup default nightly
rustup component add llvm-tools-preview
rustup component add rust-analyzer
rustup component add rust-src
rustup target add x86_64-unknown-none