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

Try to fix external program problems #57

Closed nkeck720 closed 7 years ago

nkeck720 commented 7 years ago

This PR is an attempt to fix #52. This shouldn't get merged until I give the clear to, otherwise we could end up with some messy, broken commits.

nkeck720 commented 7 years ago

It appears that this commit did something, but it didn't fix the issue. I will swoop in with the Bochs debugger in a moment to see what is going on.

nkeck720 commented 7 years ago

image We have in fact gotten to the program itself, but as you can see Bochs seems to throw errors the moment we call the program. I will investigate this further.

nkeck720 commented 7 years ago

The issue referred to in this PR has indeed been fixed, however the command prompt doesn't reappear and upon pressing return NOS throws up a DISK ERR. This will need some debugging before the next release.