OS Experiment #0
Find a file
2024-02-22 22:19:16 -06:00
kernel get it back to working for now 2024-02-22 22:19:16 -06:00
.gitignore initial 2024-02-22 21:31:25 -06:00
aarch64-qemu.ld initial 2024-02-22 21:31:25 -06:00
aarch64-unknown-none.json initial 2024-02-22 21:31:25 -06:00
Cargo.lock initial 2024-02-22 21:31:25 -06:00
Cargo.toml begin console 2024-02-22 21:50:13 -06:00
CMakeLists.txt initial 2024-02-22 21:31:25 -06:00
README.md begin console 2024-02-22 21:50:13 -06:00
run.sh get it back to working for now 2024-02-22 22:19:16 -06:00
rust-toolchain initial 2024-02-22 21:31:25 -06:00
rustfmt.toml wtf lol 2024-02-22 22:08:15 -06:00

EOS0

This is mainly a port of MIT's xv6 operating system, for educational purposes.

You can consider the "e" in EOS to be either educational or experimental.

References