Re: [Freedos-user] January 2038 problem

2024-11-11 Thread Louis Santillan via Freedos-user
DOS APIs have support up until 2099. https://fd.lod.bz/rbil/interrup/dos_kernel/215700.html https://fd.lod.bz/rbil/interrup/dos_kernel/2f120d.html https://fd.lod.bz/rbil/interrup/dos_kernel/215700.html https://fd.lod.bz/rbil/interrup/dos_kernel/215706.html On Mon, Nov 11, 2024 at 4:58 PM Felix M

Re: [Freedos-user] Dos on raspberry pi.

2024-10-20 Thread Louis Santillan via Freedos-user
DM&P who make the Vortex86 CPUs, chipsets, SOMs, and some of the other designs are Taiwanese. PCBWay is Chinese but the weeCee designs are on github. If you have another way of printing the PCBs, you're not restricted to PCBWay. Over the last 15 years, there's been several DM&P/Vortex86 based de

Re: [Freedos-user] Is FreeDOS exactly like MSDOS? Let me explain.

2024-10-02 Thread Louis Santillan via Freedos-user
Take a look at EMBEDPC.ZIP (http://dunfield.classiccmp.org//dos/embedpc.zip). It has some nice things to make getting started easier. MKBOOT can make a floppy bootable and have the bootloader automatically load your COM executable file. MDCFS is FAT12 Filesystem code that does not need a DOS syst

Re: [Freedos-user] Nvidia GeForce 2 MX

2024-09-30 Thread Louis Santillan via Freedos-user
What do you mean by "won't boot with it installed, it just freezes"? When/where does it freeze within the boot process? On Mon, Sep 30, 2024 at 4:17 AM Daniel Doran via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hello all, > > I got an Nvidia GeForce 2 MX AGP graphics card (256M

[Freedos-user] FreeDOS & HP t5745 - WAS: USB to RS-232 Adapters

2024-09-13 Thread Louis Santillan via Freedos-user
efore using mTCP DHCP to get an IP. On Fri, Sep 13, 2024 at 9:28 PM Louis Santillan wrote: > Just realized I emailed Dan off list. > > You can see FreeDOS running on an hp t5745 here > > https://sites.google.com/view/lpsantil/home/dos-subsystem-for-linux-on-a-hp-t5745 > > F

Re: [Freedos-user] USB to RS-232 Adapters

2024-09-13 Thread Louis Santillan via Freedos-user
hmidt wrote: > Hmm(Scratching chin) Am I the only one on this thread thinking about > getting a dirt cheap t5740 to try to run a FreeDos thin client? Does > FreeDos run on Atom? > > On Sat, Sep 7, 2024 at 5:09 PM Louis Santillan via Freedos-user < > freedos-user@lists.sourc

Re: [Freedos-user] Networking on a Pentium 4

2024-09-11 Thread Louis Santillan via Freedos-user
And see this thread if you have issues ( https://www.vogons.org/viewtopic.php?t=47428&start=20) On Wed, Sep 11, 2024 at 7:13 PM Louis Santillan wrote: > Download the ASUS mobo drivers ( > > https://dlcdnets.asus.com/pub/ASUS/lan/intelan/CSA/DOS_OS2.zip?model=P4C800-E%20Deluxe >

Re: [Freedos-user] Networking on a Pentium 4

2024-09-11 Thread Louis Santillan via Freedos-user
I don’t think anything this complex happened. I imagine that OP ran out of UMB or HMA memory space and the CDROM driver or SHSUCDX failed to load properly. On Wed, Sep 11, 2024 at 11:22 AM Frantisek Rysanek via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > DOS on "modern" PC hardwa

Re: [Freedos-user] Networking on a Pentium 4

2024-09-11 Thread Louis Santillan via Freedos-user
Download the ASUS mobo drivers ( https://dlcdnets.asus.com/pub/ASUS/lan/intelan/CSA/DOS_OS2.zip?model=P4C800-E%20Deluxe ). Extract & place onto your DOS machine the files from the PRO1000 folder (PRO100 may also work/work better it would follow the same process). Load the “lsl.com” driver by runn

Re: [Freedos-user] USB to RS-232 Adapters

2024-09-07 Thread Louis Santillan via Freedos-user
I agree with Eric. Something like an HP t5740, Dell Optiplex 9010 or 9020 or 790, is about $25 on eBay, runs DOS well, will run DOS well off a cheap 4-16GB USB drive, and will also come with 9-pin serial. The Dells might even be free on Facebook Marketplace or Craigslist. On Sat, Sep 7, 2024 at 1

Re: [Freedos-user] Installing freeDOS on an old Mac Mini (Intel)

2024-08-24 Thread Louis Santillan via Freedos-user
I'd guess that Apple Bootcamp has a minimal BIOS (if any) and doesn't include a USB keyboard/mouse to BIOS keyboard/mouse translation method. You could try Bret's USB DOS drivers (https://bretjohnson.us/) or crazii's USBDOS drivers (https://github.com/crazii/USBDDOS). You'll likely need to do that

Re: [Freedos-user] Minor performance anomaly / question re DIR command

2024-08-22 Thread Louis Santillan via Freedos-user
I could test that theory on the Book8088 and EMM8088 XT machines I have. I might do that tonight. On Thu, Aug 22, 2024 at 2:24 PM Jim Hall via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > On Wed, Aug 21, 2024 at 3:23 AM Rugxulo via Freedos-user > wrote: > >[..] > > Instead of rel

Re: [Freedos-user] Minor performance anomaly / question re DIR command

2024-08-13 Thread Louis Santillan via Freedos-user
This is a known perf issue with older machines. For FAT16 (which 1GB should fit in), there's FREESP (https://github.com/ChartreuseK/FREESP). You may want to give that a try. On Tue, Aug 13, 2024 at 4:11 PM Trevor Campbell via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > I have Fre

Re: [Freedos-user] Problem with file name in FreeDOS ...

2024-06-13 Thread Louis Santillan via Freedos-user
That might be an artifact of GNU cobol being hosted in an RCS system. Configure should fix it. On Tue, Jun 11, 2024 at 9:24 PM Everaldo Bernardo Cunha via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Tramandaí - RS - Brasil, 12/06/2024. > > I unpacked a file ".tar.gz" containing th

Re: [Freedos-user] Report back: QEMU - Max size of Linux access folder

2024-03-13 Thread Louis Santillan via Freedos-user
is hard coded? > > Using drive D:, the access drive, appears to be problematic. Best not to > use it other than transfer files. > > > On 2024/03/13 18:53, Louis Santillan wrote: > > What was the qemu command you used? It sounds like you paying a double > penalty somewher

Re: [Freedos-user] Report back: QEMU - Max size of Linux access folder

2024-03-13 Thread Louis Santillan via Freedos-user
What was the qemu command you used? It sounds like you paying a double penalty somewhere for how you’re get the disk image into qemu. Loopback devices pay some penalty. 10x seems like some option is missing to improve performance. On Wed, Mar 13, 2024 at 2:57 AM hms--- via Freedos-user < freedo

Re: [Freedos-user] Adapter PCMCIA to CF

2024-03-07 Thread Louis Santillan via Freedos-user
I tested a generic/brandless/labelless/white label 5 pack of CF PCMCIA adapters on an old Epson 286 laptop & Librex 386 laptop. They worked as generic IDE drives and I was able to format an old 8MB CF card as FAT16 with DOS. They looked like the ones here - https://www.ebay.com/sch/i.html?_nkw=PC

Re: [Freedos-user] Ramdisk

2024-03-03 Thread Louis Santillan via Freedos-user
Best to share your CONFIG.SYS/FDCONFIG.SYS and AUTOEXEC.BAT/FDAUTO.BAT file contents. On Sun, Mar 3, 2024 at 3:14 PM Norby Droid via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > I am usin a msi computer to run FreeDos 1.3 and setup a ramdrive. > > Reading through the docs I setup f

Re: [Freedos-user] GNU Cobol on the FreeDOS ....

2024-02-24 Thread Louis Santillan via Freedos-user
If you’re ok with a Linux cross compiler, you can add “cobol” here ( https://github.com/andrewwutw/build-djgpp/blob/master/script/common-settings#L6) and then build on a Linux box. Have you tried that? In Fedora I did, # sudo dnf install g++ gcc unzip bison flex make texinfo patch zlib-devel curl

Re: [Freedos-user] Using HDMI monitor and USB keyboard/mouse on FreeDOS

2024-01-31 Thread Louis Santillan via Freedos-user
You inspired me to build one myself. I’m awaiting a few parts now. On Tue, Jan 30, 2024 at 12:15 PM Bill Gee via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > An update for the group - > > Today I built an adapter that translates USB keyboard and mouse to PS/2 > signals. > > https:

Re: [Freedos-user] shutdown and USB Stick ?

2024-01-29 Thread Louis Santillan via Freedos-user
FAT is always a finicky filesystem, especially if you're utilizing a caching or BIOS emulation for USB HDDs. Are you using a caching program like lbacache, cdrcache, smartdrv, etc? On Mon, Jan 29, 2024 at 7:11 AM Thomas Cornelius Desi via Freedos-user < freedos-user@lists.sourceforge.net> wrote:

Re: [Freedos-user] One use case for FreeDos

2024-01-29 Thread Louis Santillan via Freedos-user
t;>> As for writers with DOS, I recalled and managed to dig up a video with > >>> Philip Roth using a standing desk and a Blue DOS Screen - is this also > >>> Wordstar? https://www.youtube.com/watch?v=eBlVEcMSOGw&t=201 > >>> > >>> The video is

Re: [Freedos-user] One use case for FreeDos

2024-01-27 Thread Louis Santillan via Freedos-user
That looks like Wordperfect for DOS. On Sat, Jan 27, 2024 at 9:29 PM Mart Zirnask via Freedos-user < freedos-user@lists.sourceforge.net> wrote: [SNIP] > As for writers with DOS, I recalled and managed to dig up a video with > Philip Roth using a standing desk and a Blue DOS Screen - is this also

Re: [Freedos-user] Using HDMI monitor and USB keyboard/mouse on FreeDOS

2024-01-26 Thread Louis Santillan via Freedos-user
The quality of the VGA to HDMI adapter isn't great but it works. In particular, on an HB8088 with an NEC v20 CPU & Chips 451 VGA there's large banding and the signal seems to ripple on dark black. On a Dell Optiplex 9020 with a Core i7-4790 the banding and ripple are reduced (probably a better si

Re: [Freedos-user] Using HDMI monitor and USB keyboard/mouse on FreeDOS

2024-01-25 Thread Louis Santillan via Freedos-user
I used this adapter in the past ( https://www.amazon.com/gp/product/B07F1K3QQX/). Tons of similar adapters on eBay, Amazon, AliExpress. Pretty sure it worked with an old Dell monitor over HDMI. I can try retesting it this weekend. On Thu, Jan 25, 2024 at 7:54 PM Felix Miata via Freedos-user <

[Freedos-user] Interesting Project: dosfetch like neofetch

2024-01-08 Thread Louis Santillan via Freedos-user
https://github.com/leahneukirchen/dosfetch One of the hallmarks of modern Linux CLI environments differentiating the various distro vendors is a linux tool called neofetch. A tool which probes the local environment will let you know some of the key features or metrics of the local environment (CP

Re: [Freedos-user] What DOS programs represent the 1980s and early 90s?

2024-01-01 Thread Louis Santillan via Freedos-user
On Mon, Jan 1, 2024 at 4:04 PM Jim Hall via Freedos-user < freedos-user@lists.sourceforge.net> wrote: [SNIP] > (*) Did anyone else subscribe to a shareware catalog? I know you could > dial into a BBS to find shareware apps, but I found a catalog that > tested tons of shareware apps and games and l

Re: [Freedos-user] Dunfield releases 40+ years of Source Code

2023-11-07 Thread Louis Santillan via Freedos-user
manuals and binary files? > John > > On 2023/11/06 05:32, Louis Santillan via Freedos-user wrote: > > Dave Dunfield has released what he calls "40+ years of source code". > > > > https://www.vogons.org/viewtopic.php?f=7&t=97034 > > <h

[Freedos-user] Dunfield releases 40+ years of Source Code

2023-11-05 Thread Louis Santillan via Freedos-user
Dave Dunfield has released what he calls "40+ years of source code". https://www.vogons.org/viewtopic.php?f=7&t=97034 https://dunfield.themindfactory.com/dnldsrc.htm What I find most interesting is the source to his C compiler, Micro-C. Lots of other tools other bits that are new to me. The ter

Re: [Freedos-user] Networking on UTM

2023-10-27 Thread Louis Santillan via Freedos-user
Docs ( https://docs.getutm.app/settings-qemu/devices/network/network/#hardware) say that the emulated network device is a “virtio-net-pci” device. Docs also mention that the OS will require a driver for it. virtio is a common interface for modern Linux, Windows, and I think Mac OS VMs. For DOS,

Re: [Freedos-user] quick help finding the dos driver for intel etherexpress pro 100+

2023-10-25 Thread Louis Santillan via Freedos-user
IIRC, there are some extra (Windows & OS/2) drivers and docs you can remove from the package to make it fit on a floppy. Try removing those folders first. On Tue, Oct 24, 2023 at 7:03 PM Karen Lewellen via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi folks, > when I locate the

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
But curling DOS software zip files on it is not as useful as doing that directly on 386 Dell I have sitting 3 feet away when I want to run a bit of new software on it. On Sat, Aug 5, 2023 at 12:56 PM Ralf Quint via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > On 8/5/2023 1

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
ing the proxy can be newer and support the newest security standards for older systems. On Sat, Aug 5, 2023 at 12:50 PM Ralf Quint wrote: > On 8/5/2023 12:37 PM, Louis Santillan wrote: > > zerofive, you did not provide us actual error messages. We can only > > speculate. > >

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
You might also try standing up an http to https proxy. There are some proxies setup specifically for retro computers like https://protoweb.org/get-started/ https://github.com/DrKylstein/retro-proxy https://youtu.be/-Qs3LVPmLgk https://protoweb.org/wiki/servers/ http://www.steptail.com/retroweb:se

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
zerofive, you did not provide us actual error messages. We can only speculate. At least with curl on Linux, you can bypass cert checks with “-k”. If you still believe it’s certs and you have a known good certificate and private key, you pass them as “--cert” and “--key”, respectively. wget has

Re: [Freedos-user] USB serial & DOSBox

2023-07-25 Thread Louis Santillan via Freedos-user
Very cool! On Tue, Jul 25, 2023 at 4:05 AM Bryan Kilgallin wrote: > Yay, Louis: > > > It should be at `/dev/ttyUSB0` and you should refer to realport > > `ttyUSB0` or something like that (`serial1=directserial > > realport:ttyUSB0`). > > Yes, I found that character device. > > lsusb lists the fo

Re: [Freedos-user] USB serial & DOSBox

2023-07-25 Thread Louis Santillan via Freedos-user
It should be at `/dev/ttyUSB0` and you should refer to realport `ttyUSB0` or something like that (`serial1=directserial realport:ttyUSB0`). This article ( https://www.cyberciti.biz/faq/find-out-linux-serial-ports-with-setserial/) gives a good example of how to manage serial ports (including USB co

Re: [Freedos-user] Basic freedos question before I try this?

2023-07-18 Thread Louis Santillan via Freedos-user
AFAICT, the FDNET package contains packet drivers for (16-bit?) NE2000 and PCnet ethernet cards. The crynwr package has several dozen other packet drivers. If we knew the exact Thinkpad model, we could advise you better. http://crynwr.com/drivers/00index.html WRT saving items to floppy, are yo

Re: [Freedos-user] Basic freedos question before I try this?

2023-07-18 Thread Louis Santillan via Freedos-user
Correct and it would help to know which machine you are choosing. On Tue, Jul 18, 2023 at 11:02 AM Rugxulo via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi, > > On Tue, Jul 18, 2023 at 3:56 PM Karen Lewellen via Freedos-user > wrote: > > > > My goal is supporting the built in

Re: [Freedos-user] Basic freedos question before I try this?

2023-07-18 Thread Louis Santillan via Freedos-user
Depends on the vintage of Thinkpad, but I wouldn't just assume a Thinkpad has a DOS compatible Ethernet card. I would verify. On Tue, Jul 18, 2023 at 10:08 AM Karen Lewellen via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi folks, > Due to some layered power issues in my new apa

Re: [Freedos-user] A new mTCP (2023-03-31) is available

2023-04-11 Thread Louis Santillan
YES!!! Thanks a ton! On Mon, Apr 10, 2023 at 1:50 PM Andy D wrote: > > Great stuff Mike, great stuff! > > From: Michael Brutman > Sent: Monday, April 10, 2023 12:01 PM > To: Discussion and general questions about FreeDOS. > > Subject: Re: [Freedos-user] A new m

Re: [Freedos-user] Question about xFDisk and a multiboot setup

2023-03-13 Thread Louis Santillan
Might I suggest you try Microwindows/Nano-X on DOS and Linux? http://www.microwindows.org/ On Mon, Mar 13, 2023 at 11:41 AM usul wrote: > I probably am that guy. I couldn't post in groups on FB for a couple of > days. and I am itching to do something. LOL. > > Thanks for the links... > As s

Re: [Freedos-user] Can you recommend a good single-board-computer for legacy OSs?

2023-03-08 Thread Louis Santillan
Have a look at parkytowers and consider a thin client of pre-Windows 7 or Windows XP vintage. They're usually cheap and plentiful on ebay and the like. https://www.parkytowers.me.uk/thin/hware/hardware.shtml On Wed, Mar 8, 2023 at 3:19 AM Frantisek Rysanek wrote: > > ...oops, I have a small typ

Re: [Freedos-user] UDVD2 drivers not starting on UTM MacOS - help needed

2023-01-04 Thread Louis Santillan
Are you using something like this guide? https://teachernerd.com/2022/07/16/how-to-run-ms-dos-on-a-mac-with-intel-or-m-series-processor/ Maybe try booting FreeDOS in DOSBOX-X instead? https://nomadic-dmitry.medium.com/apple-silicon-m1-how-to-run-dos-games-and-apps-b5858e51e339 On Wed, Jan 4, 2

Re: [Freedos-user] FreeDOS in proxmox

2022-12-21 Thread Louis Santillan
Right. I thought about it later and wondered what the other DOS stacks did. What does MS-NET or Trumpet do? Probably the same thing as mTCP and WATTCP. I remember using ping in DOS to ensure connectivity to Gateways and DNS, but I wasn't running any servers so there was little reason to ping th

Re: [Freedos-user] FreeDOS in proxmox

2022-12-19 Thread Louis Santillan
mething that > needs to be set in freedos to allow it to respond to ping requests? > > On 12/19/2022 3:41 AM, Louis Santillan wrote: > > I just setup Proxmox 7.3.3 to do some testing Brett Johnson. Had no > > issues installing FD 1.3. Chose "OS Type" as "Other&

Re: [Freedos-user] FreeDOS in proxmox

2022-12-19 Thread Louis Santillan
I just setup Proxmox 7.3.3 to do some testing Brett Johnson. Had no issues installing FD 1.3. Chose "OS Type" as "Other", switched "Network Device" to "rtl8139" and "Firewall" as "1". Installed by hand packages "FDNET", "MTCP", "CRYNWR". There's no option for passthru or private on the "Networ

Re: [Freedos-user] memory issue, or something

2022-11-30 Thread Louis Santillan
something the software expects to be handled elsewhere. ‘mem /c’, and the contents of autoexec.bat & config.sys would tell us a lot about your system. On Tue, Nov 29, 2022 at 11:33 AM Tomas By wrote: > On Tue, 29 Nov 2022 19:33:34 +0100, Louis Santillan wrote: > > What does ‘mem /c’ out

Re: [Freedos-user] memory issue, or something

2022-11-29 Thread Louis Santillan
What does ‘mem /c’ output? On Tue, Nov 29, 2022 at 4:32 AM Tomas By wrote: > On Tue, 29 Nov 2022 05:14:55 +0100, Jeremy Leonard via Freedos-user wrote: > > Did you use the two disk install from archive.org? > > No actually I used the files from > > http://id3486.securedata.net/fprado/armorsite/t

Re: [Freedos-user] memory issue, or something

2022-11-28 Thread Louis Santillan
With a 386, you likely have 1MB-16MB. But you need to have it configured in the right way for the game, either as Expanded Memory (aka EMS) or Extended Memory (aka XMS). MobyGames does not specify how to configure the 2MB RAM requirement. This website (http://id3486.securedata.net/fprado/armorsit

Re: [Freedos-user] How to unload a driver?

2022-11-04 Thread Louis Santillan
Some drivers might work DDL, DDU as well - https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/system/ddl/ On Fri, Nov 4, 2022 at 4:06 PM Robert Riebisch wrote: > Hi Michał, > > > I load drivers for SoundBlaster AWE64 by means of putting CTMM.SYS, > > CTSB16.SYS and CTCU.EXE in DEVICE=

Re: [Freedos-user] Mail and news for FreeDOS

2022-09-21 Thread Louis Santillan
rkplace Linux > shell from dreamhost, because openssh stopped supporting public and global > dh keys. > Karen > > > > On Wed, 21 Sep 2022, Louis Santillan wrote: > > > Arachne Web Browser also supports email and news protocols. > > > > Better solution would

Re: [Freedos-user] Mail and news for FreeDOS

2022-09-21 Thread Louis Santillan
Arachne Web Browser also supports email and news protocols. Better solution would be to use ssh2dos to ssh into a linux box to do email/news things. On Wed, Sep 21, 2022 at 12:37 PM Travis Siegel wrote: > I'm fairly certain there's a dos port of pcpine out there somewhere. > I've used it under

Re: [Freedos-user] New mTCP available

2022-07-16 Thread Louis Santillan
It was mentioned recently that ssh2dos was updated last year to include the newer protocols. https://github.com/AnttiTakala/SSH2DOS Would be awesome to see if mTCP improved the networking throughput or latency. At some point I’d love sit down and try to get the mTCP ported to djgpp but the last

Re: [Freedos-user] DOS ASM resources

2022-06-30 Thread Louis Santillan
PCGPE and the VLA Tutorials. http://bespin.org/~qz/pc-gpe/ On Thu, Jun 30, 2022 at 11:19 AM C. Masloch wrote: > On at 2022-06-30 10:00 -0500, Santiago Almenara wrote: > > Hello! > > > > What book or webpage do you recommend to learn some DOS assembler? > > > > Thanks in advance > > > > Santiago

Re: [Freedos-user] Installing GRUB

2022-06-30 Thread Louis Santillan
;t know or care about it or expect an unallocated space. Seems safer to reserve as long as OSes like FreeDOS, MS-DOS, Windows95/98, etc. respect and support that well. On Thu, Jun 30, 2022 at 10:29 AM Louis Santillan wrote: > Awesome! Thanks Tony! > > On Wed, Jun 29, 2022 at 4:52 PM

Re: [Freedos-user] Installing GRUB

2022-06-30 Thread Louis Santillan
> On Wed, Jun 29, 2022 at 1:07 AM Louis Santillan > wrote: > >> Tony, >> >> In your Linux VM, could you give the output to `fdisk -l /dev/sda`? >> >> Thanks >> >> On Sat, Jun 4, 2022 at 7:54 AM Tony Richardson >> wrote: >> >>&g

Re: [Freedos-user] Installing GRUB

2022-06-28 Thread Louis Santillan
Tony, In your Linux VM, could you give the output to `fdisk -l /dev/sda`? Thanks On Sat, Jun 4, 2022 at 7:54 AM Tony Richardson wrote: > I wanted to use GRUB to boot FreeDOS. (I wanted to use it so that I could > dual-boot FreeDOS and RTEMS, but others may have different reasons.) It is > a

Re: [Freedos-user] An idea for silent PC controlled by FreeDOS

2022-06-26 Thread Louis Santillan
Unfortunately, they’re no longer $9. :( On Sun, Jun 26, 2022 at 8:36 AM Zbigniew wrote: > Stumbled upon this video on YT -- it may be of interest to several > FreeDOS users: > > https://www.youtube.com/watch?v=b0otktPOVRc > > "$9 DOS Retro Gaming PC with the HP t5530 Thin Client" > > > _

Re: [Freedos-user] From BTTR: FAT32 ramdisk, SvarCOM shell, Doszip commander

2022-06-16 Thread Louis Santillan
This is super awesome to hear! Thanks for linking! On Wed, Jun 15, 2022 at 1:18 PM Dan Schmidt wrote: > Off topic and flagrant necromancy, yet I'll briefly note somebody (kind > of) did. * (Disclaimer: "correct" loosely defined)* > > https://bestofcpp.com/repo/AnttiTakala-SSH2DOS > > P.S. Than

Re: [Freedos-user] virt-install freedos

2022-05-26 Thread Louis Santillan
You can also use nicscan.exe ( http://www.georgpotthast.de/sioux/packet.htm) or pcinic.com ( http://dunfield.classiccmp.org/dos/index.htm) to verify the nic is correctly configured in the VM. On Thu, May 26, 2022 at 6:07 AM Louis Santillan wrote: > You also need to provide a ‘model’ on

Re: [Freedos-user] virt-install freedos

2022-05-26 Thread Louis Santillan
You also need to provide a ‘model’ on the ‘network’ parameter. e1000 or rtl8139 have DOS packet drivers available. On Thu, May 26, 2022 at 4:29 AM wrote: > Hello everybody. Thanks for the help so far, sorry for the delay in > responding. > > The simplest way for me to create a FreeDOS VM on my

Re: [Freedos-user] virt-install freedos

2022-05-22 Thread Louis Santillan
KVM/qemu as presented by virt-manager/virsh does something funny with the config of the VM. After initial boot it’ll “forget” about the CDROM. Seems like it’s intended for OSes that don’t need to reboot after formatting the primary drive. I saw this behavior in RHEL and Fedora using Cockpit, virt

[Freedos-user] Another good review of 1.3

2022-04-10 Thread Louis Santillan
Some more input for 8086 considerations https://youtu.be/EOVLlMQs9f8 ___ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-user

Re: [Freedos-user] Installing freedos to virtualbox them copying dice contents to an actual computer

2022-03-30 Thread Louis Santillan
FreeDOS Edit, SETEdit, vi, pico. All great basic DoS text editors. On Wed, Mar 30, 2022 at 4:59 AM John Vella wrote: > I'll be honest and say I'm starting to second guess myself here... Reading > a totally unrelated email at work this morning, I wondered why I'm even > bothering with wordperfec

Re: [Freedos-user] Ré : Installing freedos to virtualbox them copying dice contents to an actual computer

2022-03-29 Thread Louis Santillan
One thing you can try is to remove the IDE HDD drive from the 486, connect it to a USB drive adapter, then use VirtualBox/qemu/et al. to install FreeDOS to it. You can use an adapter like this one ( https://www.ebay.com/itm/124411032918). Should have a JMicron chip in it which all modern OSes wil

Re: [Freedos-user] Issue: FreeDOS on PCem emulating a NE2000

2022-03-16 Thread Louis Santillan
See - https://gitlab.com/FreeDOS/net/fdnet/-/blob/master/BIN/FDNET.BAT On Wed, Mar 16, 2022 at 11:15 AM Louis Santillan wrote: > "try" is an argument to the fdnet.bat batchfile. > > On Wed, Mar 16, 2022 at 11:05 AM dmccunney > wrote: > >> On Wed, Mar 16,

Re: [Freedos-user] Issue: FreeDOS on PCem emulating a NE2000

2022-03-16 Thread Louis Santillan
"try" is an argument to the fdnet.bat batchfile. On Wed, Mar 16, 2022 at 11:05 AM dmccunney wrote: > On Wed, Mar 16, 2022 at 12:18 PM Brandon Taylor > wrote: > > > > Now, from what I've read in previous posts, it sounds like others have > had success by replacing "start" with "try," such that t

Re: [Freedos-user] How to add AHCICD.sys in the auto check-list for USB BOOT?

2022-03-11 Thread Louis Santillan
CONFIG.SYS does not work like that. It looks like a script or batch file but it mostly isn't. But it does a have a MENU capability ( http://www.freedos.org/kernel/config.txt). There's a few examples there as well as at Phil's Computer Lab ( https://www.philscomputerlab.com/ms-dos-starter-pack.ht

Re: [Freedos-user] Freedos & Arachne

2022-03-07 Thread Louis Santillan
You might try Links2 Browser in graphics mode. 2.25 is the latest version. http://links.twibright.com/download/binaries/dos/links-2.25.exe On Mon, Mar 7, 2022 at 11:02 AM wrote: > > > Hi! > I have used Archne for a long time many years ago. > Currently, both in freedos 1.2 and 1.3, ( no dosbox

Re: [Freedos-user] Will freedos running in a Virtual box VM recognise a host attached USB security dongle?

2022-03-06 Thread Louis Santillan
Mar 2022 at 20:09, Louis Santillan wrote: > > > > I wrote a quick guide on how to pass through USB devices to a VirtualBox > VM. > > > > > https://sites.google.com/view/lpsantil/home/adding-usb-device-to-a-virtualbox-vm > [...] > > 5. Pick an appropriate U

Re: [Freedos-user] Will freedos running in a Virtual box VM recognise a host attached USB security dongle?

2022-03-04 Thread Louis Santillan
I wrote a quick guide on how to pass through USB devices to a VirtualBox VM. https://sites.google.com/view/lpsantil/home/adding-usb-device-to-a-virtualbox-vm It's quite simple to add a USB device to a VirtualBox 6.1 VM. Elsewhere you find this called "passing in a device", "device passthru", "de

[Freedos-user] An RPi way to use USB devices on old machines

2022-03-04 Thread Louis Santillan
Not entirely FreeDOS/DOS related but it might also help folks with accessibility & old machines where navigating a machine with a non-traditional device (gamepad or Joystick as a mouse) could be useful. The RPi+HAT with an addon board for PS/2, Joystick port, and serial output ports lets you use m

Re: [Freedos-user] retro gamer review of FreeDOS 1.3

2022-03-04 Thread Louis Santillan
Hahaha I was just going to report this as well. On Fri, Mar 4, 2022 at 9:22 AM Herminio Hernandez, Jr. < herminio.hernande...@gmail.com> wrote: > Has anyone watched this review of FreeDOS 1.3 by a Retro Gamer on YouTube. > I thought it was a pretty good and fair review. > > https://www.youtube.co

[Freedos-user] Interesting comment by Walter Bright

2022-01-29 Thread Louis Santillan
He claims "The DMC++ compiler is far and away the best C++ compiler on DOS." https://news.ycombinator.com/item?id=30127615 ___ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-user

Re: [Freedos-user] UDVD2 vs SHSUCDX

2022-01-16 Thread Louis Santillan
Not sure about the circumstances of your Rayman crash but I’ve read many posts about issues with that game on DOS. Apps that access the file system or hardware directly, disk caches can cause certain types of file corruption. Whole file system corruption is odd and might indicate other issues (CPU

Re: [Freedos-user] Video complains that DOS should not be mantained

2022-01-11 Thread Louis Santillan
Yes. In DOS, in Linux, in Mac`links -g` works great for me. On Mon, Jan 10, 2022 at 8:17 PM Dan Schmidt wrote: > Have you tried links -g ? > > On Thu, Jan 6, 2022 at 10:11 PM Louis Santillan > wrote: > >> I haven’t had many crashes in Links2 in normal browsing. I

Re: [Freedos-user] Video complains that DOS should not be mantained

2022-01-06 Thread Louis Santillan
2.25 is latest version http://links.twibright.com/download/binaries/dos/ On Thu, Jan 6, 2022 at 3:31 PM Jose Senna wrote: > Dan schmidt said: > > | Links and Lynx both do TLS currently on DOS. > > Which versions, please ? > There is still the problem of javascript, > much used in HTTP mail p

Re: [Freedos-user] Video complains that DOS should not be mantained

2022-01-06 Thread Louis Santillan
ven do images, > but it's prone to crash in gui mode. > > On Thu, Dec 30, 2021 at 2:09 AM Louis Santillan > wrote: > >> Doesn't Links2 do TLS? >> >> On Tue, Dec 28, 2021 at 3:45 PM Jim Hall wrote: >> >>> On Mon, Dec 27, 2021 at 6:28 PM J

Re: [Freedos-user] state of play

2022-01-02 Thread Louis Santillan
Advice about win32 apps is fairly off-topic here. win32 apps that work on HX that work on FreeDOS doesn't really make this request more on-topic. You can find a bit of info apps that work at https://www.japheth.de/HX.html https://pmwiki.xaver.me/drdoswiki/index.php?n=Main.HX-DOS#toc24 On Sun,

Re: [Freedos-user] Video complains that DOS should not be mantained

2021-12-30 Thread Louis Santillan
Doesn't Links2 do TLS? On Tue, Dec 28, 2021 at 3:45 PM Jim Hall wrote: > On Mon, Dec 27, 2021 at 6:28 PM Jose Senna wrote: > > > > Liam Proven said: > > > There were DOS email and chat and FTP > > > clients; that stuff's fairly easy. > > > > Were is the right word. Most email > > servers nowada

Re: [Freedos-user] Now it gets odd Re: FreeDOS workaround for hidden IDE controller?

2021-12-26 Thread Louis Santillan
eady. I'm also willing to ship a Wyse SX0 if they think it would be necessary and useful. Any tips of what would be useful to capture and post a bug report to? On Fri, Dec 24, 2021 at 3:02 PM Louis Santillan wrote: > Apologies for the zombie thread revival. > > I recently bo

Re: [Freedos-user] Freedos-user Digest, Vol 2142, Issue 5

2021-12-24 Thread Louis Santillan
ore specific >> than "Re: Contents of Freedos-user digest..." >> >> >> Today's Topics: >> >>1. Re: Video complains that DOS should not be maintained (Wengier W) >>2. Re: Now it gets odd Re: FreeDOS workaround for hidden IDE >&g

Re: [Freedos-user] Now it gets odd Re: FreeDOS workaround for hidden IDE controller?

2021-12-24 Thread Louis Santillan
Apologies for the zombie thread revival. I recently bought 3 of these Wyse SX0 thin clients and I can confirm that FreeDOS 1.3-RC5 (and worse!) and FDISK are buggy on it. I think the reality is that BIOS and USB boot code is only partially complete and just enough to boot into a more modern OS (T

Re: [Freedos-user] Video complains that DOS should not be maintained

2021-12-24 Thread Louis Santillan
And beyond industrial systems, it is sometimes common to see DOS (and FreeDOS especially) used as part of firmware flashing processes for BIOS, IDE, SCSI, SATA, SAS, HBA, Ethernet and WiFi controllers especially in enterprise and network hardware. On Fri, Dec 24, 2021 at 11:08 AM Travis Siegel wr

Re: [Freedos-user] Speaking of (tiny) DOS gaming PCs

2021-12-07 Thread Louis Santillan
And I forgot to mention we also now have Raspberry Pis acting as Virtual Floppy connected via ISA. https://www.smbaker.com/raspberry-pi-virtual-floppy-for-isa-pc-xtat-computers On Tue, Dec 7, 2021 at 4:51 PM Louis Santillan wrote: > There seems to be a resurgence of 8088/ISA compati

Re: [Freedos-user] Speaking of (tiny) DOS gaming PCs

2021-12-07 Thread Louis Santillan
There seems to be a resurgence of 8088/ISA compatible homebrew computers and designs. Besides NuXT[0], the original Sergey Kiseliev Designs [1][2][3][4][5][6], we now have EMM's designs [7][8][9][10][11][12][13], some ISA ethernet cards [14][15], some sound cards [16][17][18][19][20][21][22][23][2

Re: [Freedos-user] (no subject)

2021-10-14 Thread Louis Santillan
It would likely be prudent to get a confirmation statement from Russell Nelson as well. Per crynwr.com nel...@crynwr.com +1 315 323 1241 voice Crynwr Software 521 Pleasant Valley Rd. Potsdam, NY 13676 On Thu, Oct 14, 2021 at 12:19 AM John Vella wrote: > Agree! > > On Thu, 14 Oct 2021, 07:33 Th

Re: [Freedos-user] Netgear LNE100TX

2021-07-26 Thread Louis Santillan
Try using Georg Potthast's NICSCAN [0][1] or David Dunfield's PCINIC [2][3] to find the NIC. I think PCINIC can even suggest a driver from PKTDRV [4]. [0] http://www.georgpotthast.de/sioux/packet.htm [1] http://www.georgpotthast.de/sioux/pktdrv/nicscan.zip [2] http://dunfield.classiccmp.org/dos/

Re: [Freedos-user] Upgrading the BIOS with FreeDOS

2021-06-28 Thread Louis Santillan
The PE format uses a DOS stub prefix which usually handles DOS execution. https://en.wikipedia.org/wiki/Portable_Executable#History On Mon, Jun 28, 2021 at 11:10 AM Paul Dufresne via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > I have an example (from Dell): > > > https://www.dell

Re: [Freedos-user] Crynwr package contains PCNTPK.COM

2021-06-03 Thread Louis Santillan
I don't get what the issue with PCNTPK.COM packet driver is? Per the amdpd.zip file at http://crynwr.com/drivers/00index.html , it is copyright Russell Nelson 1990 w/a GPLv1 license in 1990 and copyright AMD 1993 w/a pseudo Public Domain-ish license (PCNTPK.ASM). While not packaged the way we exp

Re: [Freedos-user] What it was all about for some of us

2021-05-01 Thread Louis Santillan
While empathize with the yearning for the simpler time in computing, taking it from Ted Campbell [0], the Verda Spell passage seems like it was intended as a humorous invocation of a muse. Much like Homer did in the Iliad and Odyssey [1][2]. [0] https://sourceforge.net/p/bwbasic/bugs/7/#a62d [1]

Re: [Freedos-user] DOS on (very) small form factor PCs?

2021-04-28 Thread Louis Santillan
Phil’s Computer Lab has covered lots of DOS compatible Thin Clients. I personally have 5 fanless HP t5745. Atom N280 (single core, dual thread) CPUs, mine have 1GB-4GB RAM, 2GB IDE DOM, 10/100/1000 Ethernet by Broadcom, serial port, PS/2 ports, Intel GL40 VGA & DisplayPort, will USB boot FreeDOS

Re: [Freedos-user] Recovery of a file on a non booting Windows computer

2021-04-14 Thread Louis Santillan
Jim, DOS & HW basic like the above might make good 5 minute "FD Shorts" on youtube. On Wed, Apr 14, 2021 at 9:45 AM Ralf Quint wrote: > On 4/14/2021 5:19 AM, Stephanos wrote: > > Dear All > > > > I want to boot to freeDOS using a CD ROM. Then I want to insert a > > memory stick into the comput

Re: [Freedos-user] networking/wifi

2021-03-19 Thread Louis Santillan
IMO, ISA is a better option for truly vintage machines. I think if someone combined the ideas PiModem/Wifi232, Pi Virtual Floppy [0], and ISA8019 [2] (which is an NE2000!), then that would be the ideal. An ISA card powered by a Pi Zero W that could emulate a Floppy/HDD/CD-ROM/DVD-ROM and provide

Re: [Freedos-user] networking/wifi

2021-03-18 Thread Louis Santillan
DOS did networking a lot better with ISA and some PCI NICS. WiFi came after DOS was no longer being developed. There might be some 900MHz WaveLAN things that work for DOS if the point is to make a machine connected wirelessly. If the machine has serial you might consider a Wifi232[0] or one of t

Re: [Freedos-user] Invalid opcode - where do I even begin?

2021-03-04 Thread Louis Santillan
I think those are binary instructions. Not actual addresses. You could try disassembling here [0] but a quick cut & paste gave an instruction sequence that is non-obvious to me. If Contra is a debugger/mod, then that makes a little more sense. The full message might also help clear things up.

Re: [Freedos-user] Booting from USB Issue

2021-02-19 Thread Louis Santillan
Not sure what the "Client" is. I just used FreeDOS to run sas2flash on my Dell R7610 servers. However, I instead used the FD12FULL.zip usb image, `dd` the image to an old 1GB flash drive, and then wiped out all the FD packages to make room for the firmware softwares. Maybe your USB drive is corr

Re: [Freedos-user] Dillo Web browser

2020-12-07 Thread Louis Santillan
That's one thing that has troubled me about Links2. I've been able to compile it for Mac and Linux but not DOS. On Mon, Dec 7, 2020 at 2:35 PM Jamie Le Tual wrote: > > I would be curious to know which tool chain they used to compile it > > On Mon, 7 Dec 2020 at 16:26, Jose Senna wrote: >> >> T

Re: [Freedos-user] Serial port WiFi modems - was: MS-DOS 7.1

2020-12-07 Thread Louis Santillan
The various Wifi232 variants seem to run about $45-$100USD. I think the PiModems w/a $10-$15USD PiZeroW could be made cheaper but no one seems to be producing prebuilt versions. On Mon, Dec 7, 2020 at 12:04 PM Eric Auer wrote: > > > Hi DOS people, > > those links from Louis are really interestin

  1   2   3   >