majorviraj / my-os

My bare-metal experiments with the RaspberryPi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attempting to write a working Operating System for the Raspberry-Pi

Codes have been tested on Raspberry-Pi B+ but should work on rpi model 2 and A+

Toolchain

Currently using the arm-gcc-none-eabi-7-2017-q4-major which can be downloaded form here

About

My bare-metal experiments with the RaspberryPi


Languages

Language:C 52.2%Language:Assembly 31.6%Language:Makefile 16.1%