maniekx86 / bruhos

x86 operating system

Repository from Github https://github.commaniekx86/bruhosRepository from Github https://github.commaniekx86/bruhos

Simple x86 real-mode operating system

BruhOS is simple x86 real-mode operating system written in C. It uses GCC to generate code for i386 and higher. Currently it fills screen with #

Compiling and running

Required packages: nasm, gcc and mtools

compile: ./compile.sh

run: qemu-system-i386 -fda ./floppy.img
debug run: qemu-system-j386 -fda ./floppy.img -debugcon stdio

About

x86 operating system


Languages

Language:Assembly 73.5%Language:C 23.9%Language:Makefile 2.7%