Skip to content

issues Search Results · repo:rust-osdev/uefi-rs language:Rust

Filter by

0 results
 (76 ms)

0 results

inrust-osdev/uefi-rs (press backspace or delete to remove)

Edition 2024 was stabilized in 1.85. There s no rush to switch to it, but we ll probably want to at some point (once 1.85 is old enough, per our MSRV policy). Some of the necessary changes can be made ...
  • nicholasbishop
  • 1
  • Opened 
    7 days ago
  • #1584

Currently, we provide the following IP address types: - uefi-raw: - struct Ipv4Address - 4 raw bytes - struct Ipv6Address - 16 raw bytes - union IpAddress - untagged union, can ...
  • nicholasbishop
  • 1
  • Opened 
    13 days ago
  • #1575

I wrote a little stub loader for the Linux kernel which exposes an initrd for it. I had to implement the EFI_LOAD_FILE2_PROTOCOL protocol with a struct as follows: /// Implementation of the `EFI_LOAD_FILE2_PROTOCOL` ...
  • WhyNotHugo
  • 4
  • Opened 
    14 days ago
  • #1573

I m new to using this crate, and I m trying to get some simple graphics working. However, whenever I try and get the GOP, it locks up the system, without a panic, and I couldn t figure out why. Hopefully ...
  • SniverDaBest
  • 2
  • Opened 
    16 days ago
  • #1572

The out parameter of BootServices- AllocatePages() is an EFI_PHYSICAL_ADDRESS, not a pointer. The uefi-rs wrapper boot::allocate_pages() converts this into a NonNull u8 and panics if that fails. However ...
  • kukrimate
  • 4
  • Opened 
    28 days ago
  • #1557

In proto/network/snp.rs the transmit method passes the sum of the provided buffer length (buffer.len()) plus the specified header_size as BufferSize to the protocol. In my small test program I can send ...
  • jas-nah
  • 1
  • Opened 
    on Feb 17
  • #1549

In case the status is Status::BUFFER_TOO_SMALL, map_size should be available. Perhaps through the Error s optional ErrData? Also, memory_map_size is internal, so, the only way seems to be directly using ...
  • balenamiaa
  • 4
  • Opened 
    on Feb 12
  • #1539

Checklist for authors/PRs/commits that we don t have relicensing approval for. For each change, we ll need to resolve as follows: - If the change has no creative component (e.g. a typo fix or simply ...
  • nicholasbishop
  • 1
  • Opened 
    on Jan 20
  • #1521

The current MPL-2.0 and target MIT OR Apache-2.0 (#1470) have scope based on the file/contribution for project licensing. Declare licenses information per-file using SPDX-License-Identifier at the start ...
  • crawfxrd
  • Opened 
    on Jan 4
  • #1511

@andreeaflorescu and I recently discussed the upgrade process from 0.30.0 to 0.33.0, noting that it was not as smooth as we would have liked. This was largely due to several significant but necessary API ...
  • phip1611
  • 6
  • Opened 
    on Dec 16, 2024
  • #1501
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub