|
|
# Kernel hacking ressources
|
|
|
|
|
|
This page is designed to provide some pointers about general kernel hacking, everything which could help programmers who are not familiar with that and who would like to contribute to FiXos code.
|
|
|
|
|
|
## OSDev
|
|
|
First, take a look in [OSDev wiki](http://wiki.osdev.org/Main_Page).
|
|
|
This website contains hundreds of very instersting articles, and is a good base to explore various aspect of OS/kernel concepts.
|
|
|
Even if some of the articles are written with x86/PC platform in mind, most of them apply to any 'modern' platforms like sh3/sh4 MPUs.
|
|
|
|
|
|
|