OS Experiment #0
Find a file
2024-03-21 08:33:51 -05:00
kernel update 2024-03-21 08:33:51 -05: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 update 2024-03-21 08:33:51 -05:00
Cargo.lock initial 2024-02-22 21:31:25 -06:00
Cargo.toml begin console 2024-02-22 21:50:13 -06:00
debug.sh wtf 2024-02-22 23:21:05 -06:00
lldb-init set up debugging 2024-02-22 22:59:57 -06:00
README.md begin console 2024-02-22 21:50:13 -06:00
riscv64gc-unknown-none-elf.json update 2024-03-21 08:33:51 -05:00
run.sh update 2024-03-21 08:33:51 -05: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