Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386
Module Name: src
Committed By: ahoka
Date: Sun Feb 22 18:05:43 UTC 2009
Modified Files:
src/sys/arch/i386/i386: machdep.c multiboot.c
src/sys/arch/i386/include: multiboot.h
Log Message:
Add a missing opt_multiboot.h into sys/arch/i386/i386/machdep.c.
Also do the missed rename of multiboot_ksyms_init to
multiboot_ksyms_addsyms_elf to compile with MULTIBOOT set.
This caused a minor and a more serious bug in the past:
- dmesg did not contain the information about the loader
- /dev/ksyms did not work when the kernel was booted with a
multiboot bootloader (grub for example)
Ok by jmcneill, joerg.
To generate a diff of this commit:
cvs rdiff -r1.661 -r1.662 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.18 -r1.19 src/sys/arch/i386/i386/multiboot.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/i386/include/multiboot.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index