skni-kod / MicrOS

32-bit operating system with kernel written in C. Created by SKNI "KOD".
GNU General Public License v3.0
51 stars 6 forks source link

Shell causing system reboot after typing single letter "a" #98

Open MinusPL opened 2 years ago

MinusPL commented 2 years ago

When you type single letter a in shell it will cause immediate system reboot. Only letter a causes this issue.

How to fix:

Good first issue to solve. Basic programming and debugging knowledge required. Good for newcomers in project.

MinusPL commented 2 years ago

Also yet another clue for someone who might want to start their participation here. Problem is caused by other letters assigned to partitions. If we have also partitions B: C: etc it will also cause reboot with b and c.