Code Monkey home page Code Monkey logo

bfos's Introduction

bfos - Brandon Frie OS

My operating system

Project Organization

The source code for this project is organized in to the following structure:

  • src
    • boot
    • kernel
    • lib
  • docs
    • api
    • user

src Folder

The src folder is the root development folder which contains all files required to build the OS binary.

boot Folder

This folder contains all the files required to bootstrap the operating system.

kernel Folder

This folder contains all the low-level files which constitute the kernel of the operating system.

lib Folder

This folder contains all of the OS-wide library files. It may be split into a C library and a kernel library at some point.

docs Folder

This is the root folder for all documentation for the project. It will include any system API documentation as well as user manuals, etc.

Build Environment

I'm using Xubuntu as my development operating system for now. Eventually, development should transition into BFOS. You'll need to setup a cross-compiler (see instructions at: http://wiki.osdev.org/GCC_Cross-Compiler). The components I used to build my compiler are:

  • binutils 2.25
  • gcc 4.9.2
    • cloog 0.18.1
    • gmp 4.3.2
    • isl 0.12.2
    • mpc 0.8.1
    • mpfr 2.4.2

The GCC infrastructure components can be downloaded from ftp://gcc.gnu.org/pub/gcc/infrastructure.

bfos's People

Contributors

sidrus avatar

Watchers

 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.