Coder Social home page Coder Social logo

biddyweb / examour-exokernel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from remysaissy/examour-exokernel

0.0 3.0 0.0 8.13 MB

Exokernel for IA32 architectures with a segmented memory managment model and user level only drivers.

License: Other

CMake 3.78% Assembly 7.03% C 87.92% Shell 0.55% Makefile 0.14% C++ 0.58%

examour-exokernel's Introduction

		** How to setup the environnement **

Prerequisites: - tcc cvs version - gcc 4.xx - binutils 2.17 - gnu make - bochs 2.2.6 or later - grub 0.95 or later - mtools - qemu - bximage

@Installing Tcc Tcc is located http://fabrice.bellard.free.fr/tcc. The cvs version (at the time of the writing of this document, it is located on savannah) must be used. The 0.9.23 won't work since segment registers support is missing and few other stuffs. A tcc binary, compiled on a gnu/linux x86-32 bits platform is available in the toolkit directory of the present sources. To use it, you can do the following: #cp toolkit/tcc /usr/local/bin/tcc #chown root.root /usr/local/bin/tcc #chmod 755 /usr/local/bin/tcc

@ How to install the environment Go in build_tools and type ./install.sh Go back in the base directory.

@ How to compile the kernel and the init env. Type make in the base directory

@ How to launch the kernel - with bochs ./launch.sh - with qemu ./launch.sh qemu

@ How to compile and create drivers Go in the drivers directory and have a look at the Makefile, it contains the available drivers and you have to add your entries to take yours in account.

@How to compile a new init env Change the value of the INIT variable in the .config file at the root of the repository. By default, it points to apps/eash.

Enjoy.

-- Remy SAISSY December 18th, 2006

examour-exokernel's People

Contributors

remysaissy avatar

Watchers

James Cloos avatar  avatar  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.