PERFORCE change 28291 for review
Peter Wemm
peter at FreeBSD.org
Sat Apr 5 20:32:53 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=28291
Change 28291 by peter at peter_overcee on 2003/04/05 20:31:57
make this actually work, at least for the i386 case.
Affected files ...
.. //depot/projects/hammer/sys/boot/i386/libi386/bootinfo.c#4 edit
Differences ...
==== //depot/projects/hammer/sys/boot/i386/libi386/bootinfo.c#4 (text+ko) ====
@@ -268,7 +268,7 @@
char *kernelname;
const char *kernelpath;
- *howtop = bi_getboothowto(args);
+ howto = bi_getboothowto(args);
/*
* Allow the environment variable 'rootdev' to override the supplied device
@@ -370,7 +370,7 @@
bi.bi_basemem = bios_basemem / 1024;
bi.bi_extmem = bios_extmem / 1024;
bi.bi_envp = envp;
- bi.bi_modulep = envp;
+ bi.bi_modulep = *modulep;
bi.bi_kernend = kernend;
bi.bi_kernelname = VTOP(kernelpath);
More information about the p4-projects
mailing list