April 6, 2008

AVR port for SDCC

I’m implementing an AVR port to the SDCC (Small Device C Compiler) as College project. I think this will help me in improving my knowledge about AVR architecture and compiler design.
This document is inherited from SDCC AVR implementation page.
Design Document for AVR Port
The first release will support all AVR architectures except ATMega & ATtiny
(i.e. all [...]

April 6, 2008

Speeding Up Your Linux Box

Speeding Up Boot Time The default init scripts found in /etc/init.d/ and the /etc/rc*.d/ directories are good for most systems, but they may not be needed on your specific system. If you do not need a service then you can disable it. This can reduce the boot time for your system. In some cases, [...]

April 6, 2008

8 Queen puzzle solution using C

This is a Backtracking solution for 8 Queen problem check it out.
Download
http://myfreefilehosting.com/f/a61e5eccc8_0.1MB