Hallo Herr Paul Dufresne via Freedos-devel,

am Donnerstag, 25. August 2022 um 15:41 schrieben Sie:

>  
>>it's still beyond my understanding why you don't want to edit small 
>>files with edit32 
>>
>> Tom

> Well, because the full idea is more like:

> If file < 64k
>   then edit.exe the file
else (file >> 64k)
>   if processor 386+
>     edit32 the file
>   else
>     error "sorry, file to big!"
>   endif
> enfif

I think this should be

   if processor 386+
     edit32 the file
   else
     edit.exe the file
   endif


IMHO getting a different editor depending on filesize is not your best idea

and btw it's not necessary to have a 386+ CPU to edit a 500 KB+ file.
there were definitively (nonfree) editors around in 80286 times.

all that is required is a programmer that wants to implement this.

I wouldn't hold my breath though.


Tom



_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to