Rstar284 / cblos

Source code for the CBLOS project

Home Page:https://cblos.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cblos

Minimal BIOS operating system.

Prerequisites

Build

$ # Build the bootloader
$ make -C bootloader
$
$ # Build the kernel
$ make -C kernel cblkern
$
$ # Link kernel
$ make -C kernel linkcbl
$
$ # Test in qemu
$ make -C kernel test-qemu

NOTE: The $ in this context means running in your terminal.

About

Source code for the CBLOS project

https://cblos.github.io/

License:GNU General Public License v3.0


Languages

Language:Assembly 45.5%Language:C 26.3%Language:Makefile 21.6%Language:Shell 6.6%