froggey / Mezzano

An operating system written in Common Lisp
MIT License
3.54k stars 187 forks source link

EXT4: Fix check-feature-incompat #160

Closed ebrasca closed 4 years ago

fittestbits commented 4 years ago

If you use iter in ext4, you can't do a cold boot from an ext4 partition because iter isn't a part of the cold boot image. That's why I switched your code from iter to loop. It looks like the only difference between the two version is that I'm doing setf/logandc2 and you're doing decf. Maybe switching my code to decf will fix the problem?