|
From: | H. Peter Anvin |
Subject: | Re: [Qemu-devel] Rewritten Linux kernel loader |
Date: | Fri, 18 May 2007 09:35:23 -0700 |
User-agent: | Thunderbird 2.0.0.0 (X11/20070419) |
Adam Lackorzynski wrote: >> + >> + /* Make sure we have a partition signature */ >> + bootsect[0x510] = 0x55; >> + bootsect[0x511] = 0xaa; > > These two should be decimal instead of hex. > Oh, yes, duh. 510 and 511 or 0x1fe and 0x1ff. -hpa
[Prev in Thread] | Current Thread | [Next in Thread] |