nitros9project / nitros9

NitrOS-9 Operating System
14 stars 15 forks source link

krn.asm patch for 6309 #42

Closed ejaquay closed 9 months ago

ejaquay commented 9 months ago

The first commit corrects conditional assemply overlap error in level2 krn.asm that was preventing 6309 boot. A second commit adds comments to clarify the scope of conditional assembly in the system block initilization code.

NOTE: Generated F256 code is believed to be correct but this has not been tested.

Hold up - I am reverting the second commit and am trying to get asmprettyprint working instead.

Latest commit removes duplicate section of source per boisy request.

boisy commented 9 months ago

Thanks for your efforts here. I approved your changes and will merge them in.