Re: [Freedos-devel] File manager

2007-04-10 Thread Jose Antonio Senna
Oleg O. Chukaev wrote:

>I am searched for a small and fast open-source file manager, but
>found nothing. Now I use Volkov Commander, but it is not open-source
>program :-(

 What about Directory Freedom 
 ?
 It is small, fast and now open source.
 There is also File Maven for DOS .
 It is small, fast and free but not open source.
 JAS


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


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 of interrupt handlers of course are to perform quick 
tasks and return to the caller, so that would rule out the interrupt theory. 
However, I am not without a suggestion. FDRC can use an Interrupt to give an 
address to a function lookup table in ES:BX DX:AX whatever. Each of the 
mathematical functions of FDRC can be offset from that table...

The only problem would be the return issue, perhaps pass a pointer in 
another register pair or push a pointer on the stack.

-T
- Original Message - 
From: "Oleg O. Chukaev" <[EMAIL PROTECTED]>
To: "Ladislav Lacina" 
Sent: Tuesday, April 10, 2007 1:16 PM
Subject: Re: [Freedos-devel] ideas about FreeDOS resident calculator


> Ladislav Lacina wrote:
>
>>FDRC is nice and comfortable. But you could go further. Now is the TSR
>>module called by hotkey. What about making a alternate interface through
>>some interrupt? Now FDRC serves to  users but if you would make some API
>>let's say on 2Fh DOS multiplex it could serve to programmers also.
>>I would like to implement into Blocek a calculator. I could, of course,
>>make own interface and own "brain" but if I could use some function from
>>FDRC, something like [ES:DI=pointer to math expression, AX=h,
>>INT2Fh --> EAX=computed value] it would be great and very interresting
>>from the technical point of view.
>
> Yes, I agree with you. Two functions are obvious (calculating the value
> of math expression, and checking for presence of another copy of FDRC
> in memory). Which functions should be available via INT 2f except
> these?
>
>
> Oleg O. Chukaev
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share 
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
> 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


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

2007-04-10 Thread Ladislav Lacina
> in memory). Which functions should be available via INT 2f except
> these?

Maybe conversions from/to another number representation systems.
255dec = FFh = b



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] File manager

2007-04-10 Thread Alain M.
There is  one Real Mode NDN, it is amall and much faster...

No LFN, small footprint, works very well :)

if you don't find it anywhere, I have a stripped down version (I lost 
the full distro)

Alain

Oleg O. Chukaev escreveu:
> Ladislav Lacina wrote:
> 
>> I would like to ask: which file manager is preffered for FreeDOS
>> distributions? I think it is very important thing - nobody will
>> use DOS without any NC clone. And it is stupid to not have such
>> thing on the distribution CD/diskette.
> 
> I am searched for a small and fast open-source file manager, but
> found nothing. Now I use Volkov Commander, but it is not open-source
> program :-(
> 
>> Maybe Necromancer's DOS Navigator? It is GNU but it doesn't indorse
>> FreeDOS. Does it matter if it doesn't declare as a part of FreeDOS.
> 
> IMHO, NDN is very slow and have many useless (for me) features.
> 
> 
> Oleg O. Chukaev
> 
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
> 
> 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] File manager

2007-04-10 Thread Oleg O. Chukaev
Ladislav Lacina wrote:

>I would like to ask: which file manager is preffered for FreeDOS
>distributions? I think it is very important thing - nobody will
>use DOS without any NC clone. And it is stupid to not have such
>thing on the distribution CD/diskette.

I am searched for a small and fast open-source file manager, but
found nothing. Now I use Volkov Commander, but it is not open-source
program :-(

> Maybe Necromancer's DOS Navigator? It is GNU but it doesn't indorse
> FreeDOS. Does it matter if it doesn't declare as a part of FreeDOS.

IMHO, NDN is very slow and have many useless (for me) features.


Oleg O. Chukaev


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


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

2007-04-10 Thread Oleg O. Chukaev
Ladislav Lacina wrote:

>FDRC is nice and comfortable. But you could go further. Now is the TSR
>module called by hotkey. What about making a alternate interface through
>some interrupt? Now FDRC serves to  users but if you would make some API
>let's say on 2Fh DOS multiplex it could serve to programmers also.
>I would like to implement into Blocek a calculator. I could, of course,
>make own interface and own "brain" but if I could use some function from
>FDRC, something like [ES:DI=pointer to math expression, AX=h,
>INT2Fh --> EAX=computed value] it would be great and very interresting
>from the technical point of view.

Yes, I agree with you. Two functions are obvious (calculating the value
of math expression, and checking for presence of another copy of FDRC
in memory). Which functions should be available via INT 2f except
these?


Oleg O. Chukaev


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel