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

FASM board issue 29 #30

Closed nkeck720 closed 8 years ago

nkeck720 commented 8 years ago

The loop at "clear_code_flat" will only zero the whole 65536 bytes if you initalize CX=0 in stead of cx=0FFFFh. Also you commented "ES is already set" but the user program will have destroyed it!