Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
grub-devel (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Mon Jan 30 2023 14:16:58 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH v3 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Stefan Berger
,
2023/01/30
[PATCH v3 2/6] ieee1275: drop len -= 1 quirk in heap_init
,
Stefan Berger
,
2023/01/30
[PATCH v3 1/6] ieee1275: request memory with ibm, client-architecture-support
,
Stefan Berger
,
2023/01/30
[PATCH v3 6/6] ibmvtpm: Add support for trusted boot using a vTPM 2.0
,
Stefan Berger
,
2023/01/30
[PATCH v3 4/6] ieee1275: implement vec5 for cas negotiation
,
Stefan Berger
,
2023/01/30
[PATCH v3 3/6] ieee1275: support runtime memory claiming
,
Stefan Berger
,
2023/01/30
[PATCH v3 5/6] Add memtool module with memory allocation stress-test
,
Stefan Berger
,
2023/01/30
[PATCH v3 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Stefan Berger
,
2023/01/30
[PATCH v3 1/6] ieee1275: request memory with ibm, client-architecture-support
,
Stefan Berger
,
2023/01/30
[PATCH v3 5/6] Add memtool module with memory allocation stress-test
,
Stefan Berger
,
2023/01/30
[PATCH v3 3/6] ieee1275: support runtime memory claiming
,
Stefan Berger
,
2023/01/30
[PATCH v3 4/6] ieee1275: implement vec5 for cas negotiation
,
Stefan Berger
,
2023/01/30
[PATCH v3 6/6] ibmvtpm: Add support for trusted boot using a vTPM 2.0
,
Stefan Berger
,
2023/01/30
[PATCH v3 2/6] ieee1275: drop len -= 1 quirk in heap_init
,
Stefan Berger
,
2023/01/30
[PATCH v5 0/3] mm: Better handling of adding new regions
,
Zhang Boyang
,
2023/01/29
[PATCH v5 1/3] mm: Adjust new region size to take management overhead into account
,
Zhang Boyang
,
2023/01/29
[PATCH v5 3/3] mm: Avoid complex heap growth math in hot path
,
Zhang Boyang
,
2023/01/29
[PATCH v5 2/3] mm: Preallocate some space when adding new regions
,
Zhang Boyang
,
2023/01/29
Re: [PATCH v5 0/3] mm: Better handling of adding new regions
,
Daniel Kiper
,
2023/01/30
Re: [PATCH v2 2/3] term/serial: Add support for PCI serial devices
,
Peter Zijlstra
,
2023/01/26
Re: [PATCH v2 2/3] term/serial: Add support for PCI serial devices
,
Glenn Washburn
,
2023/01/26
[PATCH] grub-shell: Add flexibility in QEMU firmware handling
,
Glenn Washburn
,
2023/01/21
Re: [PATCH] grub-shell: Add flexibility in QEMU firmware handling
,
Gerd Hoffmann
,
2023/01/23
Re: [PATCH] grub-shell: Add flexibility in QEMU firmware handling
,
Glenn Washburn
,
2023/01/23
Re: [PATCH] grub-shell: Add flexibility in QEMU firmware handling
,
Gerd Hoffmann
,
2023/01/24
Re: [PATCH] grub-shell: Add flexibility in QEMU firmware handling
,
Glenn Washburn
,
2023/01/26
Re: [PATCH] grub-shell: Add flexibility in QEMU firmware handling
,
Robbie Harwood
,
2023/01/24
Re: [PATCH] grub-shell: Add flexibility in QEMU firmware handling
,
Glenn Washburn
,
2023/01/25
[PATCH 0/3] Allow easy re-running of grub-shell from failed tests
,
Glenn Washburn
,
2023/01/21
[PATCH 1/3] tests: Allow turning on shell tracing from environment variables
,
Glenn Washburn
,
2023/01/21
[PATCH 2/3] grub-shell: Create run.sh in working directory for easily running test again
,
Glenn Washburn
,
2023/01/21
[PATCH 3/3] grub-shell: Add $GRUB_QEMU_OPTS to run.sh to easily see unofficial QEMU arguments
,
Glenn Washburn
,
2023/01/21
Re: [PATCH 0/3] Allow easy re-running of grub-shell from failed tests
,
Daniel Kiper
,
2023/01/25
[PATCH] misc: Move *printf function declarations to same location
,
Glenn Washburn
,
2023/01/20
Re: [PATCH] misc: Move *printf function declarations to same location
,
Daniel Kiper
,
2023/01/24
[v7 PATCH 0/3] Unify ARM64 & RISC-V Linux Loader
,
Atish Patra
,
2023/01/20
[v7 PATCH 3/3] RISC-V: Use common linux loader
,
Atish Patra
,
2023/01/20
[v7 PATCH 1/3] loader: Move arm64 linux loader to common code
,
Atish Patra
,
2023/01/20
[v7 PATCH 2/3] efi: Remove arch specific image headers for RISC-V & ARM64
,
Atish Patra
,
2023/01/20
Re: [v7 PATCH 0/3] Unify ARM64 & RISC-V Linux Loader
,
Daniel Kiper
,
2023/01/25
[PATCH v3 0/5] fs/iso9660: Fix out-of-bounds read
,
Lidong Chen
,
2023/01/20
[PATCH v3 1/5] fs/iso9660: Add check to prevent infinite loop
,
Lidong Chen
,
2023/01/20
[PATCH v3 2/5] fs/iso9660: Prevent read past the end of system use area
,
Lidong Chen
,
2023/01/20
[PATCH v3 3/5] fs/iso9660: Avoid reading past the entry boundary
,
Lidong Chen
,
2023/01/20
[PATCH v3 4/5] fs/iso9660: Incorrect check for entry boundary
,
Lidong Chen
,
2023/01/20
[PATCH v3 5/5] fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Lidong Chen
,
2023/01/20
Re: [PATCH v3 5/5] fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Thomas Schmitt
,
2023/01/21
Re: [PATCH v3 0/5] fs/iso9660: Fix out-of-bounds read
,
Daniel Kiper
,
2023/01/25
Re: [PATCH v3 0/5] fs/iso9660: Fix out-of-bounds read
,
Thomas Schmitt
,
2023/01/25
Re: [PATCH v3 0/5] fs/iso9660: Fix out-of-bounds read
,
Glenn Washburn
,
2023/01/26
Re: [PATCH v3 0/5] fs/iso9660: Fix out-of-bounds read
,
Thomas Schmitt
,
2023/01/27
Re: [PATCH v3 0/5] fs/iso9660: Fix out-of-bounds read
,
Glenn Washburn
,
2023/01/27
Re: [PATCH v3 0/5] fs/iso9660: Fix out-of-bounds read
,
Thomas Schmitt
,
2023/01/28
[PATCH v2 0/5] fs/iso9660: Fix out-of-bounds read
,
Lidong Chen
,
2023/01/18
[PATCH v2 4/5] fs/iso9660: Incorrect check for entry boundary
,
Lidong Chen
,
2023/01/18
Re: [PATCH v2 4/5] fs/iso9660: Incorrect check for entry boundary
,
Thomas Schmitt
,
2023/01/18
[PATCH v2 3/5] fs/iso9660: Avoid reading past the entry boundary
,
Lidong Chen
,
2023/01/18
Re: [PATCH v2 3/5] fs/iso9660: Avoid reading past the entry boundary
,
Thomas Schmitt
,
2023/01/18
[PATCH v2 1/5] fs/iso9660: Add check to prevent infinite loop
,
Lidong Chen
,
2023/01/18
Re: [PATCH v2 1/5] fs/iso9660: Add check to prevent infinite loop
,
Thomas Schmitt
,
2023/01/18
Re: [PATCH v2 1/5] fs/iso9660: Add check to prevent infinite loop
,
Lidong Chen
,
2023/01/18
[PATCH v2 5/5] fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Lidong Chen
,
2023/01/18
Re: [PATCH v2 5/5] fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Thomas Schmitt
,
2023/01/18
Re: [PATCH v2 5/5] fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Lidong Chen
,
2023/01/18
[PATCH v2 2/5] fs/iso9660: Prevent read past the end of system use area
,
Lidong Chen
,
2023/01/18
Re: [PATCH v2 2/5] fs/iso9660: Prevent read past the end of system use area
,
Thomas Schmitt
,
2023/01/18
Re: [PATCH v2 0/5] fs/iso9660: Fix out-of-bounds read
,
Thomas Schmitt
,
2023/01/18
Re: [PATCH v2 0/5] fs/iso9660: Fix out-of-bounds read
,
Lidong Chen
,
2023/01/18
Re: [PATCH v2 0/5] fs/iso9660: Fix out-of-bounds read
,
Thomas Schmitt
,
2023/01/19
Re: [PATCH v2 0/5] fs/iso9660: Fix out-of-bounds read
,
Lidong Chen
,
2023/01/19
Re: [PATCH v2 0/5] fs/iso9660: Fix out-of-bounds read
,
Thomas Schmitt
,
2023/01/20
Re: [PATCH v2 0/5] fs/iso9660: Fix out-of-bounds read
,
Lidong Chen
,
2023/01/20
[PATCH v2] loader/i386/linux.c Correct wrong initrd address for debug
,
Jeremy Szu
,
2023/01/16
[PATCH v1 0/2] Add basic Boot Loader Interface support
,
Oliver Steffen
,
2023/01/16
[PATCH v1 1/2] efi: add grub_variable_with_attributes
,
Oliver Steffen
,
2023/01/16
[PATCH v1 2/2] Add a module for the Boot Loader Interface
,
Oliver Steffen
,
2023/01/16
[PATCH v4 0/2] mm: Better handling of adding new regions
,
Zhang Boyang
,
2023/01/14
[PATCH v4 1/2] mm: Adjust new region size to take management overhead into account
,
Zhang Boyang
,
2023/01/14
Re: [PATCH v4 1/2] mm: Adjust new region size to take management overhead into account
,
Patrick Steinhardt
,
2023/01/18
Re: [PATCH v4 1/2] mm: Adjust new region size to take management overhead into account
,
Daniel Kiper
,
2023/01/19
Re: [PATCH v4 1/2] mm: Adjust new region size to take management overhead into account
,
Zhang Boyang
,
2023/01/29
[PATCH v4 2/2] mm: Preallocate some space when adding new regions
,
Zhang Boyang
,
2023/01/14
Re: [PATCH v4 2/2] mm: Preallocate some space when adding new regions
,
Patrick Steinhardt
,
2023/01/18
Re: [PATCH v4 0/2] mm: Better handling of adding new regions
,
Daniel Kiper
,
2023/01/17
[PATCH] f2fs: fix off-by-one error in nat journal entries check
,
Daniel Axtens
,
2023/01/14
Re: [PATCH] f2fs: fix off-by-one error in nat journal entries check
,
Daniel Kiper
,
2023/01/17
[PATCH v1 0/2] ppc64le: fix problems with signed boot media
,
Robbie Harwood
,
2023/01/13
[PATCH v1 1/2] Skip diskfilter on powerpc CDs
,
Robbie Harwood
,
2023/01/13
Re: [PATCH v1 1/2] Skip diskfilter on powerpc CDs
,
Vladimir 'phcoder' Serbinenko
,
2023/01/13
Re: [PATCH v1 1/2] Skip diskfilter on powerpc CDs
,
Robbie Harwood
,
2023/01/18
[PATCH v1 2/2] Fix prefix and root on ppc64le CDs
,
Robbie Harwood
,
2023/01/13
Re: [PATCH v1 2/2] Fix prefix and root on ppc64le CDs
,
Vladimir 'phcoder' Serbinenko
,
2023/01/13
Re: [PATCH v1 2/2] Fix prefix and root on ppc64le CDs
,
Robbie Harwood
,
2023/01/13
[PATCH 0/1] Grub2 clang MBR image fix
,
Nicholas Vinson
,
2023/01/13
[PATCH 1/1] gentpl.py: Remove .interp section from .img files.
,
Nicholas Vinson
,
2023/01/13
Re: [PATCH 1/1] gentpl.py: Remove .interp section from .img files.
,
Vladimir 'phcoder' Serbinenko
,
2023/01/13
Re: [PATCH 1/1] gentpl.py: Remove .interp section from .img files.
,
Daniel Kiper
,
2023/01/17
[PATCH 0/4] LUKS1/2 testing in fs-tester and LUKS2 support in grub-probe
,
Glenn Washburn
,
2023/01/12
[PATCH 2/4] devmapper/getroot: Have devmapper recognize LUKS2
,
Glenn Washburn
,
2023/01/12
[PATCH 3/4] devmapper/getroot: Set up cheated LUKS2 cryptodisk mount from DM parameters
,
Glenn Washburn
,
2023/01/12
Re: [PATCH 3/4] devmapper/getroot: Set up cheated LUKS2 cryptodisk mount from DM parameters
,
Patrick Steinhardt
,
2023/01/13
Re: [PATCH 3/4] devmapper/getroot: Set up cheated LUKS2 cryptodisk mount from DM parameters
,
Vladimir 'phcoder' Serbinenko
,
2023/01/13
[PATCH 1/4] disk/cryptodisk: When cheatmounting, use the sector info of the cheat device
,
Glenn Washburn
,
2023/01/12
[PATCH 4/4] grub-fs-tester: Add luks1 and luks2 support
,
Glenn Washburn
,
2023/01/12
Re: [PATCH 0/4] LUKS1/2 testing in fs-tester and LUKS2 support in grub-probe
,
Patrick Steinhardt
,
2023/01/13
Re: [PATCH 0/4] LUKS1/2 testing in fs-tester and LUKS2 support in grub-probe
,
Glenn Washburn
,
2023/01/16
Re: [PATCH 0/4] LUKS1/2 testing in fs-tester and LUKS2 support in grub-probe
,
Daniel Kiper
,
2023/01/25
Re: [PATCH 3/3] serial: Improve detection of duplicate serial ports
,
Benjamin Herrenschmidt
,
2023/01/12
Re: [PATCH v3 2/2] mm: Preallocate some space when adding new regions
,
Daniel Kiper
,
2023/01/12
Re: [PATCH v3 1/2] mm: Adjust new region size to take management overhead into account
,
Daniel Kiper
,
2023/01/12
Re: [PATCH v3 1/2] mm: Adjust new region size to take management overhead into account
,
Zhang Boyang
,
2023/01/14
Re: [PATCH 0/3] serial: Cleanup & fix port discovery
,
Daniel Kiper
,
2023/01/12
Re: [PATCH 0/3] serial: Cleanup & fix port discovery
,
Benjamin Herrenschmidt
,
2023/01/12
Re: [PATCH v2 0/8] serial: Add MMIO & SPCR support
,
Daniel Kiper
,
2023/01/12
Re: [PATCH v2 0/8] serial: Add MMIO & SPCR support
,
Daniel Kiper
,
2023/01/19
Re: [PATCH v2 0/8] serial: Add MMIO & SPCR support
,
Benjamin Herrenschmidt
,
2023/01/20
3rd gen Ipad to Boot Linux
,
Mr. Disorganized
,
2023/01/11
Re: 3rd gen Ipad to Boot Linux
,
Lennart Sorensen
,
2023/01/11
[PATCH 0/6] Cryptomount testing
,
Glenn Washburn
,
2023/01/10
[PATCH 1/6] grub-shell: Set exit status to qemu exit status
,
Glenn Washburn
,
2023/01/10
[PATCH 2/6] grub-shell: Only cleanup working directory file if QEMU does not fail or timeout
,
Glenn Washburn
,
2023/01/10
[PATCH 3/6] grub-shell: Allow specifying non-default trim line contents
,
Glenn Washburn
,
2023/01/10
[PATCH 4/6] grub-shell: Trim line should always be matched from the beginning of the line
,
Glenn Washburn
,
2023/01/10
[PATCH 5/6] grub-shell: Add halt_cmd variable to testcase namespace
,
Glenn Washburn
,
2023/01/10
[PATCH 6/6] tests: Add cryptomount functional test
,
Glenn Washburn
,
2023/01/10
Re: [PATCH 0/6] Cryptomount testing
,
Daniel Kiper
,
2023/01/12
Re: [PATCH 0/6] Cryptomount testing
,
Patrick Steinhardt
,
2023/01/13
[PATCH v6 00/14] GDB script fixes and improvements
,
Glenn Washburn
,
2023/01/10
[PATCH v6 01/14] gdb: Fix redirection issue in dump_module_sections
,
Glenn Washburn
,
2023/01/10
[PATCH v6 02/14] gdb: Prevent wrapping when writing to .segments.tmp
,
Glenn Washburn
,
2023/01/10
[PATCH v6 03/14] gdb: If no modules have been loaded, do not try to load module symbols
,
Glenn Washburn
,
2023/01/10
[PATCH v6 04/14] gdb: Move runtime module loading into runtime_load_module
,
Glenn Washburn
,
2023/01/10
[PATCH v6 05/14] gdb: Conditionally run GDB script logic for dynamically or statically positioned GRUB
,
Glenn Washburn
,
2023/01/10
[PATCH v6 06/14] gdb: Only connect to remote target once when first sourced
,
Glenn Washburn
,
2023/01/10
[PATCH v6 07/14] gdb: Replace module symbol loading implementation with Python one
,
Glenn Washburn
,
2023/01/10
[PATCH v6 08/14] gdb: Add functions to make loading from dynamically positioned targets easier
,
Glenn Washburn
,
2023/01/10
[PATCH v6 09/14] gdb: Add more support for debugging on EFI platforms
,
Glenn Washburn
,
2023/01/10
[PATCH v6 10/14] gdb: Allow running user-defined commands at GRUB start
,
Glenn Washburn
,
2023/01/10
[PATCH v6 11/14] gdb: Fix issue with breakpoints defined before the GRUB image is loaded
,
Glenn Washburn
,
2023/01/10
[PATCH v6 12/14] gdb: Add extra early initialization symbols for i386-pc
,
Glenn Washburn
,
2023/01/10
[PATCH v6 13/14] gdb: Modify gdb prompt when running gdb_grub script
,
Glenn Washburn
,
2023/01/10
[PATCH v6 14/14] docs: Add debugging chapter to development documentation
,
Glenn Washburn
,
2023/01/10
[PATCH] gzio: Remove confusing, out-dated comment
,
Glenn Washburn
,
2023/01/10
Re: [PATCH] gzio: Remove confusing, out-dated comment
,
Daniel Kiper
,
2023/01/11
[PATCH 0/3] Trivial changes
,
Glenn Washburn
,
2023/01/10
[PATCH 1/3] misc: Spelling fixes
,
Glenn Washburn
,
2023/01/10
[PATCH 2/3] misc: Fix spacing
,
Glenn Washburn
,
2023/01/10
[PATCH 3/3] misc: efi: Fix spacing
,
Glenn Washburn
,
2023/01/10
Re: [PATCH 0/3] Trivial changes
,
Daniel Kiper
,
2023/01/11
[PATCH] gdbstub: Unregister gdbstub_break when unloading module
,
Glenn Washburn
,
2023/01/10
Re: [PATCH] gdbstub: Unregister gdbstub_break when unloading module
,
Daniel Kiper
,
2023/01/11
[PATCH] tests: Fix help test to reflect updated help output
,
Glenn Washburn
,
2023/01/10
Re: [PATCH] tests: Fix help test to reflect updated help output
,
Daniel Kiper
,
2023/01/11
Re: [PATCH] tests: Fix help test to reflect updated help output
,
Glenn Washburn
,
2023/01/11
Re: [RFC PATCH v2 1/1] kern/dl: Add module version check
,
Glenn Washburn
,
2023/01/10
Re: [PATCH v8 1/1] plainmount: Support plain encryption mode
,
Glenn Washburn
,
2023/01/10
Re: [PATCH v8 1/1] plainmount: Support plain encryption mode
,
Maxim Fomin
,
2023/01/14
Re: [PATCH v10] plainmount: Support plain encryption mode
,
Daniel Kiper
,
2023/01/10
Re: [PATCH v10] plainmount: Support plain encryption mode
,
Maxim Fomin
,
2023/01/11
Re: [PATCH] loader/i386/linux.c Correct wrong initrd address for debug
,
Daniel Kiper
,
2023/01/10
[PATCH v4 00/19] UEFI networking support including ipv6 + dhcpv6
,
Robbie Harwood
,
2023/01/09
[PATCH v4 01/19] Revert "net/http: Allow use of non-standard TCP/IP ports"
,
Robbie Harwood
,
2023/01/09
[PATCH v4 04/19] efinet: add structures for PXE messages
,
Robbie Harwood
,
2023/01/09
[PATCH v4 10/19] efinet: also use the firmware acceleration for http
,
Robbie Harwood
,
2023/01/09
[PATCH v4 02/19] net: read bracketed ipv6 addrs and port numbers
,
Robbie Harwood
,
2023/01/09
[PATCH v4 11/19] efi/http: match protocol+hostname of boot url in root_url
,
Robbie Harwood
,
2023/01/09
[PATCH v4 14/19] Try mac/guid/etc before grub.cfg on tftp config files
,
Robbie Harwood
,
2023/01/09
[PATCH v4 06/19] bootp: Process DHCPACK packet during HTTP Boot
,
Robbie Harwood
,
2023/01/09
[PATCH v4 12/19] Add fw_path variable to detect config file on efi
,
Robbie Harwood
,
2023/01/09
[PATCH v4 13/19] use fw_path prefix when fallback searching for grub config
,
Robbie Harwood
,
2023/01/09
[PATCH v4 08/19] efinet: set DNS server from UEFI protocol
,
Robbie Harwood
,
2023/01/09
[PATCH v4 05/19] grub.texi: Add net_bootp6 doumentation
,
Robbie Harwood
,
2023/01/09
[PATCH v4 15/19] Prepend prefix when HTTP path is relative
,
Robbie Harwood
,
2023/01/09
[PATCH v4 16/19] efi/http: Enclose literal IPv6 addresses in square brackets
,
Robbie Harwood
,
2023/01/09
[PATCH v4 17/19] http: Prepend prefix when the HTTP path is relative
,
Robbie Harwood
,
2023/01/09
[PATCH v4 03/19] efinet + bootp: add net_bootp6 command supporting dhcpv6
,
Robbie Harwood
,
2023/01/09
[PATCH v4 18/19] normal/main: Discover the device to read the config from as a fallback
,
Robbie Harwood
,
2023/01/09
[PATCH v4 19/19] efinet: Add DHCP proxy support
,
Robbie Harwood
,
2023/01/09
[PATCH v4 07/19] efinet Configure network from UEFI device path
,
Robbie Harwood
,
2023/01/09
[PATCH v4 09/19] Support UEFI networking protocols
,
Robbie Harwood
,
2023/01/09
Re: [PATCH v2] Fix possible integer overflow in i386-pc mode with large partitions
,
Daniel Kiper
,
2023/01/09
Re: Proposal v2: fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Lidong Chen
,
2023/01/06
Re: Proposal v2: fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Thomas Schmitt
,
2023/01/06
Re: Proposal v2: fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Lidong Chen
,
2023/01/09
Re: Proposal v2: fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Thomas Schmitt
,
2023/01/09
Re: Proposal v2: fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Thomas Schmitt
,
2023/01/11
Re: Proposal v2: fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Lidong Chen
,
2023/01/12
Re: Proposal v2: fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Thomas Schmitt
,
2023/01/12
Re: [PATCH] verifiers: Don't return error for deferred image
,
Leo Yan
,
2023/01/06
clang appends an extra string to Grub2 making it not work with MBR systems
,
Immolo
,
2023/01/03
Re: clang appends an extra string to Grub2 making it not work with MBR systems
,
Daniel Kiper
,
2023/01/12
Re: clang appends an extra string to Grub2 making it not work with MBR systems
,
Vladimir 'phcoder' Serbinenko
,
2023/01/12
Re: clang appends an extra string to Grub2 making it not work with MBR systems
,
Daniel Kiper
,
2023/01/17
Re: clang appends an extra string to Grub2 making it not work with MBR systems
,
Mike Gilbert
,
2023/01/17
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc