Date: Wed, 25 Aug 1999 08:46:07 +0200 (MET DST) From: Luigi Rizzo <luigi@labinfo.iet.unipi.it> To: tim@futuresouth.com (Tim Tsai) Cc: freebsd-small@FreeBSD.ORG Subject: Re: porting a DOS application (also DOC booting) Message-ID: <199908250646.IAA02257@labinfo.iet.unipi.it> In-Reply-To: <19990825035448.A17461@futuresouth.com> from "Tim Tsai" at Aug 25, 99 03:54:29 am
next in thread | previous in thread | raw e-mail | index | archive | help
> 3) Can PicoBSD be configured relatively easily to run from a read-only > partition (to minimize any possibility of corruption) or will I have to > go the "run-off-MFS" route? that is what picobsd usually does... > card (the PCMCIA will have to a DOS partition). Since we preallocate > space for all storage in a big file before operations, ideally we do not > want any writes to the FAT table. I don't see any convenient flags in > either mount_msdos or mount to do this. Any problems if I just modify i remember the issue was discussed some time ago to speed up operation with FFS but not sure if it ended up in any mount flag. Davidg or Matt Dillon or Jordan might have an answer... > 6) I've got a POS hardware that we must interface to that'll require about > a 50 nanosecond sleep between byte writes. In DOS I have a carefully _nano_seconds or _micro_seconds ? on a 386/40 50ns is 2 clock and i doubt you can even write to memory so fast. if it is microsecond, i guess you could try to develop a special device driver (or just add an ioctl to sio() or lpt* or whatever...) which takes care of the timing possibly with interrupt disabled . cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908250646.IAA02257>
