Update changelog

This commit is contained in:
Vincent Ollivier 2022-07-02 07:16:58 +02:00
parent b202192810
commit 62097d8e97
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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))