Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-osdev/multiboot2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: multiboot2-v0.21.0
Choose a base ref
...
head repository: rust-osdev/multiboot2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: multiboot2-v0.22.2
Choose a head ref
  • 19 commits
  • 75 files changed
  • 1 contributor

Commits on Aug 17, 2024

  1. Changelog update

    phip1611 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    b6dda27 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    eb7a6e7 View commit details
    Browse the repository at this point in the history
  2. multiboot2-common: init

    Although the commit history doesn't reflect it, this is the outcome
    after drying dozens of designs in much more time than I'd like to
    admit :D
    
    However, although this is complex, it solves real problems and is a
    true value-add. Also, it reflects so many findings and learnings.
    phip1611 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bbcc8d8 View commit details
    Browse the repository at this point in the history
  3. multiboot2: refactor to use common abstractions

    This especially significantly changes the builder. The normal public API however
    is only slightly affected.
    phip1611 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    429683f View commit details
    Browse the repository at this point in the history
  4. multiboot2-header: refactor to use common abstractions

    This especially significantly changes the builder. The normal public API however
    is only slightly affected.
    phip1611 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bbb28eb View commit details
    Browse the repository at this point in the history
  5. multiboot2: Fix framebuffer tag code

    Now, the last `#[cfg_attr(miri, ignore)]` is gone!
    phip1611 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    526d129 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18b3574 View commit details
    Browse the repository at this point in the history
  7. misc: prepare release

    phip1611 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    86ece11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16915e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a10e2f8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #227 from rust-osdev/mb-hdr

    init multiboot2-common and use same safe memory abstractions also in multiboot2-header crate
    phip1611 authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a08365e View commit details
    Browse the repository at this point in the history
  11. chore: prepare release

    phip1611 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b847884 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    80c41b2 View commit details
    Browse the repository at this point in the history
  13. multiboot2-common: prepare release

    Fix missing README :D
    phip1611 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9c3d095 View commit details
    Browse the repository at this point in the history
  14. multiboot2: fix wording

    phip1611 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b95b735 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    aadcf8b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    abe88b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb3f83c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #228 from rust-osdev/doc

    doc: add figures and better discuss chosen design
    phip1611 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    3029ef0 View commit details
    Browse the repository at this point in the history
Loading