Port-i386 archive

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

Re: i386 boot.iso vs. boot.cfg / bootxx_cd9660 broken?




On Sun, 7 Aug 2011, Hubert Feyrer wrote:
Anyone got a clue?

After some more digging, it seems that the read() call in parsebootconf() doesn't do it's job to read in the boot.cfg file:

        off = 0;
        do {
                len = read(fd, bc + off, 1024);

this returns -1130 for a 459-byte-file. I've made sure my makefs(1) has the latest patch from http://mail-index.netbsd.org/source-changes/2011/08/06/msg025527.html

Now to dig into src/sys/lib/libsa/read.c - joy...


 - Hubert


Home | Main Index | Thread Index | Old Index