From: Vladimir Serbinenko Date: Tue, 17 Dec 2013 14:14:07 +0000 (+0100) Subject: Introduce a possibility of not specifying load offset X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f7b125aa5b1d2dfaa91ad735d32f99b5217a70;p=thirdparty%2Fgrub.git Introduce a possibility of not specifying load offset --- diff --git a/doc/multiboot.texi b/doc/multiboot.texi index 2aac5684e..4b92918e5 100644 --- a/doc/multiboot.texi +++ b/doc/multiboot.texi @@ -487,6 +487,8 @@ offset in the OS image file at which to start loading is defined by the offset at which the header was found, minus (header_addr - load_addr). load_addr must be less than or equal to header_addr. +Special value -1 means that the file must be loaded from its beginning. + @item load_end_addr Contains the physical address of the end of the data segment. (load_end_addr - load_addr) specifies how much data to load.