Giter Site home page Giter Site logo

vboot's People

Contributors

tjhancocks avatar

Stargazers

 avatar

Watchers

 avatar

vboot's Issues

Ensure reading and parsing of ELF files is done correctly.

Currently the bootloader only does the bare minimum parsing on the ELF kernel to get it to run, and makes assumptions of best case scenario. It currently neglects to handle section headers and thus is ignoring sections such as the __mbHeader and bss. These are both required to get the kernel correctly laid out in memory (so that it knows what the kernel requires, and where the end of the kernel actually is.

Generate a basic multiboot information structure that will be passed to the kernel.

The bootloader needs to produce an information structure to pass to the kernel describing information that has been determined about the hardware and environment. The following information is provided via the Multiboot Information structure:

  • Flags & Version Number
  • Amount of Memory (mem_lower and mem_upper)
  • Boot Device and partition information
  • Command line information
  • Boot module list
  • Aout/ELF symbol list
  • Memory map information
  • Drive information
  • ROM configuration tables
  • Bootloader Name
  • APM information
  • VBE information

All of this information is provided to the kernel via a struct multiboot_info structure.

A tool for installing the vboot bootloader into a disk image/disk.

There needs to be a way to easily install the bootloader onto a disk image or physical disk without having to use dd and manually calculate offsets. This tool should be able to consider any of the file systems that vboot supports, which is currently only RawFS (however future file systems should be considered).

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.