Official BIOS for CCMB motherboard (cookie custom mother board, not the CCMB google searches!!!)
It all depends on these packages to build:
avr-gcc
- C and C++ compiler for AVR microcontrollersavr-libc
- C libraries foravr-gcc
- linux shell and fully working kernel
- Make sure you are using linux and your system statisfies build dependicences.
- 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.
- Run
buid.sh
script to build from sources.
bash ./build.sh
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 |