Giter VIP home page Giter VIP logo

giulianos / pure64 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from returninfinity/pure64

0.0 1.0 0.0 338 KB

Pure64 is a software loader that was initially created for BareMetal OS. The loader sets the computer into a full 64-bit state with no legacy compatibility layers and also enables all available CPU Cores in the computer.

Home Page: http://www.returninfinity.com

Makefile 1.50% Batchfile 0.86% Shell 0.32% Assembly 97.33%

pure64's Introduction

Pure64 -- an OS/software loader for x86-64 systems

Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT

Pure64 is a software loader that was initially created for BareMetal OS. The loader sets the computer into a full 64-bit state with no legacy compatibility layers and also enables all available CPU Cores in the computer. Pure64 keeps an information table in memory that stores important details about the computer (Amount of RAM and memory layout, number of CPU cores and their APIC IDs, etc). The Pure64 loader has been released separately so others can use it in their own software projects.

See LICENSE.TXT for redistribution/modification rights, and CREDITS.TXT for a list of people involved.

Ian Seyler ([email protected])

Building

The only requirement for building Pure64 is NASM (The Netwide Assembler). In Linux you can download it from your distributions repository(apt-get install nasm). If you are using Windows or macOS you can grab pre-compiled binaries here in the macosx and win32 directories, respectively.

Build scripts are included for macOS/Linux and Windows systems.

macOS/Linux: ./build.sh

Windows: build.bat

Notes

Building Pure64 from source requires NASM v2.10 or higher; the version included in the macOS 10.12 Developer Tools is not recent enough. - Seriously, Apple? NASM v0.98 is from 2007!!

If you use MacPorts, you can install NASM v2.10+ by executing: sudo port install nasm

If you use Homebrew, you can install NASM 2.10+ by executing: brew install nasm

// EOF

pure64's People

Contributors

ianseyler avatar bendyer avatar artob avatar adam4813 avatar viking avatar tay10r avatar sha1dy avatar

Watchers

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