haileys / CSOS

my operating system
6 stars 1 forks source link

Derp #1

Open evgenymartynov opened 13 years ago

evgenymartynov commented 13 years ago

Bochs gives an error whilst running - something like "lock prefix unallowed". That happens in the task_switch asm function. Fix it fix it fix it fix it fix it fix it

haileys commented 13 years ago

chuck this:

cli
hlt

before the iret and see if bochs gets to that or goes nuts.

evgenymartynov commented 13 years ago

Ignore me on IRC, why don't you :P

It gets to cli/hlt without any of those errors. Is the return address right? Or did you screw up addressing/whatever?