All Projects → ReturnInfinity → Pure64

ReturnInfinity / Pure64

Licence: mit
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.

Programming Languages

assembly
5116 projects

Labels

Projects that are alternatives of or similar to Pure64

Rsup Progress
❤️ A simple progress bar with promises support
Stars: ✭ 290 (-37.77%)
Mutual labels:  loader
Sass Loader
Compiles Sass to CSS
Stars: ✭ 3,718 (+697.85%)
Mutual labels:  loader
Yaspin
A lightweight terminal spinner for Python with safe pipes and redirects 🎁
Stars: ✭ 413 (-11.37%)
Mutual labels:  loader
Loading Bar
Flexible, light weighted and super fast Progress Bar Library
Stars: ✭ 300 (-35.62%)
Mutual labels:  loader
React Load Script
React component that makes it easy to load 3rd party scripts
Stars: ✭ 347 (-25.54%)
Mutual labels:  loader
Sniper
A powerful & high-performance http load tester
Stars: ✭ 373 (-19.96%)
Mutual labels:  loader
Lumie
✨ An opinionated way to keep your express API organized
Stars: ✭ 277 (-40.56%)
Mutual labels:  loader
Dsefix
Windows x64 Driver Signature Enforcement Overrider
Stars: ✭ 448 (-3.86%)
Mutual labels:  loader
Ssspinnerbutton
Forget about typical stereotypic loading, It's time to change. SSSpinnerButton is an elegant button with a diffrent spinner animations.
Stars: ✭ 357 (-23.39%)
Mutual labels:  loader
Css Loader
CSS Loader
Stars: ✭ 4,067 (+772.75%)
Mutual labels:  loader
Waitme
jquery plugin for easy creating loading css3/images animations
Stars: ✭ 302 (-35.19%)
Mutual labels:  loader
Markdown Loader
markdown loader for webpack
Stars: ✭ 335 (-28.11%)
Mutual labels:  loader
Tfrecord
TFRecord reader for PyTorch
Stars: ✭ 377 (-19.1%)
Mutual labels:  loader
Lodjs
JavaScript模块加载器,基于AMD。迄今为止,对AMD理解最好的实现。
Stars: ✭ 296 (-36.48%)
Mutual labels:  loader
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (-11.16%)
Mutual labels:  loader
Ngx Skeleton Loader
Make beautiful, animated loading skeletons that automatically adapt to your Angular apps
Stars: ✭ 278 (-40.34%)
Mutual labels:  loader
Ngx Ui Loader
Multiple Loaders / spinners and Progress bar for Angular 5, 6, 7 and 8+
Stars: ✭ 368 (-21.03%)
Mutual labels:  loader
Kdu
Kernel Driver Utility
Stars: ✭ 453 (-2.79%)
Mutual labels:  loader
Fuse Box
A blazing fast js bundler/loader with a comprehensive API 🔥
Stars: ✭ 4,055 (+770.17%)
Mutual labels:  loader
React Loader Spinner
Collection set of react-spinner for async operation
Stars: ✭ 378 (-18.88%)
Mutual labels:  loader

Pure64 - a software loader for x86-64 systems

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.

Prerequisites

The scripts in this repo depend on a Debian-based Linux system like Ubuntu or Elementary. macOS is also supported if you are using Homebrew.

  • NASM - Assembly compiler to build the loader and boot sectors.

In Linux this can be completed with the following command:

sudo apt install nasm

Building the source code

./build.sh

// EOF

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].