Giter VIP home page Giter VIP logo

echidnaos's Introduction

echidnaOS

What is echidnaOS?

echidnaOS is an attempt at creating an operating system from scratch. The kernel is written primarily in C, with some assembly here and there.

Building Instructions

Please, follow these instructions to build a bootable IMG of echidnaOS. You can then write the resulting image to a Hard Drive.

Requirements

  • nasm
  • gnu make
  • gcc
  • g++
  • bison
  • qemu (for testing the image, non essential)

Step by step:

You can install all the above packages on Ubuntu/Debian with the following commands:

sudo apt-get update
sudo apt-get install nasm build-essential qemu-system-x86

Make sure you are in the root of the source tree.

Now let's build the cross toolchain:

make tools

This step will take a while, especially on slower systems.

You can now use:

make clean-tools

To remove build files and sources that aren't needed anymore.

Now that every requirement is satisfied, let's build the kernel, the shell, and create the image:

make

If make didn't error, congratulations, you managed to build echidnaOS. There should be a bootable "echidna.img" image in the project's root now.

You can test the image in qemu with:

qemu-system-i386 echidna.img

echidnaos's People

Contributors

eq avatar haileylgbt avatar raylu avatar wubbalubbadubdubonline 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.