Linux Kernel: Difference between revisions

From Xenon Wiki
Jump to navigation Jump to search
imported>Jamiec
(Created page with 'There is a set of 7 patches available sent to the linuxppc mailing list on 08 March 2007, which have to be applied to Linux 2.6.20. If you're interested in kernel development and…')
 
imported>Jamiec
No edit summary
Line 1: Line 1:
There is a set of 7 patches available sent to the linuxppc mailing list on 08 March 2007, which have to be applied to Linux 2.6.20. If you're interested in kernel development and/or adding new features, please take a look at [[Linux Kernel Development]].  
There is a set of 7 patches available sent to the linuxppc mailing list on 08 March 2007, which have to be applied to Linux 2.6.20. If you're interested in kernel development and/or adding new features, please take a look at [[Linux Kernel Development]].  


[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032705.html (patch 1/7) xenon: add PCI Vendor ID: Microsoft]
*[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032705.html (patch 1/7) xenon: add PCI Vendor ID: Microsoft]
[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032704.html (patch 2/7) xenon: add platform support]  
*[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032704.html (patch 2/7) xenon: add platform support]  
[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032701.html (patch 3/7) xenon: udbg support (ugly)]  
*[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032701.html (patch 3/7) xenon: udbg support (ugly)]  
[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032703.html (patch 4/7) xenon: add southbridge ethernet support]  
*[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032703.html (patch 4/7) xenon: add southbridge ethernet support]  
[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032702.html (patch 5/7) xenon: add SATA support ]
*[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032702.html (patch 5/7) xenon: add SATA support ]
[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032707.html (patch 6/7) xenon: add SMC support ]
*[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032707.html (patch 6/7) xenon: add SMC support ]
[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032708.html (patch 7/7) xenon: add framebuffer support (ugly) ]
*[http://ozlabs.org/pipermail/linuxppc-dev/2007-March/032708.html (patch 7/7) xenon: add framebuffer support (ugly) ]


To run linux, you need to use the [[Linux Bootloader]] available right now. To compile the kernel, you need to set up a [cross compiler] toolchain (unless you already have another PowerPC Linux machine).
To run linux, you need to use the [[Linux Bootloader]] available right now. To compile the kernel, you need to set up a [cross compiler] toolchain (unless you already have another PowerPC Linux machine).

Revision as of 01:30, 12 March 2010

There is a set of 7 patches available sent to the linuxppc mailing list on 08 March 2007, which have to be applied to Linux 2.6.20. If you're interested in kernel development and/or adding new features, please take a look at Linux Kernel Development.

To run linux, you need to use the Linux Bootloader available right now. To compile the kernel, you need to set up a [cross compiler] toolchain (unless you already have another PowerPC Linux machine).