2006-05-14 Yoshinori K. Okuji <okuji@enbug.org>

* kern/i386/pc/startup.S: Include grub/cpu/linux.h instead of
        grub/machine/linux.h
        * loader/i386/pc/linux.c: Likewise.

        * include/grub/i386/pc/linux.h: Moved to ...
        * include/grub/i386/linux.h: ... here.

        * include/grub/i386/linux.h (struct linux_kernel_params): New
        struct.
This commit is contained in:
okuji 2006-05-14 21:16:20 +00:00
parent 31b86e9f3b
commit 0d6e118925
4 changed files with 110 additions and 2 deletions

View file

@ -30,7 +30,7 @@
#include <grub/machine/memory.h>
#include <grub/rescue.h>
#include <grub/dl.h>
#include <grub/machine/linux.h>
#include <grub/cpu/linux.h>
static grub_dl_t my_mod;