Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



On Sat, 14 Jul 2012, Izumi Tsutsui wrote:

It's just a guess because bootloader also fails to load boot.cfg
in installcd. (I can test if someone provides debug code though)

The boot.cfg fails because the read() of the file doesn't return any data (at least on my machine). The open() was sucessful, and the fstat() returns the proper files size. I don't know if the read() returns a 0 or error yet; I probably won't be able to continue testing until Monday.

I had removed the change in subr_disk_mbr.c, so that wasn't needed in my case, but who knows about other systems.

Mike

--
Michael L. Hitch                        mhitch%montana.edu@localhost
Computer Consultant
Information Technology Center
Montana State University        Bozeman, MT     USA


Home | Main Index | Thread Index | Old Index