Difference between revisions of "Peerix development links"
From Organic Design wiki
(organising) |
|||
Line 11: | Line 11: | ||
*[http://www.geexbox.org/en/downloads.html GeeXboX HomePage] | *[http://www.geexbox.org/en/downloads.html GeeXboX HomePage] | ||
*[http://www.frozentech.com/content/livecd.php The LiveCD List] | *[http://www.frozentech.com/content/livecd.php The LiveCD List] | ||
+ | |||
+ | ;Perl | ||
+ | *[http://www.perl.com/pub/a/2001/02/inline.html Inline C code from perl] | ||
+ | |||
+ | ;Framebuffer | ||
+ | *[http://racl.oltrelinux.com/tutorial/fbcon.html fbcon framebuffer] | ||
+ | *[http://racl.oltrelinux.com/tutorial/fbcon.html fbcon in assembler] | ||
+ | *[http://www.directfb.org/index.php?path=Documentation%2FUser+Manuals%2FFAQ directfb framebuffer lib] | ||
+ | *[http://miko.gnyo.org/document/kernel-source-2.4.26/Documentation/fb/vesafb.txt vesab mode numbers] | ||
+ | |||
+ | ;Boot loaders | ||
+ | *[http://www.gnu.org/software/grub/manual/html_node/ GRUB Manual] | ||
+ | *[http://ruslug.rutgers.edu/~mcgrof/grub-images/ GRUB splashimage howto] | ||
+ | *[http://ruslug.rutgers.edu/~mcgrof/grub-images/configs/linux/menu.lst GRUB menu.1st config] | ||
+ | *[http://gag.sourceforge.net/index.html Graphical boot loader] | ||
+ | *[http://opensource.se/projects/miniboot/ Embedded boot loader] | ||
+ | *[[Writing a boot loader in assembler]] | ||
+ | |||
+ | ;Graphical boot | ||
+ | *[http://www.bootsplash.org/kernel.html Linux boot graphics] | ||
+ | *[http://xg.homelinux.com/archivos/userlinux/look-n-feel.html Bootsplash binaries] | ||
+ | *[http://www.akk.org/~zorg/ Bootsplash package] | ||
+ | |||
+ | ;Low level software | ||
+ | *[http://nasm.sourceforge.net/wakka.php?wakka=HomePage NASM assembler] | ||
+ | *[http://www.nondot.org/~sabre/os/articles Low level Operating system documents] | ||
+ | *[http://www.nondot.org/sabre/os/files/Booting/CompilingBinaryFilesUsingACompiler.pdf Making Real Mode binaries with GCC] | ||
+ | |||
+ | ;BIOS | ||
+ | *[http://www.openbios.org/development/devbios.html OpenBIOS] | ||
+ | *[[BIOS data block at 40h]] | ||
+ | *[http://sourceforge.net/projects/awardmod/ AwardMod BIOS util] | ||
+ | *[http://sourceforge.net/projects/awdbedit/ Award BIOS Editor] | ||
+ | *[http://www.openbios.info/experience/releases.html OpenBIOS - Download Releases] | ||
+ | *[[AT CMOS addresses]] |
Revision as of 22:50, 11 October 2006
- Debian Package page
- Lossless JPG manipulation & commenting
- Python graphics
- PXES thin client
- Linux::Svgalib Perl module
- Graphic File Formats (DIB RLE)
- Linux Quick-Ref
- HD Master Boot Record
- Knoppix on Mac
- GeeXboX HomePage
- The LiveCD List
- Perl
- Framebuffer
- Boot loaders
- GRUB Manual
- GRUB splashimage howto
- GRUB menu.1st config
- Graphical boot loader
- Embedded boot loader
- Writing a boot loader in assembler
- Graphical boot
- Low level software
- BIOS