kernel stack anomaly!!

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
ITchimp
Member
Member
Posts: 134
Joined: Sat Aug 18, 2018 8:44 pm

kernel stack anomaly!!

Post by ITchimp »

I am having issue with task switch...

when I am in the timer_handler... with bochs, I type info tss

the ss0:esp0 is 0x10:0xc0119000..

but when I typed print-stack

the bottom of the stack is 0xc00f7000... why isn't the stack starting from 0xc0119000... as I set it to be?
User avatar
iansjack
Member
Member
Posts: 4703
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: kernel stack anomaly!!

Post by iansjack »

It's a shame the crystal ball isn't working today.

I'd have thought, with the large number of questions that you have posted to date, that you would have some understanding by now of the sort of information needed to expect an answer.
Post Reply