|
From: Guido de J. <gu...@us...> - 2001-10-09 20:04:29
|
On Tuesday 09 October 2001 05:00, mohan kumar wrote: > hi guido, > what u say about debugging gemini first is correct. > i will try to provide more info. OK, thanks > BTW, > the values i get when i nm gemini-nucleus are, > 00109000 B io_port_bitmap > 00108080 B tss_system > > do they look correct or not? It is important that the (tss_system - io_port_bitmap) < 65535 (or maybe even 32767) but that is perfectly alright in your case. > iam trying to understand the nucleus code more > throughly. so at this point i am not able to say > weather they are correct or not :-( The values look fien to me. At each task switch the IO port bitmap of the process (io_pbm[0] and io_pbm[1]) are mapped at the address io_port_bitmap. This is done in function port_map_iopbm(). Maybe you could verify that this is done correctly on your machine. I'd probably best try to do the same here. Guido |