Re: [PATCH -mm -v4 1/3] i386/x86_64 boot: setup data

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Oleg Verych
Date: Tuesday, October 9, 2007 - 4:44 am

* Tue, 09 Oct 2007 16:55:23 +0800
[]

Can it be explained, why boot protocol and boot line must be expanded?
This amount of code for what?

 arch/i386/Kconfig            |    3 -
 arch/i386/boot/header.S      |    8 +++
 arch/i386/kernel/setup.c     |   92 +++++++++++++++++++++++++++++++++++++++++++
 arch/x86_64/kernel/setup.c   |   37 +++++++++++++++++
 include/asm-i386/bootparam.h |   15 +++++++
 include/asm-i386/io.h        |    7 +++
 include/linux/mm.h           |    2
 mm/memory.c                  |   24 +++++++++++
 

If it is proposed for passing ACPI makeup language bugfixes by boot
line for ACPI parser in the kernel, or "telling to kernel what to do
via EFI" then it's kind of very nasty red flag.

I'd suggest to have initramfs image ready with all possible
data/options/actions based on very small amount of possible boot line
information.

Any _right_ use-cases explained for dummies are appreciated.

Thanks.
--
-o--=O`C
 #oo'L O
<___=E M
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH -mm -v4 1/3] i386/x86_64 boot: setup data, Nick Piggin, (Mon Oct 8, 8:25 am)
Re: [PATCH -mm -v4 1/3] i386/x86_64 boot: setup data, Nick Piggin, (Mon Oct 8, 9:06 am)
Re: [PATCH -mm -v4 1/3] i386/x86_64 boot: setup data, Nick Piggin, (Mon Oct 8, 9:28 am)
[PATCH -mm -v4 1/3] i386/x86_64 boot: setup data, Huang, Ying, (Mon Oct 8, 11:40 pm)
Re: [PATCH -mm -v4 1/3] i386/x86_64 boot: setup data, Huang, Ying, (Tue Oct 9, 1:22 am)
Re: [PATCH -mm -v4 1/3] i386/x86_64 boot: setup data, Huang, Ying, (Tue Oct 9, 1:55 am)
Re: [PATCH -mm -v4 1/3] i386/x86_64 boot: setup data, Huang, Ying, (Tue Oct 9, 2:26 am)
Re: [PATCH -mm -v4 1/3] i386/x86_64 boot: setup data, Oleg Verych, (Tue Oct 9, 4:44 am)