If you bought a Pocket386 and want to know the exact steps that I used
to install FreeDOS (using T2406 test release) on this micro laptop, I
wrote an article about it for Both.org:
"Running FreeDOS on legacy hardware"
https://www.both.org/?p=5690
Basically, the steps are:
1. Connect the CF card
Title: Webpage not available
Greetings,I needed to do,what is in the following howto,so I just tested this method as working & consulted with Mr.Hall,who advised to share my experience & howto based on it with the rest of the FreeDOS community,so for the other users I will recapitulat
Not long ago I asked whether anyone knew how to get this card running
(one of three 16-bit ISA sound cards I was working on):
Ensoniq Soundscape PnP Wavetable Sound Card aka Ensoniq Soundscape OPUS.
Other identifying info:
- FCC ID LF7SS2016
- Model S3016
- Gateway P/N SNDCRD006ABWW
You can se
PCMCIA slots were never directly supported by any DOS. But the OEM DOS
drivers will allow you the use of one piece of hardware in one slot. It
also appears you're following some ODI guide [1]. What does your NET.CFG
look like? What version of the driver are you using? It looks like
version 2.0
On Sun, 20 Jul 2014 05:16:01 -0400, Shane wrote:
> You need PCMCIA socket services and card services.
> These load before the network card drivers.
>
> Most computers used SystemSoft CardSoft 3.1 for that, but your Toshiba
> Tecra 8000 uses a "Toshiba ToPIC-95B" PCMCIA controller which isn't
ee) is CardWare 7.00 from APSoft at
http://www.tssc.de
A free 14-day trial is available.
- - Shane
> Date: Sat, 19 Jul 2014 20:39:37 +0200
> From: christian.imho...@gmail.com
> To: freedos-user@lists.sourceforge.net
> Subject: Re: [Freedos-user] How to install FA511 PCMCIA Networ
Is there any documentation included with the FA511 driver?
Using PCMCIA cards under DOS often required some "socket services" crap to
be installed. I had a network card working under DOS on a Toshiba of that
era. I'll look in my backups and see if I still have the files and/or
config.sys
On
Hi
Years ago I wrote some guide for the Compaq Contura Aero.
http://remember.the-aero.org/aero/freedos/fd-pcmcia.htm
Maybe this helps?
Best regards
Ulrich
Am 19.07.2014 um 20:39 schrieb Christian Imhorst :
> Hi,
>
> 2014-07-19 16:41 GMT+02:00 Louis Santillan :
>> What do your config.sys and
Hi,
2014-07-19 16:41 GMT+02:00 Louis Santillan :
> What do your config.sys and autoexec.bat look like? You'll need to add your
> drivers somewhere in that mix.
I have no idea what my or the driver for PCMCIA looks like. I have
searched the Internet for a PCMCIA driver for DOS and Toshiba
notebook
What do your config.sys and autoexec.bat look like? You'll need to add your
drivers somewhere in that mix.
On Sat, Jul 19, 2014 at 2:41 AM, Christian Imhorst <
christian.imho...@gmail.com> wrote:
> Hi,
>
> I have installed FreeDos 1.1 on my Toshiba Tecra 8000. Now I try to get my
> NETGEAR FA511
Hi,
I have installed FreeDos 1.1 on my Toshiba Tecra 8000. Now I try to get my
NETGEAR FA511 32-bit PCMCIA LAN card working.
I have copied FA511.COM and NET.CFG from the NETGEAR CD-ROM with drivers to
C:\NWCLIENT together with some files who are needed to start networking. So
I run LSL.COM from t
I haven't messed with Ontrack Disk Manager in many years, but the
version I have is basically a DOS program. So, you just need to boot
the computer into a DOS environment on a medium that has the Ontrack
software (the old version I have has all the Ontrack stuff in a single
600kB directory named "
Hi,
On Sun, Feb 10, 2013 at 2:16 AM, sakura kinomoto wrote:
>
> I wish to try Dinamic Drive Overlay, which can be used by Ontrack Disk manager
>
> (...any fdisk's, either in BasLinux or in FreeDos can not touch hdd after 8
> gb...)
> (and floppy device is broken, so, I can not use floppy)
>
> So,
I wish to try Dinamic Drive Overlay, which can be used by Ontrack Disk manager
(...any fdisk's, either in BasLinux or in FreeDos can not touch hdd after 8
gb...)
(and floppy device is broken, so, I can not use floppy)
So, can you tell me any
hint?
--
COOL :
> %ifdef OLDSTYLE
> fdreplace db "FDKERN"
> fdreplacecnt db "ELSYS"
> %else
> fdreplace db "KERNEL"
> fdreplacecnt db " SYS"
> %endif
NOT COOL :
> ; must match order of search strings:
> searchlist dw fdtype, mstype, ibmtype, wintype, othertype
N
Op 6-8-2011 15:46, dos386 schreef:
>> I'm not sure how easy it's to configure Eric's METABOOT.BOT
>> bootsector file to look for a specific kernel name
>
> "SYS.C" wrote:
>
>> " /K name : name of kernel to use in boot sector instead of %s\n"
That's hardcoded bootsector(-geometry) you're referr
> Lots of software (especially driver installers) still depends on
> CONFIG.SYS existing
Bad hehaviour. Probably for same reason NTVDM always brews
empty "MSDOS.SYS" and "IO.SYS" files whenever launched.
Apparently there is at least one app checking for existence of those
2 files to make sure it i
Op 4-8-2011 14:44, dos386 schreef:
> Unfortunately, the kernel looks for FDCONFIG.SYS and CONFIG.SYS
> only (I'd kick the latter, BTW), so all FreeDOS kernels will share this
> one file, except you patch the kernel.
Lots of software (especially driver installers) still depends on
CONFIG.SYS exist
> Could someone tell me if it's possible to have multiple instances
> of (Free)DOS installed to the same partition?
YES.
Unfortunately, the kernel looks for FDCONFIG.SYS and CONFIG.SYS
only (I'd kick the latter, BTW), so all FreeDOS kernels will share this
one file, except you patch the kernel.
Hi,
On Wed, Aug 3, 2011 at 4:19 AM, wrote:
>
> You can't dual-boot multiple FreeDOS instances on the same partition,
> because you can't configure the kernel to use one specific (FD)CONFIG.SYS.
>
> Therefore, you have to change the file name the kernel will look for. If
> you can compile the ker
> Therefore, you have to change the file name the kernel will look for. If
> you can compile the kernel yourself, search through its source code for
> where the FDCONFIG.SYS name is used and change that.
The file is opened around line 700 in config.c, here:
http://freedos.svn.sourceforge.net/viewv
> Not sure about the filenames or why you're changing those.
>> Could someone tell me if it's possible to have multiple instances of
>> (Free)DOS installed to the same partition?
This.
>> If I rename command.com in the root directory, there are obvious issues.
>
> You have to change SHELL= in yo
Hi,
On Tue, Aug 2, 2011 at 12:42 PM, Virii wrote:
>
> Could someone tell me if it's possible to have multiple instances of
> (Free)DOS installed to the same partition?
>
> After editing the fdconfig.sys, and autoexec.bat, I was unable to boot
> properly with the files renamed. The kernel seems to
Op 2-8-2011 19:42, Virii schreef:
> Could someone tell me if it's possible to have multiple instances of
> (Free)DOS installed to the same partition?
Depends on your definition of 'installed' (on same partition). If you
install FreeDOS 1.0 first to a directory and then 1.1 to another
directory,
Hi.
Could someone tell me if it's possible to have multiple instances of
(Free)DOS installed to the same partition?
After editing the fdconfig.sys, and autoexec.bat, I was unable to boot
properly with the files renamed. The kernel seems to be the only non issue,
but I hadn't tested it a whole lo
Thanks for pointing CDmage but it doesn't help: I've tried 30
minutes going through almost all combinations but I still don't have
the least clue how to make it modify the ISO image! Very bad software
for this purpose.
And yeah, a lot of bla bla bla about "freeware iso editor" on
Intern
In fact problem with "freeware iso editor for windows" is surprisingly
long-lived one. Google can confirm. Just search for "freeware iso editor
for windows" and see thousands of threads with the same question and no
answers.
On 11.04.11 16:27, STF wrote:
> For the record:
> * CDmage seems dea
For the record:
* CDmage seems dead: its websites are not working any more
* I've tried AVSDiscCreator 5.0.2.516, but as soon as I open
fdbasecd.iso, I got the "The file system could not be extracted from
the ISO-image." message
* Visual-ISO ... well, I've tried but it doesn't seem to let me e
In order to rhyme with FreeDos, I would want like ISO Editor
"free, of course" ;)
Thanks you :)
On Sun, Apr 10, 2011 at 12:03, escape wrote:
> In fact there is appinfo directory with fdkernel.lsm packaged within
> those zips. So, I believe, there is a way to actually install it with
>
In fact there is appinfo directory with fdkernel.lsm packaged within
those zips. So, I believe, there is a way to actually install it with
fdupdate. But as for me, it is much more straightforward to just
unzip\overwrite.
As for ISO editor it depends on OS you're using. For building ISOs in
DOS you
OK, thanks. I see, so "install the kernel" is just actually
simply "replace the kernel.sys file". He could have said this in
simple words.
I'm just using the official live CD provided in the website.
What ISO editor do you advise?
TIA
On Thu, Apr 7, 2011 at 20:50, escape wrote:
Hello
Unfortunately links on official FreeDOS site are broken. But you still
can download from ibiblio. You can find all available kernels at
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/kernel/ .
Direct links for 2038 is
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/ke
Hi,
In a previous mail, dos386 suggested me "FreeDOS manually using
latest components (kernel 2038)".
I've done some Google search on "freedos kernel 2038", "freedos
install kernel", etc and also used "install kernel" in Freedos's web
site's search function. But I can't find the proced
Michael Reichenbach wrote:
> There is also a full package from sis.com.
Get sl119.zip from SiS.
> How can I install it?
Read "sl119\pktdrv\readme.TXT" or just try loading
"sl119\pktdrv\SIS900.EXE". More info at http://lazybrowndog.net/freedos/
> (It`s about going online, arachne etc. Not lan.)
I found some DOS drivers for my network card SiS900.
odi32.pci
SIS900.LAN
Sis900.ldr
There is also a full package from sis.com.
How can I install it?
(It`s about going online, arachne etc. Not lan.)
-
This SF.net email is sp
By the way I'm still hoping that someone will tell me what is going wrong
when I boot or try to boot into freedos. It has to be simple but I will say
this I'm pushed to find programming problems when my machine is working and
I have editors so I can look and change boot programs so with out anythin
]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Auer
Sent: Thursday, January 24, 2008 7:32 PM
To: freedos-user@lists.sourceforge.net
Subject: Re: [Freedos-user] how to install in Freedos
Hi Ron,
nice to know that Spinrite for DOS now supports NTFS, but what
does Spinrite do? Defragging, disk ch
Hi Ron,
nice to know that Spinrite for DOS now supports NTFS, but what
does Spinrite do? Defragging, disk checking...?
About the drive letters: You cannot boot a full DOS from raw
cdrom, so we use a virtual A: drive. The contents of that
drive are on a diskimage on the cdrom. The normal diskette
OTECTED] On Behalf Of Ron Spruell
Sent: Tuesday, January 22, 2008 8:17 AM
To: freedos-user@lists.sourceforge.net
Subject: Re: [Freedos-user] how to install in Freedos
Ron Said > screen with 1 2 or 3 selecting EMM386 with himem and I selected 3
Eric said > I hope this is the choice -without- em
Ron Said > screen with 1 2 or 3 selecting EMM386 with himem and I selected 3
Eric said > I hope this is the choice -without- emm386. Strange, my fdbasecd
only contains 1 "install" / 2 "safe mode"...? Ah now I understand options 3
4 and 5 are livecd and fdbasecd is too small so it does not contain
On Tue, 07 Jun 2005 07:47:58 +0200, you wrote:
Hi Florian,
>Yes, download the latest kernel. Unzip it and type
>"sys c: fdkernel.sys"
You mean SYS the WinXP's hard disk?
This will overwrite WinXP's boot sector!
>Then you can copy this kernel to c: (has to be FAT32).
>Open and edit boot.ini with
Hi!
Yes, download the latest kernel. Unzip it and type
"sys c: fdkernel.sys"
Then you can copy this kernel to c: (has to be FAT32).
Open and edit boot.ini with an editor.
Add: "c:\fdkernel.sys=FreeDOS" and save the file.
Now you can make a autoexec.bat and (fd)config.sys.
Next step: Download a
Ive had the freedos file for EVER and have no idea how to inststall an
os please help! Im very clueless so the higher detail the better. Also
I think id be able to install it if any one could tell me how to get
the little thing up that lets me install it i mean like what do i do
to get the installa
Hi!
30-Ноя-2004 19:51 [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote to
[EMAIL PROTECTED]:
kn> Thanks again. "Obviously" :-) I intend
>> *boot the other partition, and let it become C:
kn> On this machine, that isn't even on the first hard disk.
kn> My boot loader will swap them
(Hi, Eric: I
Hi Bernd:
Thanks again. "Obviously" :-) I intend
> *boot the other partition, and let it become C:
On this machine, that isn't even on the first hard disk.
My boot loader will swap them and make the specific
partition active. However, when I boot from CD, the
MBR boot loader is bypassed. The
[EMAIL PROTECTED] schreef:
My problem is that these ARE NOT dual boot machines. I
routinely boot many different OS's, including different versions
of DOS. I really want FreeDOS confined ONLY to it's partition.
I'll use another bootloader to chain to that partition and hide
other partitions if nec
Hi Bernd:
Oh, it's possible. I could manually extract the files I want from the
bootable CD and do the COPY and SYS commands. I just want an
easier way to get the \fdos\bin tree. Unless the FreeDOS "SYS"
command is broken and always accesses C:? That would be
ugly...I suppose I'd have to manua
[EMAIL PROTECTED] schreef:
I'd like to install FreeDOS manually, copying the files to
D:\fdos\bin and doing a "SYS D:" to get around this problem. How can
I easily get the \fdos\bin directory created without also writing a
bootsector to C:?
That is not possible, because we want to guarantee that
Good day, all:
The FreeDOS beta 9 installer insists on writing a boot loader to
the C: drive. The readme file at
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/beta9/readme.txt
says
Next, you will get the question if the bootsector code should be written.
-In case 1, an
49 matches
Mail list logo