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

DRVS file not processing #62

Open nkeck720 opened 7 years ago

nkeck720 commented 7 years ago

During some internal testing, it was found that the kernel will detect and load up the DRVS file, but will not parse any of the drivers contained within. The DRVS file not found message does not appear, but drivers inside the file are not run. Instead, somewhere inside the parsing code, the user is dumped into the NOS> prompt. The environment from there on appears to be stable, the only problem appears to be that none of the drivers are being run.

nkeck720 commented 6 years ago

This needs to be fixed before we release 1.0. I'm labelling this as up for grabs in case someone can work on it before I get to it myself.