mentos-team / MentOS

An educational 32-bit linux-like Operating System, with public bachelor- and master-level course slides.
https://mentos-team.github.io/
MIT License
127 stars 50 forks source link

Fix ext2 rmdir #100

Closed Galfurian closed 2 months ago

Galfurian commented 2 months ago
  1. Correctly update inode links count and blocks dirs count;
  2. Fix ext2_mkdir and ext2_rmdir;
  3. Extend mkdir and rmdir tests;