hheik pushed to monolith at hheik/rmp
-
d8eaea70ca
First working monolith version with audio playback
-
160c44e6ef
Added (unimplemented) log level option
- Compare 2 commits »
hheik pushed to feat/consoleinit at hheik/xv6-riscv-rust
-
94e6d016ac
wip consoleinit debugging
hheik pushed to riscv at hheik/xv6-riscv-rust
-
22adda17cc
Hotfix to previous commit
hheik pushed to riscv at hheik/xv6-riscv-rust
-
48ae217e41
Fixed C-string usage
hheik pushed to riscv at hheik/xv6-riscv-rust
-
1d51f09bd1
Fixed C-string usage
hheik pushed to riscv at hheik/xv6-riscv-rust
-
24df740c4d
Merge branch 'feat/start' into riscv
-
9374b8a3bf
Merge branch 'feat/main' into feat/start
-
623c44fcb3
Fixed spinlock halting caused by data misalignment
-
7797ae7810
Replaced main.c
- Compare 4 commits »
hheik pushed to feat/main at hheik/xv6-riscv-rust
-
623c44fcb3
Fixed spinlock halting caused by data misalignment
hheik pushed to feat/main at hheik/xv6-riscv-rust
-
7797ae7810
Replaced main.c
hheik pushed to riscv at hheik/xv6-riscv-rust
-
d3ba78c326
Merge branch 'feat/start' into riscv
-
9eba9bb925
Replaced start.c
-
cf55a8faa1
entry.S jumps to rust implementation of start()
- Compare 3 commits »
hheik pushed to feat/start at hheik/xv6-riscv-rust
-
9eba9bb925
Replaced start.c
hheik pushed to feat/start at hheik/xv6-riscv-rust
-
cf55a8faa1
entry.S jumps to rust implementation of start()
hheik pushed to riscv at hheik/xv6-riscv-rust
-
d57cdc9d6c
Delegate rust panics to c
hheik pushed to riscv at hheik/xv6-riscv-rust
-
2b180156b4
Replaced uart driver with rust implementation