Giter Site home page Giter Site logo

metta-systems / metta Goto Github PK

View Code? Open in Web Editor NEW
69.0 8.0 10.0 41.43 MB

Metta OS

License: Boost Software License 1.0

Shell 0.09% CMake 0.09% C++ 93.39% C 5.95% Assembly 0.40% Python 0.02% Objective-C 0.01% Ruby 0.02% GDB 0.01% Makefile 0.02%
operating-system osdev metta c-plus-plus toolchain bochs metta-os

metta's Introduction

Metta OS

Metta is a multimedia, mobile, social OS

Join the chat at https://gitter.im/metta-systems/metta

My goal is to make Metta the platform for social, efficient and fun life on the internet. I call such internet egocentric, because it revolves around your needs and desires. See a more detailed description at https://metta.systems.

Be free!

मेता


To build Metta

  • Check out the sources:
 $ mkdir Metta; cd Metta
 $ git clone https://github.com/metta-systems/metta.git develop
 $ cd develop; git checkout develop

Sources will be checked out into branch "develop" under "Metta". This extra umbrella directory is needed because toolchain builder will create Metta/toolchain for the local toolchain it builds.

  • Install dependencies

  • yasm assembler, brew install yasm for example.

  • boost, brew install boost

  • OSSP UUID implementation, brew install ossp-uuid

  • up-to-date openssl, brew install openssl

  • cdrtools (for mkisofs), brew install cdrtools

  • cmake, brew install cmake

  • ninja, brew install ninja

  • bochs emulator, brew install bochs

All dependencies in one command:

 $ brew install yasm boost ossp-uuid openssl cdrtools cmake ninja bochs
  • Generate a toolchain.
 $ cd Metta
 $ sh develop/build_toolchain.sh

This is going to take a while.

If you're unable to build toolchain locally and are on a (post-) Lion Mac, download prebuilt one and unpack it.

 $ cd Metta
 $ wget https://r.metta.systems/downloads/toolchain-x86_64-darwin.tar.bz2
 $ tar xf toolchain-x86_64-darwin.tar.bz2
  • Build Metta
 $ cd Metta/develop/src
 $ sh buildit.sh
  • After successful build run emulator software to try out Metta.

src directory is preconfigured for using Bochs, so you can simply type:

 $ bochs -q

Build & test status dashboard

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.