| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
|
|
|
|
|
|
| |
Drop CR; apparently lpr converts it to LF and results in double
spacing (sigh)...
Handle the case where we don't have a print command line correctly.
|
| |
|
|
|
|
| |
This is 2012, we speak Unicode... if we don't, that is just broken.
|
| |
|
|
|
|
|
|
| |
Drop the no-longer-implemented -t option from the getopt() call.
This is a cleanup only; it will already not be recognized as a
valid option.
|
|
|
|
|
|
|
| |
daemon() by default makes a chdir to /. We don't want that if we have
a file directory. Furthermore, we can make the whole file directory
handling a lot simpler if we chdir() to the file directory and then
use plain filename paths.
|
|
|
|
|
|
|
| |
The driver chip on the DE1 is a MAX232, which is rated only for
120 kbps. As a result, expecting 461 kbps to work is optimistic at
best, and is only going to be a source of problems. Drop any trace of
"turbo mode" support, and let the synthesizer do a better job instead.
|
|
|
|
|
| |
Remove the debugging code. Right now 460800 bps doesn't seem to
work, so undocument the turbo mode.
|
|
|
|
|
|
|
|
|
| |
Snapshot the file operations work. Basic block download now works
(I'm even testing this by downloading new versions of printer.bin via
a small BASIC stub.) "turbo mode" (460800 bps) doesn't seem to work,
however, not really sure why. Not that it really matters.
Plenty of more work to be done, though.
|
|
|
|
|
| |
Fix the fileop state machine. Disable daemonizing and add some
debugging printfs for the moment.
|
|
|
|
|
| |
Completely untested, but "at least it compiles" implementation of a
remote file access protocol in abcprintd.
|
|
|
|
| |
Change 7F from section sign to middle dot; looks better on PS Courier
|
| |
|
|
|