On Friday 01 July 2005 19:22, ashwin tanugula wrote:
> Hi,
> Can somebody explain to me the define statements in
> /include/asm-um/ptrace-i386.h file? I mean can somebody explain me how
> it was written.

> http://lxr.linux.no/source/include/asm-um/ptrace-i386.h
>
> Thanks,
> Ashwin
From a struct pt_regs, which in UML has a particular structure due to the 
existance of SKAS and TT modes, we must extract all those infos.

Those defines are simply wrappers from some UML names (applying to pt_regs) to 
UML internal names (applying to uml_pt_regs, which is a union whose 
definition is known also by UML *_user.c and similar files).

Then, what's your doubt exactly?
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade





___________________________________
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
http://mail.yahoo.it



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to