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 27 #28

Closed nkeck720 closed 8 years ago

nkeck720 commented 8 years ago

Contrary to your comments, you forget to setup the stack for this user program.

Code:

mov  ax, 7000h 
mov  ss, ax 
mov  sp, 0      ;64KB stack