Ready for my challenge

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
newbie_os_dsgnr

Ready for my challenge

Post by newbie_os_dsgnr »

Good morning to all from Ireland! :)

I have attached an assembly snippet and would like feedback! in fact when you do, you're encouraging me so that's good! ;) It contains macros et al for setting up IDT, ISRs..You may recognise ISR_SAVE_REGS and it's counterpart, as I've read this forum, I've put in a kudos to Warmaster199 for his interrupt code....the code doesn't do anything yet....once I am 100% sure it looks ok and that you think it looks ok...
A question? I feel, that set_interrupt will patch up the individual IDT entries to use my code selector and it's address of the isr/int routine contained within? I need clarification, and assume that the idtr need also be patched up as well?

Many thanks,
Tommie.
:D

[attachment deleted by admin]
Beyond Infinity lazy

Re:Ready for my challenge

Post by Beyond Infinity lazy »

aye tommie, you're a stout lad as i see :-))

Didn't test your code, but by throwing a quick glance upon it, i couldna find any error.

so just keep on and hav that thingy running, gosh!

And nay, i won't test it for you :p
Post Reply