Discussion:
[Freedos-devel] Small Linux commands for DOS - DOS Coreutils
Ercan Ersoy
2017-06-12 10:04:51 UTC
Permalink
Hello.

I developed small Linux commands for DOS. Differently Minibox (my
previous project), DOS Coreutils is include commands by seperate files.

Source code compiles by DJGPP. I suggest compressing this for UPX.

DOS Coreutils requires DPMI.


Project GitLab Page: https://gitlab.com/ercanersoy/DOS-Coreutils

Project GitHub Page: https://github.com/ercanersoy/DOS-Coreutils


Best regards,

Ercan
Ercan Ersoy
2017-06-12 10:05:02 UTC
Permalink
Hello.

I developed small Linux commands for DOS. Differently Minibox (my
previous project), DOS Coreutils is include commands by seperate files.

Source code compiles by DJGPP. I suggest compressing this for UPX.

DOS Coreutils requires DPMI.


Project GitLab Page: https://gitlab.com/ercanersoy/DOS-Coreutils

Project GitHub Page: https://github.com/ercanersoy/DOS-Coreutils


Best regards,

Ercan
Bitácora de Javier Gutiérrez Chamorro (Guti)
2017-06-12 10:28:15 UTC
Permalink
It seems that cp command is not copying the file, but creating a link to it.

On pwd and rmdir help, you are still referencing MINIBOX.

Hope you will have enough time to finish them.

I am again wondering by the need of DJGPP, and CWSDPI. I do not see any huge requirements, most of the commands are reading/writting character by character, so using a 16 bit compiler such as OpenWatcom will make them smaller, and suitable for CPU less than 386.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Remitente: Ercan Ersoy <***@outlook.com>
Destinatario: freedos-***@lists.sourceforge.net <freedos-***@lists.sourceforge.net>
Fecha: lunes, 12 de junio de 2017, 12:05:02
Asunto: [Freedos-devel] Small Linux commands for DOS - DOS Coreutils
Archivos: <none>
--====----====----====----====----====----====----====----====----====----===--
Hello.

I developed small Linux commands for DOS. Differently Minibox (my
previous project), DOS Coreutils is include commands by seperate files.

Source code compiles by DJGPP. I suggest compressing this for UPX.

DOS Coreutils requires DPMI.


Project GitLab Page: https://gitlab.com/ercanersoy/DOS-Coreutils

Project GitHub Page: https://github.com/ercanersoy/DOS-Coreutils


Best regards,

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-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ercan Ersoy
2017-06-12 11:06:24 UTC
Permalink
Thanks for replying.

Minibox reference bug has been resolved.

But, in DOS link() funciton copies directory. No changes for this issue.


Best regards,

Ercan

Loading...