GithubHelp home page GithubHelp logo

jp-hoehmann / mivios Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 180 KB

The MInimum VIable Operating System, a tiny OS to act as the starting point for more ambitious projects.

License: Apache License 2.0

CMake 0.72% Shell 5.49% Makefile 16.61% Assembly 15.94% C 60.86% Perl 0.38%

mivios's Introduction

MiViOS

The MInimum VIable Operating System, a tiny OS to act as the starting point for more ambitious projects.

LICENSE

Copyright 2018 Jean-Pierre Höhmann (@NuvandaPV) <jean-pierre@höhmann.info>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. A copy of the License should have been included with the software as LICENSE. If not, you may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Build instructions

The build is meant to run inside the project directory (the same directory this file is in).

To get started quickly:

  • Build a bootable CD-ROM image of the operating system by invoking $ ./iso.sh.
  • Build a bootable CD-ROM image and run it in qemu by in invoking $ ./qemu.sh.

The build is split into three steps, which are exposed as scripts, so they can be hooked into an IDE:

  • Build the OS by invoking $ ./build.sh.
  • After running the build, install the OS into a bootable CD-ROM image by invoking $ ./install.sh.
  • After installing, run the OS in qemu by invoking $ ./run.sh.

There are two additional scripts that might be useful in certain situations:

  • Copy all the headers into the sysroot (without compiling anything) by invoking $ ./headers.sh.
  • Clean up the source tree by invoking $ ./clean.sh.
  • Start the OS in qemu in the background, waiting for GDB to attach by invoking $ ./debug.sh.

You may pass TARGET as one of Default, Debug, or Release to set the build type. This currently only affects build.sh and all scripts that have to invoke the build process as part of their operation.

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.