]> git.ipfire.org Git - thirdparty/grub.git/commit
multiboot1: never place modules in low memory.
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 27 May 2015 06:37:55 +0000 (08:37 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 27 May 2015 06:41:39 +0000 (08:41 +0200)
commitc856be6bca6f963a9a2c91eda954ab687bc7e573
tree3dcc35db924a90abf9f4af765de20e3408fc6522
parent5e74a3e6dfc4e5992c423bf740a4b3604030b007
multiboot1: never place modules in low memory.

While in theory permitted by the spec, modules rarely fit in low memory
anyway and not every kernel is able to handle modules in low memory anyway.
At least VMWare is known not to be able to handle modules at arbitrary
locations.
grub-core/loader/multiboot.c