dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
804 stars 109 forks source link

Mkdir command error #266

Closed Nisargpatel16 closed 3 years ago

Nisargpatel16 commented 4 years ago

The following marked error in the below attached photo is what we are getting. We had tried in different qemu os platform i.e. Linux and windows qemu but still we didn't got the solution of it. Even though we had debug all permissions related issues. Screenshot (327)

dthain commented 3 years ago

You are attemping to modify a read-only filesystem -- it's a cdrom, after all. However, the kshell should not crash on a failed mkdir, and that's a bug fixed in #268. Thanks for letting us know.