nkeck720 / nos

A command-line based OS written in FASM syntax for i386 and above.
GNU General Public License v2.0
9 stars 5 forks source link

Running programs causes NOS to crash #59

Closed nkeck720 closed 7 years ago

nkeck720 commented 7 years ago

Running an external program currently causes the kernel to bug out and eventually result in a DISK ERR message even though the disk is not being accessed. Occasionally, if a "type" command has been run before hand, the text from the output of that type command will be printed after the program returns. I have been unable to make heads or tails of what could cause this issue.