EtchedPixels

Results 171 comments of EtchedPixels

Your filesystem fails the same way on tiny68k. In both cases stuff is going wrong fairly early on as it fails to run much of the /etc/rc script. Interestingly it...

Looks like a good start for floats. Double will be the one that's going to be buggy I suspect - and because of the way ANSI C is defined a...

Seems to work better for me now I've taught it that double is 32bit not 64bit (oops)

Initial sizing suggests that on a +3 it would need the net_w5100.c code rewriting to be standalone and banked in the WizNet paged memory space. Probably also in asm therefore...

net_w5100 is about 2K, and would end up mapped low so only cause banking problems on the +3 where a copy between user and w5100 could be hard without a...

It may have gotten a bit easier at this point. I've been reworking the network code so that in theory it can run as a completely separate binary with just...

i think most of what is there should be fairly stable for 0.4 and the core stuff is fairly stable anyway. Should find lots of bugs too 8)

I think the simplest way may be to use mknod as root to create fake ones mknod("/tmp/asocket", 0140700, 0); unlink("/tmp/asocket"); uadmin(A_REBOOT, 0, 0); or maybe even just hack ucp so...

You can change the /etc/rc scripts for one