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 25 #26

Closed nkeck720 closed 8 years ago

nkeck720 commented 8 years ago

At the label "remove_footer_flat" you wrote "mov [es:bx], ret_opcode". This can only work if you change the definition for ret_opcode using an EQU:

Code:

ret_opcode equ 0C3h