Known Bugs (was:Compilers needed for FreeDOS ? Lets talk about compatib
"Andreas K. Foerster" <[email protected]> Wed, 6 Nov 2002 08:41:18 +0100
| Newsgroups | gmane.os.freedos.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Nov 06, 2002 at 01:04:19AM +0100, Eric Auer wrote:
> Please try to avoid reporting known problems, here a list of some:
[...]
Is this list on the web somewhere?
I think I can add some points:
- "mode 40" doesn't work, use "mode co40" instead
- redirecting the standard input like this:
command < data
doesn't work, instead use this:
type data | command
--
Tschuess
Andreas