logoalt Hacker News

jszymborskitoday at 4:20 AM12 repliesview on HN

I've long considered getting a netbook, slapping freedos on it and running WordStar or WordPerfect as a writing deck.

I'm not sure how I would get my files I create off the device since USB support isn't really a thing.


Replies

UncleSlackytoday at 1:22 PM

https://github.com/lproven/usb-dos

"To get your work off the key, just insert the key into a computer that's already running any more modern OS than DOS."

show 2 replies
hakfootoday at 4:58 AM

If you use a machine with an ISA slot, you can get a card with a chip called CH375 or CH376, which deploys a USB flash drive like a normal hard disc with either a loadable driver or option BIOS ROM. You can just pull out the entire drive and mount it on a normal Windows or Linux box.

I think the below-mentioned Pocket 376 might have one soldered-on already.

toast0today at 4:54 AM

I thought freedos could use usb? Get something with built in ethernet or serial and you can transfer that way pretty easy too.

Or just run joe as jstar and close enough, maybe? I use joe for mostly everything, but I never used WordStar (well, I ran into it once)

prmoustachetoday at 1:02 PM

Just use any linux or bsd on a second hand netbook or laptop, install joe editor package, disable graphical desktop and boot to console only. Done.

https://joe-editor.sourceforge.io/

kqrtoday at 6:40 AM

I've had similar thoughts and ended up going with FreeBSD and no network connection for my use case. It's been great. It gives you some of the expected terminal ergonomics (and USB support) without the distractions.

kevin_thibedeautoday at 4:23 AM

It should run fine under dosemu with a minimal console only Linux.

WorldMakertoday at 5:15 AM

Apparently the right combination of BIOS and FreeDOS gives you somewhat easy USB support: https://superuser.com/questions/740474/how-to-access-a-usb-s...

jwrallietoday at 4:41 AM

Something like the Pocket 386 but with a regular size keyboard could be the perfect device for this purpose.

show 1 reply
geoninetiestoday at 5:47 AM

If you want just load the dos net ios/smb stack (or a tcp stack) and go to town.

anthktoday at 11:00 AM

Hyperbola GNU/Linux and Wordgrinder or jstar (from the Joe package) and Markdown, or even Groff as the basic syntax can be easy enough. Then you run

     groff file.troff -step -k  > file.pdf 
And you can now enjoy a formated book in the spot.

If any, check Groff with Mom macros, with does what you need with ease:

https://www.schaffter.ca/mom/

Online manual:

https://www.schaffter.ca/mom/momdoc/toc.html

For a quick command:

     pdfmom -step -k yourfile.troff > output.pdf
In order to get the last version:

- Install groff in Hyperbola GNU/Linux (or any other) if is not installed. It's mandatory in a 99% of distros but not Hyperbola.

- get https://www.schaffter.ca/mom/mom-2.6_d.tar.gz

- uncompress it

- copy om.tmac to /usr/share/groff/current/tmac/om.tmac

- cd to examples/ directory and do some tests:

             pdfmom -step -k mom-pdf.mom  > mom-pdf.pdf
WIth jstar+groff+mom you can get something basically perfect. "-step -k" it's just "-s -t -e -p -k", a bunch of options to enforce UTF-8, some proper handing and whatnot.
show 2 replies
incanus77today at 7:19 AM

USB floppy drive on the modern computer side. I do this for old machines.

ErroneousBoshtoday at 8:18 AM

CF card. Pop the card out, read it on the PC.