Skip to content

COOKIE-1816/ccmb-bios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official BIOS for CCMB motherboard (cookie custom mother board, not the CCMB google searches!!!)

Build dependicences

It all depends on these packages to build:

  • avr-gcc - C and C++ compiler for AVR microcontrollers
  • avr-libc - C libraries for avr-gcc
  • linux shell and fully working kernel

Building from sources

  1. Make sure you are using linux and your system statisfies build dependicences.
  2. Clone git repository and navigate to ccmb-bios.
git clone https://github.com/COOKIE-1816/ccmb-bios.git
cd ccmb-bios 

# additionaly, you can download the zip file and extract its contents.
  1. Run buid.sh script to build from sources.
bash ./build.sh

Directory structure

Parent directory Directory Description
/ The root directory
/ built Build directory
/built asm Assembly files generated by compiler
/built bin Compiled binaries (output files)
/ docs Docs
/ error Source files for displaying error codes
/ hardware Source code for controlling devices

Releases

No releases published

Packages

No packages published