Skip to content

Welcome to B-Gyro

this document is a guide to help you get started with B-Gyro. If you have any questions or need help, feel free to reach out to us at b.gyro.os@gmail.com

Table of Contents

Prerequisites

Before you begin, ensure you have met the following requirements: - docker and docker-compose installed on your machine. - qemu-system-x86_64 installed on your machine.

play-test:

To play-test B-Gyro, follow these steps:

  1. just clone the repository and run the following command:
    make
    
  2. To run the operating system, run the following command:
    make run
    

kernel API