Difference between revisions of "Peerix development links"
From Organic Design wiki
m |
m |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{legacy}} | |
*[http://packages.debian.org/ Debian Package page] | *[http://packages.debian.org/ Debian Package page] | ||
*[http://www.rt.com/man/jpegtran.1.html Lossless JPG manipulation & commenting] | *[http://www.rt.com/man/jpegtran.1.html Lossless JPG manipulation & commenting] | ||
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]] | ||
+ | |||
+ | ;Misc | ||
+ | *[http://wikimania.wikimedia.org/wiki/Programme Wiki Conference Programme] | ||
+ | *[http://www.rojakpot.com/default.aspx?location=3&var1=143&var2=0 Page on optimising virtual memory] | ||
+ | *[http://www.adaptivepath.com/publications/essays/archives/000385.php Article on Ajax] | ||
+ | *[http://www.nu2.nu/pebuilder/ Bart's Preinstalled Environment] | ||
+ | *[http://www.reatogo.de/index.htm Reatogo-X-PE = BartPE+XPE] | ||
+ | *[http://arstechnica.com/science/news/2010/03/how-robots-think.ars How Robots Think] | ||
+ | [[Category:dev]][[Category:links]][[Category:peerix]] |
Latest revision as of 03:19, 23 April 2020
- 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
- OpenBIOS
- BIOS data block at 40h
- AwardMod BIOS util
- Award BIOS Editor
- OpenBIOS - Download Releases
- AT CMOS addresses
- Misc