pradosh-arduino / InfectOS-v0.1.0

this is an ARM based OS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfectOS-v0.1.0

this is and ARM based OS.

Setup

make a folder named: ARM_Root

then follow these steps to build the OS:

build the OS's kernel just type: make all

make kernel image: make image

make bootloader: make bootloader

clean unwanted binary .o files: make clean

clean .o, .elf, .bin, .data: make deep-clean

realmachine bootable: make real-boot

About

this is an ARM based OS.


Languages

Language:C 76.2%Language:Makefile 18.0%Language:Assembly 3.9%Language:Batchfile 1.9%