Anyone running -current on a softfloat machine?
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey folks,
if anyone is running something -currentish on a mips w/o FPU:
could you please test something like the following and mail me the output?
---8<---
> dd if=/dev/zero of=disk.img seek=3m count=1
1+0 records in
1+0 records out
512 bytes transferred in 0.002 secs (256000 bytes/sec)
> newfs -V2 -O1 -F ./disk.img
./disk.img: 1536.0MB (3145728 sectors) block size 16384, fragment size 2048
using 9 cylinder groups of 170.67MB, 10923 blks, 21504 inodes.
...............................................................................
--->8----
Background: on gxemul I see the above output mangled, the two double values
used to display MB are "nan" and "inf" there. Wondering if that is a gxemul
issue or something wrong on our side.
Martin