Skip to content

edwardshao/rpi_kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very simple kernel runs on Raspberry Pi

I am interested in bare-metal programming.

The goal of this project is:

*   understand linker script (sections)
*   interact between C and ARM assembly 
*   how to setup an environment for C program
*   how to interact with hardware peripherals
*   use C if possible

I refer Baking Pi - Operating Systems Development and create a template with my style. There are some useful information from Baking Pi Project.

Status

*   2012/11/07: Add simple GPIO libaray.
*   2012/11/02: Initiation. LED blinking!

Todo

*   play with interrupt
*   play with USB
*   play with graphic

About

A very simple kernel runs on Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published