diff --git a/CHANGELOG.md b/CHANGELOG.md index d63438d..7311fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Remove superfluous use of lazy_static (#364) +- Use exit code to set status var (#360) - Add shell aliases (#357) - Bump object from 0.28.4 to 0.29.0 (#358) - Fix args ptr alignment (#359) diff --git a/README.md b/README.md index 946b25e..be256fb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This project started from the [seventh post][1] of the second edition of - [x] RTC clock - [x] PCI devices - [x] ATA PIO mode -- [x] Random number generator (using [rand_chacha](https://crates.io/crates/rand_chacha)) +- [x] Random number generator (using [rand_hc](https://crates.io/crates/rand_hc)) - [x] RTL8139 network card - [x] AMD PCNET network card - [x] DHCP/IP/TCP/UDP/DNS/HTTP network protocols (using [smoltcp](https://crates.io/crates/smoltcp))