Chameleon

Chameleon Commit Details

Date:2011-12-04 14:10:20 (12 years 3 months ago)
Author:JrCs
Commit:1709
Parents: 1708
Message:Display the boot arguments passed to the kernel
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
164164
165165
166166
167
167
168
168169
169170
170171
md0Ramdisk();
verbose("Starting Darwin %s\n",( archCpuType == CPU_TYPE_I386 ) ? "x86" : "x86_64");
verbose("Boot Args: %s\n", bootArgs->CommandLine);
// Cleanup the PXE base code.
if ( (gBootFileType == kNetworkDeviceType) && gUnloadPXEOnExit ) {

Archive Download the corresponding diff file

Revision: 1709