Code Monkey home page Code Monkey logo

alma.old's Introduction

λlma

λlma's build status

This project was made for our Computer Architecture subject at ITBA University (Buenos Aires, Argentina).

λlma is based on x64BareBones which is a basic setup to develop operating systems for the Intel 64 bits architecture and a provider of an entry point for a C kernel and the possibility to load extra binary modules separated from the main kernel.

It uses a modification of the Pure64 boot loader to boot up the basic system. The modification enables to load a greater payload than the restrictive 26k that the original allows.

Requisites

This project needs the following packages: nasm gcc binutils make qemu.

Linux

This will install make, build-essential, nasm and qemu into your system.

From the project's directory, run:

sudo apt-get update
sudo apt-get install make build-essential nasm qemu

Or simply run the installation script: ./Scripts/install-linux.sh.

OS X

Assuming you already have homebrew installed...

This will install nasm, qemu and a cross compiler (CrossGCC) into your system.

From the project's directory, run:

brew update
brew install nasm
brew install qemu
curl -o gcc-4.8.1-OSX64.dmg http://crossgcc.rts-software.org/download/gcc-4.8.1-for-linux32-linux64/gcc-4.8.1-for-linux64.dmg
hdiutil mount gcc-4.8.1-OSX64.dmg
sudo installer -package /Volumes/gcc-4.8.1-for-linux64/gcc-4.8.1-for-linux64.pkg -target /
hdiutil detach /Volumes/gcc-4.8.1-for-linux64
rm -f gcc-4.8.1-OSX64.dmg

Or simply run the installation script: ./Scripts/install-osx.sh.

Usage

From the project's directory, simply run:

make all

If you want to just build the project, run make build then use make run to run.

Credits

  • λlma β (project's structure & kernel modifications):

    • Author: Juan Moreno
  • λlma α (kernel implementation):

  • x64BareBones (base project):

    • Author: Rodrigo Rearden
    • Collaborator: Augusto Nizzo McIntosh

alma.old's People

Contributors

jupmoreno avatar

Watchers

 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.