Find a file
Victor Mignot f28056da82
Implement AddressSpace
Add the first implementation to represent an address space (through the
`AddressSpace` struct), that can be used by different objects which have
their own inner memory map.
The implementation use an AVLTree (right now it's just an ordinary BST,
as rebalancing has not been implemented).
2024-05-10 14:53:16 +02:00
src Implement AddressSpace 2024-05-10 14:53:16 +02:00
.gitignore Initial structure and files 2024-03-22 17:15:23 +01:00
Cargo.lock Initial structure and files 2024-03-22 17:15:23 +01:00
Cargo.toml Initial structure and files 2024-03-22 17:15:23 +01:00
flake.lock Initial structure and files 2024-03-22 17:15:23 +01:00
flake.nix Initial structure and files 2024-03-22 17:15:23 +01:00
LICENSE Initial structure and files 2024-03-22 17:15:23 +01:00
README.md Initial structure and files 2024-03-22 17:15:23 +01:00

dremu

A RISC-V 32-bits CPU emulator.

License

Licensed under the European Union Public Licence (EUPL).

Copyright (c) 2024 Victor Mignot