moros/CHANGELOG.md

2.7 KiB

Changelog

Unreleased

  • Add missing RX stats to PCNET driver (#124)
  • Fix PCNET BCNT computation (#122)
  • Disable rand_chacha with debug_assertions (#120)
  • Migrate from TravisCI to GitHub Actions (#131)

0.5.0 (2020-11-15)

  • Add a web server (#114)
  • Add tests (#118)
  • Use ChaCha20 RNG (#116)
  • Remove dependency on rlibc (#115)
  • Add new mem command (#113)
  • Add new date and env commands (#112)
  • Add ACPI shutdown (#111)
  • Improve text editor (#109)
  • Add pcnet driver (#82)
  • Remove cargo xbuild (#83)
  • Add nanowait busy loop with nanoseconds precision (#78)

0.4.0 (2020-07-29)

  • Improve editor (#77)
  • Add ANSI Style type (#76)
  • Fix detection of magic superblock
  • Fix ATA busy loop hang
  • Improve ATA reset
  • Optimize shell printing (#75)
  • Improve console (#74)
  • Improve installation and documentation (#73)
  • Handle RTC interrupts (#71)
  • Colorize user interface (#69)
  • Update dependencies (#70)

0.3.1 (2020-04-13)

  • Update ATA driver (#41)
  • Update dependencies (#42)

0.3.0 (2020-02-16)

  • Add process struct (#19)
  • Add PhysBuf for DMA (#16)
  • Add tcp command (#17)
  • Add geotime command (#14)
  • Use VGA color palette (#15)
  • Improve filesystem (#24)
  • Improve shell history (#18)

0.2.0 (2020-02-02)

  • Add network stack
  • Add heap allocation
  • Add autocompletion to shell

0.1.0 (2020-01-18)

  • Add shell
  • Add editor
  • Add filesystem
  • Add ATA PIO mode
  • Add PCI enumeration
  • Add RTC clock

0.0.0 (2019-12-28)

  • Start MOROS project