finish console implementation and add file device

This commit is contained in:
Lobo 2025-12-14 22:21:10 -03:00
parent 373a739c8f
commit 7f99b487df
3 changed files with 296 additions and 22 deletions

View file

@ -1,4 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
buildInputs = with pkgs; [
xxd