[Freedos-devel] CLS reimplementation (Re: VERIFY reimplementation)

2022-09-14 Thread Javier Gutiérrez Chamorro
And now it is the turn of CLS (sorry Jim ;-)
It reproduces the same CLS.C behaviour, including the redirection
detection, but instead of a 9,080 bytes CLS.EXE it creates a 380 bytes
CLS.COM.

What I did not like about the original C implementation was the use of the
non-portable clrscr() which is not available in OpenWatcom. So I guess that
this ASM implementation would be also more portable.

It is available at https://sourceforge.net/projects/nikkhokkho/files/CLS/

[image: image.png]

Javier Gutiérrez Chamorro
https://www.javiergutierrezchamorro.com/category/programacion
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


[Freedos-devel] VERIFY reimplementation

2022-09-14 Thread Javier Gutiérrez Chamorro
I am not sure if it could be useful for anyone, but I have just
reimplemented VERIFY.COM by Peter Mikalajunas -1995- (
https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/verify/) in
pure assembler. It is not a big deal, but was a personal challenge. With
this main .COM executable gets reduced from 5,444 bytes to just 653 bytes.

Also I noticed that "original" VERIFY was not compatible with the internal
command, allowing only /ON or /OFF. My implementation works with ON and
OFF, but also with 1 or 0.

Source code and binaries are available at:
https://sourceforge.net/projects/nikkhokkho/files/VERIFY/


------
Javier Gutiérrez Chamorro
https://www.javiergutierrezchamorro.com
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] Editing the FreeDOS 28th Anniversary Ebook

2022-07-26 Thread Javier Gutiérrez Chamorro
Hi Jim,

Please find attached my interview.
Feel free to come back to me if any comments.

Regards.

El lun, 25 jul 2022 a las 20:47, Jim Hall () escribió:

> Hi everyone
>
> I wanted to share an update on the FreeDOS 28th Anniversary Ebook. You
> may remember this is the book of interviews with FreeDOS developers
> and users.
>
> I've started a GitLab project for the ebook. You can find it here:
> https://gitlab.com/freedosproject/freedos28/
>
> I've uploaded plain text copies of the interviews I've received so
> far. If you are interested in participating in the ebook, and
> ESPECIALLY IF YOU ALREADY RESPONDED TO THE INTERVIEW, please take a
> look at the project. If you responded to the interview, but you don't
> see your interview listed, THAT MEANS I DON'T HAVE A COPY OF YOUR
> INTERVIEW (I may have missed it in my Inbox, or it was caught by a
> spam filter, etc.) If your interview isn't there, LET ME KNOW so I can
> get your interview response added.
>
> If you want to contribute to the ebook, but haven't responded to the
> interview, this is your last opportunity to do so. You can find the
> list of questions in the GitLab project.
>
> I originally planned to have other technical editors help me with the
> editing process, but that didn't work out due to timing. So I will do
> the editing myself, with input from the community! I'll plan to edit
> everything in the open on GitLab.
>
> The first phase was to get everyone's raw interview responses into
> GitLab. The next phase is to organize the responses into a structure
> or format. I'll do those edits in LibreOffice, which is how I'll
> publish the ebook. Drafts will get posted as ODT and PDF files.
>
> The updated (expected) schedule is:
>
> July to early August - edit
> early to mid August - first draft
> community review opportunity
> mid to late August - second draft
> community review opportunity
> late August - final (published)
>
>
> Jim
>
>
> ___
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
Interview questions
My name is Javier Gutiérrez Chamorro (Guti), a Spanish fan of DOS in all of its
flavors, including FreeDOS. So I am glad taking part in this 28th Anniversary
book. Thank you Jim for letting me jump in.

I am mostly know for my site https://javiergutierrezchamorro.com, started back
in 2004 and still active. The beginnings were mostly computing and software
development related, with a special mention to retro-computing. Nowadays I am
mostly focused in watch and other reviews, but vintage computing and software
is still there.

I was the man behind Scratch Upload, a project aimed to keep DOS programs in
their latest available versions in a moment where most abandonware sites
where basically focused in games. Thanks to the Internet Archive project,
the vast majority of the contents where still available:
https://archive.org/details/scratchupload

Back in the old good DOS days, and also later on when OS/2 and Windows gained
popularity, I still developed shareware and freeware programs as De Trans
Software (D.T.S.), Rainbow Software Limited (RSL) and Swap Software
Incorporated (SSI).


Non-technical:

>What is your earliest/first memory of using DOS? This is basically a
>"how did you start using DOS" question.
Even if I played a bit with an Amstrad 1512 at my father's office (running
MS-DOS 3.20), it was not until the Christmas at 1990 that I was gifted an
Amstrad PC-2086 that came with MS-DOS 3.30. It was an affordable machine
but at the same time with lots of special particularities, specially its
Paradise VGA graphics.

Then I moved to DR-DOS 3.40, and PC/DOS 5.00. After that, I got "specialized"
in niche DOSses: PC/DOS 2000, PTS-DOS 6,7 and my beloved OpenDOS featuring
the best of DR-DOS in an opened source fashion.


>How did you first get interested in FreeDOS? How did you hear about
>it? What was the first thing you did/tried on FreeDOS?
At that time I was very active in different communities, and FreeDOS
sounded aloud. I tried it, and at first glance was impressed that it
simply worked! Open source was not so popular at the time, with the
exception of Linux, so having a DOS compatible environment which was
free to use was great. I remember playing with the MICRO-C Compiler,
the tool recommended at that time for creating freeDOS software. It
was years behind the Borland's one I used, but was a good start.


>How do you run FreeDOS today? If it's a virtual machine, tell us about it
>and how you set up the VM. If it's real hardware, tell us about the setup.
I still have an old Pentium II with 32 MB. of memory running DOS, I use to
change from one distribution to another from time to time. I do not use it
regularly, but guess

[Freedos-devel] Pacific C Shareware version at ibiblio

2021-07-02 Thread Javier Gutiérrez Chamorro
Not sure if anyone will be concerned but just found that ibiblio (
https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/devel/c/pacific/)
is mirroring the shareware version of Pacific C (circa 1998), while during
2000 they release the same version as freeware with no shareware nags. They
can be got from
https://web.archive.org/web/20040215154614/http://www1.htsoft.com:80/files/pacific/pacific.exe


-
Javier Gutiérrez Chamorro
https://www.javiergutierrezchamorro.com

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


Re: [Freedos-devel] Jordan Hargraphix SvgaBGI goes MIT license

2020-12-23 Thread Javier Gutiérrez Chamorro
If anyone's is interested I just forked your Ullrich von Bassewitz's SVGA
BGI drivers on Github, and applied some optimizations and updates:
https://github.com/javiergutierrezchamorro/SVGABGI/tree/main/svga

Regards.

El mar, 22 dic 2020 a las 9:29, Danilo Pecher (<
danilo.pec...@data-experts.biz>) escribió:

> It happens on both Virtualbox and my ancient Compaq NX-8220. And
> indeed, as hinted by several folks, it seems to be connected to fdapm.
>
> On Mon, 21 Dec 2020 at 20:03, Robert Riebisch  wrote:
> >
> > Hi Danilo,
> >
> > > I still have legal copies of Turbo Pascal 3.0, 4.5, 6.0 and Borland
> > > Pascal 7.0, so if there's interest, I'd be willing to take a look at
> > > them to see if there's any insects to weed out.
> >
> > It might be interesting only, if some existing project already relies on
> > these drivers.
> >
> > The, probably better, von Bassewitz drivers are also under zlib license.
> >
> > > Speaking of which. I noticed that pretty much all Borland Test-mode
> > > IDE's for Turbo-C, Turbo Pascal and Turbo-Prolog react very sluggishly
> > > in FreeDOS while working okay on MS-DOS and PTS-DOS. Anyone got a clue
> > > what might cause this?
> >
> > Is this real hardware or some emu./virt. environment?
> >
> > Cheers,
> > Robert
> > --
> >   +++ BTTR Software +++
> >  Home page: https://www.bttr-software.de/
> > DOS ain't dead: https://www.bttr-software.de/forum/
> >
> >
> > ___
> > Freedos-devel mailing list
> > Freedos-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
>
> ___
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


[Freedos-devel] PC/GEOS Source code released

2018-12-05 Thread Javier Gutiérrez Chamorro
Just found this: https://github.com/bluewaysw/pcgeos
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] FreeDos freeware in graphical field

2018-09-23 Thread Javier Gutiérrez Chamorro
The tool uses DJGPP stub, so I highly doubt it will run under a 16 bit real
mode CPU.

El dom., 23 sept. 2018 a las 16:43, Mateusz Viste ()
escribió:

> On Sun, 23 Sep 2018 12:05:19 +0200, Olivier de Lannoy (free) wrote:
> > 2) About memory capacity, testing for FreeDos was realized with this
> > setup:
> > LapTop, Intel(R) Core(TM) i5 CPU @ 2.30GHz with 8GB Memory I suggest 2GB
> > Memory at least (for BMP image size < 2Mo) but no problem for 16bits
> > running application.
>
> I'm sorry, but this doesn't make sense. Suggesting 2 GiB of RAM for a 16-
> bit application is like suggesting to fit Pirelli tires on a Yugo.
>
> A real-mode (16 bit) application can address no more than 1 MiB of RAM.
> Part of which is already occupied by the BIOS (384K), the DOS kernel (ca.
> 50K) and the command interpreter (ca. 50K, unless it knows how to swap).
> Realistically, real mode applications can access around 500-600 KiB of
> RAM in most setups. This is why I was wondering whether this results in
> some limitations in the software itself. But given your answer I assume
> it is simply not a 16-bit application.
>
> Mateusz
> --
> FreeDOS is present on the USENET, too! alt.os.free-dos
>
>
>
> ___
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] The BTTR-SOFTWARE site (and forum) is back

2018-08-19 Thread Javier Gutiérrez Chamorro
Excellent news!

El dom., 19 ago. 2018 a las 13:22, Ladislav Lacina ()
escribió:

> Great news for everyone :-)
>
> I accidentaly found that our beloved site www.bttr-software.de is back
> again (including the forum) since 18-august
>
> Thank you Robert Riebisch for this resurrection!
>
> Laaca
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] Disable DOS/4G Dependency on Open Watcom

2018-05-02 Thread Javier Gutiérrez Chamorro
Yes, you can do that.
Just compile as a 16 bit program and get rid of XMS or EMS if you need them.

El mié., 2 may. 2018 12:04, Ercan Ersoy 
escribió:

>
> Sorry for wrong e-mail.
>
> I would like using FreeDOS HIMEMX and JEMM386.
>
> I wouldn't like using DOS/4G or DOS32A.
>
> What should I do?
>
> Thanks,
> Ercan Ersoy
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] Disable DOS/4G Dependency on Open Watcom

2018-05-02 Thread Javier Gutiérrez Chamorro
JEMM386 is basically for 16 bit programs.

As previously told switch to DOS32A

El mar., 1 may. 2018 12:22, Ercan Ersoy 
escribió:

> I would like compile 32-bit programs these uses FreeDOS HIMEMX and
> JEMM386 on Open Watcom.
>
> What should I do for this reason?
>
> Thanks,
> Ercan
>
> Alinti Ercan Ersoy 
>
> > Hello.
> >
> > I work on Open Watcom. I would like disable DOS/4G dependency on
> > Open Watcom (32 bit DOS mode) for compiled executable files.
> >
> > What can I do?
> >
> > Thnaks for replies,
> > Ercan
>
>
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] FreeDOS TUI Shell

2017-07-03 Thread Javier Gutiérrez Chamorro
Will be DOS Core Utils also abandoned?

2017-07-02 17:29 GMT+02:00 Ercan Ersoy :

> Hello,
>
> I don't have much time for developing FreeDOS TUI Shell nowadays. I need
> someone help.
>
>
>
> My GitLab Account: https://gitlab.com/ercanersoy
>
> My GitHub Account: https://github.com/ercanersoy
>
>
> Thanks,
>
> Ercan
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] Unix-like utilities for FreeDOS

2017-06-25 Thread Javier Gutiérrez Chamorro
UPTIME has been updated to 2.40:
http://nikkhokkho.sourceforge.net/static.php?page=UPTIME

History
2.40 - 2017/06/08
- 8086, 186 and 386 optimized versions.

2.30 - 2017/06/07
- Switched to ASMC 2.24.
- Added uppercase switches: -h, -H, -?, -r, -R, ...
- Added dash (-) and slash (/) switches separator: -h, /H.

2.20 - 2017/06/07
- Take advantage of proc uses to simplify code
- Remove GetAlarm time unused procedure.
- Other minor optimizations. Size reduced from 1.310 to 1.284 bytes.

2.10 2017/06/06
- Switch to UASM 2.35.
- Fixed waiting for key pressed in help.
- Size reduced from 1.312 to 1.310 bytes.

2017-06-06 9:13 GMT+02:00 Javier Gutiérrez Chamorro <
guti.bitacoras@gmail.com>:

> If anyone is interested, I have release UPTIME 1.00 and UPTIME 1.10. But
> also, just published UPTIME 2.00, totally rewritten from FAST to ASM.
>
> You can find them at, including full source-code at:
> - http://nikkhokkho.sourceforge.net/static.php?page=UPTIME
> - https://sourceforge.net/projects/nikkhokkho/files/UPTIME/
>
> Regards.
>
> 2017-06-01 16:25 GMT+02:00 Javier Gutiérrez Chamorro <
> guti.bitacoras@gmail.com>:
>
>> With the recent announcement of FAST being empowered by FreeDOS, and the
>> interest on porting some UNIX utilities to DOS, I decided to combine both.
>> Since current UPTIME v7.02 by Mark Aitchison is written in Turbo Pascal,
>> I tried to do an approach in fast. It is still WIP, and not yet as complete
>> as the other, but it is a mere COM file of 1.077 bytes, while the current
>> version is 49.746.
>>
>> What I like of my approach, is storing initial startup time on the CMOS,
>> using the unused alarm records, which is by far more efficient than storing
>> a file.
>>
>> Hope you like the idea. Next steps will be parsing the command-line to
>> allow output in different formats, and try to mimic format such as:
>> 08:11:22 up 146 days, 34 min, 3 users, load average: 0.28, 0.45, 0.38
>>
>> Sources and binaries are available at: http://javiergutierrezchamorro
>> .com/wp-content/uploads/2017/07/uptime.zip
>>
>> Once more complete, I will upload to my Sourceforge page:
>> https://www.sourceforge.net/projects/nikkhokkho
>>
>>
>> 2017-05-31 21:29 GMT+02:00 Jim Hall <jh...@freedos.org>:
>>
>>> On Wed, May 31, 2017 at 2:21 PM, Rugxulo <rugx...@gmail.com> wrote:
>>> [..]
>>> > The other three were listed in the old (pre-1.2) Software List under
>>> "UTIL":
>>> [..]
>>> >
>>> > * du 1.0
>>> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util
>>> /disk/du10x.zip
>>> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util
>>> /disk/du10s.zip
>>> >
>>> > * sleep 1.0
>>> > (broken link, already moved? well, formerly it was here)
>>> >
>>> > * xgrep 1.03
>>> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util
>>> /file/xgrep/xgrp103x.zip
>>> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util
>>> /file/xgrep/xgrp103s.zip
>>>
>>>
>>> Thanks! I missed these when I organized things. I'll move du and
>>> xgrep. I'd already moved sleep:
>>> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/unix/
>>>
>>> 
>>> --
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> ___
>>> Freedos-devel mailing list
>>> Freedos-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>>>
>>
>>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] Unix-like utilities for FreeDOS

2017-06-06 Thread Javier Gutiérrez Chamorro
If anyone is interested, I have release UPTIME 1.00 and UPTIME 1.10. But
also, just published UPTIME 2.00, totally rewritten from FAST to ASM.

You can find them at, including full source-code at:
- http://nikkhokkho.sourceforge.net/static.php?page=UPTIME
- https://sourceforge.net/projects/nikkhokkho/files/UPTIME/

Regards.

2017-06-01 16:25 GMT+02:00 Javier Gutiérrez Chamorro <
guti.bitacoras@gmail.com>:

> With the recent announcement of FAST being empowered by FreeDOS, and the
> interest on porting some UNIX utilities to DOS, I decided to combine both.
> Since current UPTIME v7.02 by Mark Aitchison is written in Turbo Pascal, I
> tried to do an approach in fast. It is still WIP, and not yet as complete
> as the other, but it is a mere COM file of 1.077 bytes, while the current
> version is 49.746.
>
> What I like of my approach, is storing initial startup time on the CMOS,
> using the unused alarm records, which is by far more efficient than storing
> a file.
>
> Hope you like the idea. Next steps will be parsing the command-line to
> allow output in different formats, and try to mimic format such as:
> 08:11:22 up 146 days, 34 min, 3 users, load average: 0.28, 0.45, 0.38
>
> Sources and binaries are available at: http://javiergutierrezchamorro.com/
> wp-content/uploads/2017/07/uptime.zip
>
> Once more complete, I will upload to my Sourceforge page:
> https://www.sourceforge.net/projects/nikkhokkho
>
>
> 2017-05-31 21:29 GMT+02:00 Jim Hall <jh...@freedos.org>:
>
>> On Wed, May 31, 2017 at 2:21 PM, Rugxulo <rugx...@gmail.com> wrote:
>> [..]
>> > The other three were listed in the old (pre-1.2) Software List under
>> "UTIL":
>> [..]
>> >
>> > * du 1.0
>> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util
>> /disk/du10x.zip
>> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util
>> /disk/du10s.zip
>> >
>> > * sleep 1.0
>> > (broken link, already moved? well, formerly it was here)
>> >
>> > * xgrep 1.03
>> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util
>> /file/xgrep/xgrp103x.zip
>> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util
>> /file/xgrep/xgrp103s.zip
>>
>>
>> Thanks! I missed these when I organized things. I'll move du and
>> xgrep. I'd already moved sleep:
>> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/unix/
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Freedos-devel mailing list
>> Freedos-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] Unix-like utilities for FreeDOS

2017-06-01 Thread Javier Gutiérrez Chamorro
With the recent announcement of FAST being empowered by FreeDOS, and the
interest on porting some UNIX utilities to DOS, I decided to combine both.
Since current UPTIME v7.02 by Mark Aitchison is written in Turbo Pascal, I
tried to do an approach in fast. It is still WIP, and not yet as complete
as the other, but it is a mere COM file of 1.077 bytes, while the current
version is 49.746.

What I like of my approach, is storing initial startup time on the CMOS,
using the unused alarm records, which is by far more efficient than storing
a file.

Hope you like the idea. Next steps will be parsing the command-line to
allow output in different formats, and try to mimic format such as:
08:11:22 up 146 days, 34 min, 3 users, load average: 0.28, 0.45, 0.38

Sources and binaries are available at:
http://javiergutierrezchamorro.com/wp-content/uploads/2017/07/uptime.zip

Once more complete, I will upload to my Sourceforge page:
https://www.sourceforge.net/projects/nikkhokkho


2017-05-31 21:29 GMT+02:00 Jim Hall :

> On Wed, May 31, 2017 at 2:21 PM, Rugxulo  wrote:
> [..]
> > The other three were listed in the old (pre-1.2) Software List under
> "UTIL":
> [..]
> >
> > * du 1.0
> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/
> util/disk/du10x.zip
> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/
> util/disk/du10s.zip
> >
> > * sleep 1.0
> > (broken link, already moved? well, formerly it was here)
> >
> > * xgrep 1.03
> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/
> util/file/xgrep/xgrp103x.zip
> > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/
> util/file/xgrep/xgrp103s.zip
>
>
> Thanks! I missed these when I organized things. I'll move du and
> xgrep. I'd already moved sleep:
> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/unix/
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] FreeDOS Live CD Disribution - FreeDOS B

2016-10-02 Thread Javier Gutiérrez Chamorro
I have just updated ZEROFILL to version 1.04. There are no source changes,
but it is now compiled with OpenWatcom 2.0 Beta instead of 1.9, giving it a
small size decrease, and marginally better performance:

http://nikkhokkho.sourceforge.net/static.php?page=ZEROFILL

2016-10-02 8:32 GMT+02:00 Ercan Ersoy <ercaner...@outlook.com>:

> Yes. All software those in FreeDOS B are open source.
> --
> *Gönderen:* Bitácora de Javier Gutiérrez Chamorro (Guti) <
> guti.bitacoras@gmail.com>
> *Gönderildi:* 2 Ekim 2016 Pazar 09:18:56
> *Kime:* Ercan Ersoy; Technical discussion and questions for FreeDOS
> developers.
> *Konu:* Re: [Freedos-devel] FreeDOS Live CD Disribution - FreeDOS B
>
>Have you considered my ZEROFILL, which is already open source?
>http://nikkhokkho.sourceforge.net/static.php?page=ZEROFILL
>
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> =-=-=-=-=-=-=-=-=-=
> Remitente:Ercan Ersoy <ercaner...@outlook.com>
> Destinatario: freedos-devel@lists.sourceforge.net <freedos-devel@lists.
> sourceforge.net>
> Fecha:sábado, 1 de octubre de 2016, 21:24:28
> Asunto:   [Freedos-devel] FreeDOS Live CD Disribution - FreeDOS B
> Archivos: 
> --==
> =====--
> Hi everyone. I developed FreeDOS live CD distribution based on FreeDOS
> 1.1. My project's name is FreeDOS B. Before, I had developed FreeDOS B, but
> I mistake of it versioning. FreeDOS B project is restrarted and more
> stability than pre-existing develops.
>
> FreeDOS B 1.0 released on September 30, 2016. I tested Oracle VirtualBox,
> QEMU and real hardware.
>
> Web Site Link: http://bilgisayarcilik.github.io/FreeDOS-B/
>
> Github Page: https://github.com/bilgisayarcilik/FreeDOS-B
>
> FreeDOS B 1.0 included various software those are open source. These
> software are:
>
> * FreeDOS
> * BATT
> * Bilgisayarcılık DOS Tools
> * ZeroFill
> * Bootfix
> * TestDisk
> * FIPS
> * LiloPwd
> * CMOSPWD
> * flashrom
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net <freedos-devel@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> =-=-=-=-=-=-=-=-=-=
>
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] An idea ??? - BGI

2016-02-21 Thread Javier Gutiérrez Chamorro
BGI never existed on Turbo Basic, at least officially.
Not sure about Turbo Prolog nevertheless.

2016-02-20 2:53 GMT+01:00 Ralf Quint :

> On 2/19/2016 5:48 PM, Jose Antonio Senna wrote:
> >   I read (quickly) the Wikipedia article on BGI and
> > the page at openBGI.sourceforge.net and it seems
> > to be just another C library to be linked with apps,
> > not a resident resource.
> >
> BGI is a library that allows to load  drivers for various video cards,
> which are named *.bgi. This library provides a common interface for
> applications (like a GUI/file manager, which is the subject of the
> "idea" here) and exists for both C and Pascal (not sure if there ever
> was a BGI libary for Turbo BASIC).
> Not sure what you mean by "resident resource" or why you would need such...
>
> Ralf
>
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
>
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> ___
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] Announce: ZEROFILL

2012-09-09 Thread Javier Gutiérrez Chamorro
Due to stability issues on my free hosting provider, I have moved
ZEROFILL to Sourceforge.
You can find it at http://nikkhokkho.sourceforge.net/static.php?page=ZEROFILL

Sorry for the inconveniences.


2012/8/26 Bitácora de Javier Gutiérrez Chamorro (Guti)
guti.bitacoras@gmail.com:
This is only to inform you about ZEROFILL, a small DOS utility to
 clean up free drive space in order to make easy to compact it with virtual
 machine software.
The binaries as well as the source code is available at
 http://guti.is-great.org/static.php?page=ZEROFILL

Regards.

 -
 Javier Gutiérrez
 http://guti.bitacoras.com

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel