Giter VIP home page Giter VIP logo

custom-bootloader's Introduction

Custom Bootloader Development Techniques (Windows)

About

This project was created as a demo tutorial for low-level and kernel developers. The sample researched is a custom bootloader code to replace/complement a default Windows boot loader.

Implementation

Our bootloader is primarily based on C++ low-level programming, also applying some C and Assembler. For our development task we did not require anything besides standard Microsoft Visual Studio 2005/2008.

The source code for bootloader cited here is solely for training purposes. Its structure is rather simple and it has the following functions:

  1. Perform the loading from the address 0000:7c00 to the system memory.
  2. Call the BootMain function, which was written using a high-level language.
  3. Display a simple “Hello world” message on the screen.

For detailed explanations, additional tutorial materials and schemes, please see the related article

License

Licensed under the MIT license. © Apriorit.

custom-bootloader's People

Contributors

artemkotovsky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

custom-bootloader's Issues

Not able to build the project.

I am using Visual studio 2008 but am getting the out of memory error for bootmain.cpp file. I am attaching the screen shot of the output I am getting below. Could anyone please help me with this issue.

error

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.