Log in

View Full Version : Os architectry


ReVeR
September 23rd, 2004, 15:25
I was wondering if anyone got an article on os architecture for noobs?(With focus on windows maybe? the nt series). the memory managemnet and such.
i found some but they were either too shallow, and didnt give enoguht info, or were too complex for me to understand.....
.Thx.

dELTA
September 23rd, 2004, 16:18
OS architecture is sorta not for newbies by definition. I'd suggest you'd get well aquainted with ring 3 first, and then start with the stuff below.

One example of a good book describing NT architecture is "Inside Windows 2000" anyway.

Hero
September 24th, 2004, 00:27
Hi
I don't this is against low of this forum,because this site
has no crack,warez,serail,etc.
But is you search you can find ebooks about computer
concepts in it(non commerical):
http://www.intelinfo.com

enjoy!

Silver
September 24th, 2004, 05:49
The WindowsNT/2000 source code is out and about on the net as well, if you're interested in seeing the way Microsoft builds their code (and all their //BUGBUG: comments, )