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
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
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
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
is 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.sourceforge.net> wrote:
>>
>>> I
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
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
> ).
>
> Extract &
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
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
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
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
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
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
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
You might try updating the 2nd drive's argument to `-drive
file=fat:rw:dosfiles/,format=raw,cache=writeback`. [0]
[0]
https://manpages.debian.org/unstable/qemu-system-x86/qemu-system-i386.1.en.html
On Wed, Mar 13, 2024 at 10:29 AM h...@iafrica.com wrote:
> I removed CDROM and Sound support. I
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
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
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
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
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:
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:
You may also be interested in the Blocek editor -
http://www.laaca.borec.cz/blocek/#blocek
On Mon, Jan 29, 2024 at 7:55 AM Thomas Cornelius Desi via Freedos-user <
freedos-user@lists.sourceforge.net> wrote:
> Apropos authoring on DOS Software: As I was looking for someting nifty
> that would enha
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
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
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 <
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
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
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
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
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,
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
2:51 PM, Louis Santillan via Freedos-user wrote:
> >
> >
> > Don’t do anything that requires security (banking, personal info,
> > connecting to work) if you decide to use a 3rd party proxy. All of
> > these proxies can potentially see your credentials and sensitive
&g
https://linux.die.net/man/1/curl
-k/--insecure(SSL) This option explicitly allows curl to perform "insecure"
SSL connections and transfers. All SSL connections are attempted to be made
secure by using the CA certificate bundle installed by default. This makes
all connections considered "insecure"
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
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
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
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
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
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
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
40 matches
Mail list logo