|
From: | Vladimir 'phcoder' Serbinenko |
Subject: | Re: [PATCH 3/7] multiboot2: Add support for the load type header tag |
Date: | Fri, 15 Mar 2024 10:30:50 +0300 |
}
+ case MULTIBOOT_LOAD_TYPE_PE:
+ grub_fatal ("Unsupported load type: %u\n", mld.load_type);
+ default:
+ /* should be impossible */
+ grub_fatal ("Unknown load type: %u\n", mld.load_type);
[Prev in Thread] | Current Thread | [Next in Thread] |