This website requires JavaScript.
Explore
Help
Register
Sign In
Rativel
/
BurritOS
Watch
1
Star
1
Fork
0
You've already forked BurritOS
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c74c99499e
BurritOS
/
src
/
simulator
History
François Autin
c74c99499e
♻️
Removed loads of casts to usize
2023-03-24 17:32:04 +01:00
..
decode.rs
Add a lot of comments, fix SRLI instruction in print,
2023-01-18 22:15:06 +01:00
error.rs
✨
Added MachineError struct
2023-03-23 20:04:21 +01:00
interrupt.rs
use of system in parameters in synch
2023-03-15 11:09:34 +01:00
loader.rs
Renamed Machine::init_machine and fixed stack overflow by allocating main_memory to the heap
2023-03-11 23:49:20 +01:00
machine.rs
♻️
Removed loads of casts to usize
2023-03-24 17:32:04 +01:00
mem_cmp.rs
oups sorry les boys
2023-03-15 15:48:58 +01:00
mmu.rs
Renamed exceptions to follow CamlCase convention
2023-03-23 20:54:05 +01:00
mod.rs
✨
Added MachineError struct
2023-03-23 20:04:21 +01:00
print.rs
Removed useless variable
2023-03-10 10:34:13 +01:00
translationtable.rs
impl translation table + debut impl mmu
2023-03-13 22:52:27 +01:00