Re: New learner!
Posted: Thu Jun 02, 2005 11:00 pm
hey man the best site i found to learn c++ and c is www.cprogramming.com it also has alot of links, and learn a little bit of asm too.
For this i would reccomend reading the intel manuals esspecially "Intel? Architecture Software Developer's Manual, Volume 3: System Programming Guide"If you're writting an OS, you should know about the underlying hardware. More to the point, you should understand interrupts, IO, IRQs, segmentation (possibly... not all platforms have it), paging, etc, etc, etc.