arceos-org / arceos

An experimental modular OS written in Rust.
https://arceos.org/arceos/
Apache License 2.0
503 stars 254 forks source link

Inital naive implementation of HashMap #143

Closed binary-bruce closed 7 months ago

binary-bruce commented 7 months ago

With the help of Rust compiler and ChatGPT, I implemented the HashMap to pass the unit tests.

By running make A=apps/memtest ARCH=riscv64 run:

image
binary-bruce commented 7 months ago

Sorry, raised a PR to the wrong repo.