aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix whitespace, maybe fix import issuesHEADmasterNathan Perry2018-04-021-10/+9
* expose physical offsetNathan Perry2018-03-131-0/+8
* multiboot2 0.5.0v0.5.0Philipp Oppermann2018-03-051-1/+1
* multiboot2 0.4.0v0.4.0Philipp Oppermann2018-03-051-1/+1
* Resolve tyvar_behind_raw_pointer warning (#37)Rob Gries2018-01-041-1/+1
* Merge pull request #36 from ahmedcharles/cleanupRob Gries2017-12-064-6/+12
|\
| * Various cleanups.Ahmed Charles2017-12-064-6/+12
|/
* Merge pull request #34 from ahmedcharles/elfRob Gries2017-12-061-19/+19
|\
| * Use u64, even on 32-bit to support reading elf-64 files.Ahmed Charles2017-12-061-19/+19
|/
* Merge pull request #33 from ahmedcharles/bitflagsCalvin Lee2017-12-053-16/+13
|\
| * Update to the 1.0.0 version of bitflags.Ahmed Charles2017-12-053-16/+13
|/
* Merge pull request #25 from ahmedcharles/elf32Philipp Oppermann2017-12-043-99/+189
|\
| * Detect ELF-32 at runtime, rather than compile time.Ahmed Charles2017-11-083-29/+84
| * Change the BootInformation and ElfSection* types into value types.Ahmed Charles2017-11-072-85/+120
|/
* Make MemoryMapIter be Send (#29)Theodore DeRego2017-06-081-8/+6
* Merge pull request #24 from ahmedcharles/functionsCalvin Lee2017-03-294-46/+110
|\
| * Change pub fields into functions.Ahmed Charles2017-03-294-46/+110
|/
* Merge pull request #23 from jmi2k/elf32Calvin Lee2017-03-292-1/+27
|\
| * Fix mistake with ElfSectionFlagsTypeJosé Miguel Sánchez García2017-03-281-1/+1
| * Add support for ELF32 formatJosé Miguel Sánchez García2017-03-282-1/+27
|/
* Merge pull request #21 from ahmedcharles/testsPhilipp Oppermann2017-03-152-2/+430
|\
| * Add test based on actual GRUB2 MBI. (#21)Ahmed Charles2017-03-132-4/+335
| * Add some basic tests. (#21)Ahmed Charles2017-03-101-0/+97
|/
* Implement Debug for BootInformation (#20)Ahmed Charles2017-02-161-0/+44
* Clarify the deviation from the multiboot specification in Readme (#18)Ahmed Charles2017-02-131-1/+1
* multiboot2 0.3.2v0.3.2Philipp Oppermann2017-02-021-1/+1
* Add the command line tag (#19)Michael Spencer2017-02-022-0/+25
* multiboot2 0.3.1multiboot2-0.3.1Philipp Oppermann2016-10-311-1/+1
* Add `#[derive(Debug)]` on all public memory map structsCameron Derwin2016-10-311-1/+3
* Update ReadmePhilipp Oppermann2016-10-121-3/+1
* multiboot2 0.3.0multiboot2-0.3.0Philipp Oppermann2016-10-121-1/+1
* Make StringTable public (#16)Calvin Lee2016-10-121-1/+1
* multiboot2 0.2.1multiboot2-0.2.1Philipp Oppermann2016-10-111-1/+1
* Add Calvin to authorsPhilipp Oppermann2016-10-111-1/+1
* multiboot2 0.2.0multiboot2-0.2.0Philipp Oppermann2016-10-111-1/+1
* Added name method to ElfSection (#14)Calvin Lee2016-10-111-1/+32
* Prevent overflow in `src/memory_map.rs` (#15)Calvin Lee2016-10-111-2/+3
* Replace overflowing cast in src/elf_sections.rs (#13)Calvin Lee2016-10-081-1/+1
* Merge pull request #12 from 4e554c4c/masterPhilipp Oppermann2016-09-291-1/+6
|\
| * Fix #11: BootLoaderNameTag returning null charCalvin Lee2016-09-291-1/+6
|/
* Merge pull request #9 from 4e554c4c/moduleiterPhilipp Oppermann2016-09-164-33/+51
|\
| * Revised visibility of structsCalvin Lee2016-09-153-39/+35
| * Added ModuleIter, .gitignore changeCalvin Lee2016-09-153-5/+27
* | Add license and descriptionv0.1.0Philipp Oppermann2016-09-141-0/+2
|/
* Merge pull request #8 from 4e554c4c/masterPhilipp Oppermann2016-09-123-5/+42
|\
| * Added multiboot2 module supportCalvin Lee2016-09-092-0/+37
| * Fix whitespace in src/elf_sections.rsCalvin Lee2016-09-081-5/+5
|/
* Update README.mdPhilipp Oppermann2016-07-231-1/+1
* Add bootloader name tag (#5)Thomas Winwood2016-06-072-0/+20
* Add MIT/Apache2 license (#4)Philipp Oppermann2016-05-093-0/+238