[Freedos-devel] Developer Install (off the directory structure thread)

2008-01-23 Thread Tony G
If the decision is still in favor of having a LIB and INCLUDE directory, there will have to be subdirectories under theses for each of the compiler tools, provided the installation can be 'customized'. This customization, akin to what Ubuntu does, is basically take the package and customize it

Re: [Freedos-devel] Installed Application Database Hypothesis

2008-01-09 Thread Tony G
I was thinking Perl (or awk) for the line processing to remove lines because you may install a lot of apps in between the one you want to delete. -T - Original Message - From: "Eric Auer" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 09, 2008 10:36 AM Subject: Re: [Freedos-devel] Ins

Re: [Freedos-devel] Calling a software interrupt from hardwareinterrupt

2007-06-14 Thread Tony
mode is going to eat CPU time just on the context switch, and if you're polling for position, that's a lot of switching going on to update a cursor. I think it definitely makes more sense to roll your own protected mode version of the driver to minimize the context switch

Re: [Freedos-devel] File manager

2007-04-12 Thread Tony G
And just what is wrong with development in C? It could be worse, they could have used B... -T - Original Message - From: "Oleg O. Chukaev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2007 12:42 PM Subject: Re: [Freedos-devel] File manager > Robert Riebisch wr

Re: [Freedos-devel] ideas about FreeDOS resident calculator

2007-04-10 Thread Tony G
I still think it would still be easier to build a calculator API and just implement what you need into Blocek. Simple calculations would be of course easy to do, but imagine having to do complex functions, with nested levels would require recursive calls on an interrupt... The original intent o

Re: [Freedos-devel] ideas about FreeDOS resident calculator

2007-04-07 Thread Tony
Since the source is freely available (given its license) why not just add the parts you need to a library (obviously minus startup and resident code) and use the equivalent of DOS DLL files (the wonderful world of overlays) or just link it in. Then you can add the portions of this program are

[Freedos-devel] FreeDOS and WfW 3.11

2007-04-07 Thread Tony
I was bored so I tried FreeDOS 1.0 and WfW 3.11. Setup installed fine (in VirtualPC 2K4) totally trashed in VMWare... Reboot, attempt to load WfW, get an error message that WfW can't run because some protected mode application is running that I need to kill. Hmmm, so I look in the Windows direc

Re: [Freedos-devel] NX-DOS

2007-04-06 Thread Tony G
So drivers that already exist for sound cards (I recall DOS drivers for some C-Media cards) they won't load under FreeDOS? IF that is the case, then there is some fixes that need to be made to the device driver code and possibly the MCB (memory control block) chain. -T - Original Message --

Re: [Freedos-devel] Come visit EDR-DOS sites!

2007-03-31 Thread Tony G
There can be as many compilers as there needs to be, but I think the whole point is to make the distribution less confusing, let's pick a particular tool and the distribution includes that, but you can download the other tool from the website. - Original Message - From: "Aitor Santamar

[Freedos-devel] FreeDOS 1.02

2006-12-27 Thread Tony
I was on the web site recently and saw that there is a FreeDOS 1.02 out (or forthcoming). Are there plans to produce a slipstream update, some type of installer that checks the existing FreeDOS installation and verifies kernel 2136 (or 37) and a few other sanities, then proceeds to drop in the u

Re: [Freedos-devel] Int 21/AX=71A6h

2006-11-06 Thread Tony
Oops, I forgot...you may want to walk the SFT or the JFT The assumption here is that you know how to find and "walk" them -T - Original Message - From: "Blair Campbell" <[EMAIL PROTECTED]> To: "FreeDOS Devel" Sent: Sunday, November 05, 2006 11:42 PM Subject: [Freedos-devel] Int 21/A

Re: [Freedos-devel] Int 21/AX=71A6h

2006-11-06 Thread Tony
I would suppose that by walking SysVars, (well DOS actually has this information) by looking at offset 20h in the System File Table, you can get the filename in FCB format, for 8.3 filenames prior to DOS 7.x (LFN)...Int 21h/60h can get the canonicalized filename I think that would be the best b

[Freedos-devel] Update proposal

2006-10-25 Thread Tony
Well, to be like our more refined OS counterpart (MacOS), there was typically a 3-6 month update cycle (the longest I remember was 9 months)...hence the 7.5, 7.5.1, 7.5.2, 7.5.3, etc Or, we could go the Microsoft route...issue a big patch file that updates and fixes based using a patch prog

Re: [Freedos-devel] FreeDOS 1.0 bugreport place?

2006-10-10 Thread Tony
I figure the best place would be whereever Blair would check (or where he would like it to be). We can borrow a lot of interesting things from Microsoft and other OSes in certain situations. For example, we can borrow from Microsoft the idea of an Emergency Boot Disk (EBD). This disk could be

Re: [Freedos-devel] FreeDOS Boot CD Question

2006-10-03 Thread Tony
- Original Message - From: "Lyrical Nanoha" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 04, 2006 1:44 AM Subject: Re: [Freedos-devel] FreeDOS Boot CD Question > On Wed, 4 Oct 2006, Tony wrote: > >> Would boot floppy emulation (used on Windows 95/98) be eas

Re: [Freedos-devel] FreeDOS Boot CD Question

2006-10-03 Thread Tony
ge read-only and does not > copy it into memory like ISOLinux does. For the boot process to work, > however, the boot image needs to be read-write. So ISOLinux is really > the best choice. Plus, I don't use Windows, so Nero is a problem for > the distro maintainer. > > On 10

Re: [Freedos-devel] FreeDOS Boot CD Question

2006-10-03 Thread Tony
r 03, 2006 11:46 PM Subject: Re: [Freedos-devel] FreeDOS Boot CD Question > On Tue, 3 Oct 2006, Tony wrote: > >> Hi all, >> >> Now I know most of us have a Windows machine with a legitimate copy of >> Nero or maybe even a freeware ISO making utility so I was wonderi

[Freedos-devel] My 1st 24 hours with FreeDOS 1.0 (long)

2006-10-03 Thread Tony
DevelopersMicrosoft has released Virtual PC 2004 free...If you have a qualifying machine...i.e., must run a legit copy of Win  2K/XP, you can download and install VPC 2K4, install FreeDOS using the iso and begin testing and development. If you make copies of your DOS boot disks (from MS,

[Freedos-devel] FreeDOS Boot CD Question

2006-10-03 Thread Tony
Hi all,   Now I know most of us have a Windows machine with a legitimate copy of Nero or maybe even a freeware ISO making utility so I was wondering...   Why hasn't anyone made a boot CD that boots using FreeDOS instead of ISOLINUX?   Don't get me wrong, I like ISOLINUX just fine, but in ret

Re: [Freedos-devel] overdoing 32bitness of freedos 1.0 - was: djgpp

2006-10-01 Thread Tony
I would think that only the utilities that need to use protected mode, a DOS extender, or VCPI would be written using DJGPP or in 32-bit code...at the moment, I can't really think of a utility that would...perhaps maybe a task switcher written with a DOS extender that utilizes VCPI to multitask