Giter VIP home page Giter VIP logo

bbi-os's Introduction

https://github.com/do-bbi/bbi-os/wiki

bbi-os

64bit Multicore OS using Intel x86_64

bbi-os Memory Map

BBI_OS_MMAP

bbi-os Running Tasks with Time-Sharing

BBI_OS_MMAP

Welcome to bbi-os

bbi-os is derived OS from MINT64 OS and written by C & x86_64 assembly languages

Contributing to bbi-os

Contributions to bbi-os are welcomed and encouraged! Please contact us if you want to contribute

Getting Started

To build from source, you will need about

System Requirements

Windows, Linux, MacOS are the current supported host development operating systems.

Cross-compiling gcc for MacOS

Cross-compiling gcc for macOS is very difficult.
You can download cross compiled gcc from here

Build Tool

We will use Make as build tool, please install make for build
If your host development OS is windows, install mingw64(I recommend using chocolatey)

  • choco install mingw

.vscode/launch.json

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "(Windows) Launch",
            "type": "cppvsdbg",
            "request": "launch",
            "program": "${env:MSYS2_DIR}/usr/bin/bash",
            "args": ["./qemu.sh"],
            "stopAtEntry": false,
            "cwd": "${workspaceFolder}",
            "environment": [],
            "externalConsole": true
        }
    ]
}

.vscode/tasks.json

{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "Make",
            "type": "shell",
            "command": "make",
            "args": [],
            "options": {
                "cwd": "${workspaceFolder}"
            },
            "group": {
                "kind": "build",
                "isDefault": true
            }
        }
    ]
}

bbi-os's People

Contributors

sikurity avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.