rahul nagpal wrote: > > > > Hey, i can get th source code of reactos, but i can't understand the > coding, your programmer who wrote these type of coding can also be > refer any book/notes.You please tell me the name of that book, for > which i can also take refrence for understanding the lower level of > coding for making kernel and other files.I know these type of > languages(C,C++,Java Core,VC++,Oracle 8i,html),but not for the > hardware level only for making user level programs.So Please help me > do this task easier and i also tell you that i didn't know the way to > access your channel #reactos also help me i have no sufficient time to > take part in it but i try so please refer any book.Thanxxx for making > me the member of your group and Congratulations for your Project > Success.... :) (: > > > > > Hi Rahul,
Systems level programming is very complex and not generally recommendable to beginning programmers. To give You an insight in what is involved I would recommend You get the following documents, which provide ample information. Intel Architecture Software Developer’s Manual Vol.1 (Intel doc.nr: 24319001) Intel Architecture Software Developer’s Manual Vol.2 (Intel doc.nr: 24319101) Intel Architecture Software Developer’s Manual Vol.3 (Intel doc.nr: 24319202) These documents are still available in PDF format, free of charge, from Intel's webserver. (http://www.intel.com/design/archives/processors/mmx/index.htm) Vol.1 deals with the basic architecture., Vol.2 is the assembly instructions reference, and finally Vol.3 deals with systems level programming. Other than that, I would recommend You begin studying code at the applications level, which is considerably less complicated. You will find lots of good source to study in the ros-apps directory of the ReactOS source repository. Kind Regards Love N _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
