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

Currently no EXEC check in load routine from filesystem #49

Closed nkeck720 closed 7 years ago

nkeck720 commented 7 years ago

This is more of an enhancement than an issue, but we need to implement some form of EXEC check since the flag exists in the FSB for marking a file as executable or not. This should be implemented before the first release.

nkeck720 commented 7 years ago

This was fixed by #51.