Skip to content
Snippets Groups Projects
Commit c83066d4 authored by Arun Thomas's avatar Arun Thomas Committed by Aurelien Jarno
Browse files

multiboot: set boot_device to first partition


The multiboot info struct's 'boot_device' field has 'part1' set to 0x01, which
maps to the second primary partition. To specify the first primary partition,
'part1' should be set to 0x00, since partition numbers start from zero
according to the multiboot spec.

Signed-off-by: default avatarArun Thomas <arun.thomas@gmail.com>
Reviewed-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
parent 81c05daf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment