jn7163 / bread-os

[WIP] BREAD operate system based on X86_64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bread-OS

BREAD operate system based on X86_64

Build

Windows

We only support Windows Subsystem for Linux on Windows10.

Linux

Fow now, we use Linux to compile *.cpp files and link binaries.

# include deps requirements
apt install make gcc g++ nasm qemu qemu-kvm build-essential git uuid-dev iasl python

# start bread-os using qemu-system-x86_64
make start

Dependencies

Make sure following dependencies have installed.

  • bootboot: for micro-kernel loader

  • edk2: development environment for the UEFI

Troubleshooting

  • deps/xxx not exist
git submodule update --init --recursive

If there have any socket problem, make sure you network connection.

  • how to build edk2

There are many tutorials, for example: UEFI-EDK2(for Ubuntu only, but Windows user also could learn how to do)

LICENSE

MIT LICENSE

About

[WIP] BREAD operate system based on X86_64

License:MIT License


Languages

Language:C++ 49.5%Language:Shell 18.6%Language:Makefile 16.5%Language:C 15.4%