* Kevin O'Connor kevin@koconnor.net [101228 01:00]:
CONFIG_AHCI is a bit experimental. Has there been success with it on real hardware?
I have not tried it. It sounded like a great idea though.
+checkout:
- test -d seabios && ( cd seabios; git pull ) || \
- git clone git://git.linuxtogo.org/home/kevin/seabios.git seabios
I'd hate to have an accidental commit brick someones machine. This should probably pull out a tagged version. Another option would be to commit a compressed bios.bin.elf file to svn (the gzip'd elf file is only 56K).
I agree. A tagged version seems a better default. Comitting binaries sounds not so nice, if there's a chance to build from sources.
Stefan