Chameleon

Chameleon Commit Details

Date:2011-08-20 20:00:40 (12 years 7 months ago)
Author:JrCs
Commit:1444
Parents: 1443
Message:Print the multiboot_magic
Changes:
M/trunk/i386/boot2/mboot.c

File differences

trunk/i386/boot2/mboot.c
6161
6262
6363
64
6465
6566
6667
// would be on the stack which would possibly be using way too much stack.
void multiboot_to_boot(int multiboot_magic, struct multiboot_info *mi_orig)
{
printf("multiboot_magic:%x\n",multiboot_magic);
uint32_t bootdevice = hi_multiboot(multiboot_magic, mi_orig);
if(bootdevice != BAD_BOOT_DEVICE)
{

Archive Download the corresponding diff file

Revision: 1444