Nice. Work is keeping me super busy at the moment but once I have time to
install it and give it a real try I plan on writing a post for my small corner
of the Internet.
Sent from my iPhone
> On Feb 21, 2022, at 7:46 PM, Jim Hall wrote:
>
> Thought you'd like to know: of all the articles pu
Well I'm admittedly late to the party on this one, but I guess I'll
chime in anyway.
I was born in '86 so by the time I started playing on computers it was
in the Windows 95 days, and my first time actually using a computer with
any real idea of what I was doing was on Windows 98. By that tim
Awesome! I was about to install 1.2 on an old ThinkPad I've got but I
think I'll wait and give the RC a go.
On 4/20/2021 5:39 AM, Jerome Shidel wrote:
Clear your calendar and get ready!
FreeDOS 1.3-RC4 is only days away.
RC4 is in it’s final stage of testing and tweaking.
There are loads of
I agree that booting to a live Linux instance would be a better solution
here. I've had to do this many times and honestly it doesn't really
matter what live image you use. Mint is fine. I personally prefer
Ubuntu MATE or Xubuntu but it doesn't really matter. It should give you
access to th
I’m not nearly as knowledgeable as the others who have responds but from what
I’ve heard and experienced, Windows 3.11 for Workgroups works quite well with
MS-DOS 6.22.
Sent from my iPhone
> On Nov 1, 2020, at 7:30 PM, Karen Lewellen wrote:
>
> Hi there,
> Interesting question.
> Is there a
That’s awesome everyone, thanks for the insight. It sounds a lot more involved
than I first expected. I’m going to read up on what you guys are talking about
and go from there!
> On Sep 15, 2020, at 7:05 AM, ZB wrote:
>
> On Tue, Sep 15, 2020 at 12:45:46PM +0200, Eric Auer wrote:
>
>> Actua
I’ve seen video and I did play a fair number of DOS compatible games in my
earlier years especially on Windows 95 and 98. I’m casually looking for an old
486 to tinker with too, so hopefully I’ll stumble upon something someone is
looking to get rid of or a cheap one at Goodwill.
> On Aug 18, 2
list that has several videos you'll find helpful to get started:
> https://www.youtube.com/freedosproject
> <https://www.youtube.com/freedosproject>
>
>
> And I'm thinking about starting a new effort to clean up our documentation
> and make it easier to read, es
Hi there everyone, this is my first time on a mailing list like this so if I
don’t get the etiquette right, please let me know. I grew up in the 90’s and
early 00’s with Windows and then moved over to Linux in 2010, but I’ve never
really used DOS before other than running pings or ipconfigs in
I am a heavy tablet user, and it has replaced a *lot* of what my laptop
did, but not all (can't see doing code compile/debugging on it for
example, but then neither can I see me wanting to do that with only one
monitor anymore)
I carry a small bluetooth keyboard in my pack/briefcase and a wire-f
Links please?
On 1/25/12 1:46 PM, Bertho Grandpied wrote:
> Just a note, Folks, /who/ said "advanced" format disks (presenting 512 byte
> sectors) are with us for ten years - or more, so we should be little
> concerned about having to support true 4K sector disks ?
>
> But I stumbled upon a cou
You may already realize this but, at least for now, all HDDs on the
market with 4k physical sector size still report and work with 512b
sector sizes.
Some also report extended attributes that let aware OSs know they have
4k physical sector sizes.
Thus, they ARE backwards compatible, and the pri
On 4/10/11 3:56 PM, Jack wrote:
> A lot of Internet vendor websites, such as NewEgg, just may prove
> you wrong. Every time I look at NewEgg and others, the "latest-
> and-greatest" hard disk has a price premium far WORSE than buying
> 2 hard disks of 1/2 the size.
Most people don't buy the lates
Consumers (home and business) for the most part buy the bulk of their
storage on $/GB type of decisions. Buying multiple lower capacity HDDs
does not meet this model.
The 2.5" and 3.5" form factors are such an embedded standard that making
your drives a different size to get more platter area is
One of the key things I'm thinking about is, independent of total space
on the drive, it looks like physical sector sizes larger than 512b may
be all that is available at some point in the not too distant future. Of
course the drives will continue to appear as 512b to OSs/apps that don't
know h
Thank you for the quick and informative response. It is pretty much just
what I figured, but I had to verify first.
On 4/7/11 5:44 PM, Jack wrote:
> I am the author of the UIDE driver for DOS systems. Eric Auer is
> away from E-Mail, for a few days, so I will reply directly to your
> thread abo
I see that the FreeDOS format command has a /A option to use 4k sector
formatting.
Have any of the underlying I/O paths or built-in tools for
writing/cloning/copying/etc been updated to understand the new
generation of large drives that use 4K physical sectors but still accept
512b interactions
> I would recommend trying to contact the WATT-32 library for such
> examples... and there is example code on the website, although I'm not
> sure it's c++.
I wasn't clear. Code's the only thing I don't need. It's the build scripts
(.bat files, make files, whatever) and examples of how to use the
I'm on the edge of buying hardware for my embedded project. I've been
holding back because I'm nervous about actually assembling the software.
Writing the software is no problem - I have my C++ & inline assembler
coded and pretty much ready to go. What I'm uncomfortable with is the
actual process o
Honestly, what's the average age on this list? Eleven?
---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Applicat
> dos=high,umb
> device=himem.exe
> stacks=0,0
stacks - those are for interrupts, right? I mske minimal use of interrupts
myself, but I don't know what the packet driver or waterloo TCP is going
to do. I do know that at least 6 interrupts can occur simultaneously (3
serial ports, ethernet traffic,
I'm getting closer to having my application ready to stick on a TS5500.
I'd like to compile it to use real mode, as that's probably simplest, and
it ought to fit easily in 640k. So my main concern is to push other stuff
into high memory, leaving low memory free for my code and data.
Where can I g
I'd originally posted, asking if FreeDOS is right for my application.
Since I've joined the list, I've had one or two people suggest other
operating systems, and a bunch of people bickering of the ownership of
some wretched piece of software. No one has stepped up and suggested that
FreeDOS is goi
>> I tried compiling my code with Watcom. I got extremely strange behaviour
>> -
>> the compiler planted stack checking calls, and the stack checks were
>> *convinced* I needed vast amounts of stack space to proceed with even
>> the
>> first function call out of main(). (I make very little use of
>
> Hi, did you already try Linux, with your software running
> as root so that it can access all I/O ports directly?
> Or maybe RTLinux to get better "realtime" performance?
My concerns with Linux:
1) It has to have some sort of processing in the background to handle
ethernet and serial ports -
I'm looking for an OS to run on an embedded system (a 586 based PC104)
board. What I need is pretty simple:
1) Access to ethernet, TCP and UDP. (Waterloo should do it.)
2) The ability to hook interrupts.
3) I need to be able to handle serial ports via interrupts; potentially
more than 4 ports some
26 matches
Mail list logo