From f5f7b125aa5b1d2dfaa91ad735d32f99b5217a70 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Tue, 17 Dec 2013 15:14:07 +0100 Subject: [PATCH] Introduce a possibility of not specifying load offset --- doc/multiboot.texi | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.47.2