[Freedos-user] FDTUI 0.5

2020-09-20 Thread Ercan Ersoy

Hello,

I have been released FDTUI version 0.5.

Changelog from 0.4:

* Fixed some typographic errors on French translations and Turkish 
README.

* Updated French translations.
* Added new French README file.
* Updated changelog.

Next version of FDTUI is 0.6.

I think next version of FDTUI will be built with D-Flat instead of 
FDOSTUI.


Thanks and best regards,
Ercan


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


[Freedos-user] FreeDOS TUI Shell 0.3 have been released

2018-12-09 Thread Ercan Ersoy



Hello,

I have released FreeDOS TUI Shell 0.3.

FreeDOS TUI Shell is DOSSHELL command. It includes a file
manager internal application and running command internal
application.

Short changelog of FreeDOS TUI Shell 0.3:

- It have been relicensed GNU GPL v2 and GNU GPL v3.
- Source file has been splitted and change directory tree.
- Many fixes and changes.


GitHub link: https://github.com/ercanersoy/FreeDOS-TUI-Shell

GitLab link: https://gitlab.com/ercanersoy/FreeDOS-TUI-Shell


What do you think for FreeDOS TUI Shell?


Best regards,
Ercan



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


[Freedos-user] FreeDOS TUI Shell 0.2 has been Released (With some fixes)

2018-09-24 Thread Ercan Ersoy



Hello everyone,

I released FreeDOS TUI Shell version 0.2.

FreeDOS TUI Shell is DOSSHELL command. It includes a file
manager internal application and running command internal
application.


Changes of version 0.2:

 - Disabled menuitem foreground color have changed to grey on
   "FDOSTUI.INI". But, it seems red. (Possible another
   bug of FDOSTUI library.)
 - Changed default is showing archive items to enabled
   and showing readonly items to enabled.
 - Fixed popup input of run command not cancelling bug.
 - Add pause to ending to running command.
 - Fixed newline bug of some files.


GitHub link: https://github.com/ercanersoy/FreeDOS-TUI-Shell

GitLab link: https://gitlab.com/ercanersoy/FreeDOS-TUI-Shell


What do you think for FreeDOS TUI Shell?


Best regards,
Ercan



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


Re: [Freedos-user] FreeDOS TUI Shell 0.1 has been Released

2018-07-14 Thread Ercan Ersoy




The README and source say otherwise [0].

[0]
https://github.com/ercanersoy/FreeDOS-TUI-Shell/tree/master/3rdparty/fdostui


FDOSTUI is a library. You may look at FDOSTUI library offical internet site:

http://www.nongnu.org/fdostui/

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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] FreeDOS TUI Shell 0.1 has been Released

2018-07-13 Thread Ercan Ersoy



Hello,

I have released FreeDOS TUI Shell version 0.1.

FreeDOS TUI Shell is a TUI shell for FreeDOS. It includes
file manager and run executable files.

FreeDOS TUI Shell is "DOSSHELL.EXE" for FreeDOS.

FreeDOS TUI Shell is licensed under GNU General Public
License version 3.

FreeDOS TUI Shell has written by C++, FDOSTUI library and
Kitten library.

Links:
https://github.com/ercanersoy/FreeDOS-TUI-Shell
https://gitlab.com/ercanersoy/FreeDOS-TUI-Shell

Thanks 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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] MODE Command Removing Loaded Previously CPX File

2018-07-12 Thread Ercan Ersoy



Hello,

Is MODE command remove loaded previously CPX file and
free allocated memory?

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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Arduino Port of FreeDOS

2018-01-13 Thread Ercan Ersoy

I have written some issues for Arduino Port of FreeDOS on freedos-devel.

https://www.mail-archive.com/freedos-devel@lists.sourceforge.net/msg11347.html

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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Arduino Port of FreeDOS

2018-01-13 Thread Ercan Ersoy
I know this. But, FreeDOS Arduino Port don't need C: for storage,  
it needs A: and B: generally. A: for flash memory on  
microcontroller, B: for SD card. Flash memory device driver and SD  
card device driver is simpler than floppy disk device driver, hard  
disk device driver and PATA device driver.


DOS stands for Disk Operating System

Drivers for the actual media aside, you need the space to hold the  
"disk" related memory structures. And what "flash memory" do you  
want to use for that A: drive (or any drive letter for that matter)?


Sorry for my mistake.

The Arduino Port of FreeDOS needs A: certainly and this port may need  
B:. A: for SD card. B: for network storage driver that it may be TFTP  
or USB pendrive on some Arduino models these are connect USB shield or  
USB module.



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Arduino Port of FreeDOS

2018-01-13 Thread Ercan Ersoy
Hi! Harvard Architecture with separate program and data memory does  
NOT mean that you suddenly can get 640k x86 DOS performance out of a  
simple controller with 8k RAM. Sorry guys, this is total wishful  
thinking. But because you again mention the serial port UART: Maybe  
you want to write a port of the SERIAL PORT TERMINAL with ANSI  
ESCAPE support built in (so no ANSI.SYS driver needed).


ANSI terminal support doesn't problem. Because, ANSI terminal library  
program applications exist for Arduino.


Somebody already made a BIOS version of that for x86 and it fits  
into 8 kilobytes. The DOS version fits into only 4 kilobytes on  
disk. Note that 80x25 chars of color text already need 4 kilobytes  
of graphics card RAM, but most displays for microcontrollers have  
that built in ;-)


https://www.auersoft.eu/soft/ (terminal-*.* 2001 to 2007)


FreeDOS Arduino Port doesn't have to graphics. For managing shell, we  
can use only a UART on Arduino. We needn't 8k RAM for managing  
standard input, standard output and standard error.



For FreeDOS Arduino Port needs major source code changes.


No it needs goal changes. Think about the system requirements to  
have a complete DOS with kernel and command.com and think whether  
you find any Arduino with at least 10% of the power, then think what  
would happen to DOS if you cut away 90% :-p


For developing FreeDOS Arduino Port, we should remove device drivers  
that are manage missing device on Arduino. For example, device driver  
of floppy disk remove for this port. For more examples, we should  
remove hard disk device driver, CD-R device driver, PATA device driver.


Also, this port needn't complex memory manager and ISO9660 file system driver.

Examples are reproducible.


At least, Arduino's have a UART. Standard input, standard output and
standard error can direct to UART. For this reason, FreeDOS on Arduino
can control by a terminal emulator (for example PuTTY)...


Of course it would be easy to program most microcontrollers to
output the string "C:\>" on UART, but that is NOT the same as
putting DOS on it. DOS really needs a lot more power than that.


I know this. But, FreeDOS Arduino Port don't need C: for storage, it  
needs A: and B: generally. A: for flash memory on microcontroller, B:  
for SD card.


Flash memory device driver and SD card device driver is simpler than  
floppy disk device driver, hard disk device driver and PATA device  
driver.


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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Arduino Port of FreeDOS

2018-01-13 Thread Ercan Ersoy
Sorry, but this is a non-starter. Beside that the 8-RISC processor  
has absolutely nothing in common with the x86 >CPUs that DOS is  
based on. Those ATMega chips are "micro-controllers", not  
"micro-processors/computers". And a >basic Arduino Uno has a  
whooping 2KB of RAM, not much you can do even with DOS on that one,  
and no, a Mega2560 has >only 8KB of RAM, not much more to work with  
either. And by default no keyboard or screen, which is another  
show-stopper...


The Arduino 101 has beside a a 32bit ARC RISC processor (for the IO  
stuff) an x86 Quark/Curie based processor, but >again, with 24KB of  
RAM, you still won't go anywhere fast...


Ralf


For FreeDOS Arduino Port needs major source code changes.

Arduinos' microcontrollers (AVR and ARM) based on Harvard  
Architecture. For this reason, FreeDOS Arduino port can needs less  
resources.


At least, Arduino's have a UART. Standard input, standard output and  
standard error can direct to UART. For this reason, FreeDOS on Arduino  
can control by a terminal emulator (for example PuTTY). Also, most of  
Arduino's or clone ones one USART connected internal USB to UART  
converter.





--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Arduino Port of FreeDOS

2018-01-12 Thread Ercan Ersoy

Hello,

I'm Ercan Ersoy (creator of DOS Coreutils and FreeDOS TUI Shell) and 
this e-mail address that I use general purpose.


I have an idea.

FreeDOS is a operating system that has some advantages. But, FreeDOS 
only runs PC platform. I think, FreeDOS can be ported other hardware 
such like Arduino.


Arduino is a microcontroller development platform and it is a 
microcontroller. Arduino has some models. People usually use Arduino Uno 
and Arduino Mega2560. Also, Arduino is a open source. Arduino models 
uses AVR microcontroller or ARM microcontroller.


I use orginal Arduino Uno, Arduino Uno clone and Arduino Mega2560 clone. 
These are good platforms.


As we all know FreeDOS is written C language. FreeDOS can be ported 8 
bit AVR microcontrollers and 32 bit ARM microcontrollers.


For BIOS interrupts, we can write BIOS like bootloader for FreeDOS


Thanks for interesting,

Ercan


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Using USB Mass Storage on FreeDOS

2017-05-06 Thread Ercan Ersoy
From: Ercan Ersoy <ercaner...@outlook.com>

Thanks for replying.

After this, I won't use USBASPI on FreeDOS.

How can I use a USB mass storage that is formatted FAT16 or FAT32 on
FreeDOS with USBDOS?

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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (276:10/901)
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Using USB Mass Storage on FreeDOS

2017-05-06 Thread Ercan Ersoy
From: Ercan Ersoy <ercaner...@outlook.com>

> If your BIOS or UEFI recognizes USB mass storage, then FreeDOS should
recognize
> it if it is in place at boot time.
>
> I don't think FreeDOS can recognize a USB stick inserted after FreeDOS boots
> and is active, but I could be wrong in the case of USBDOS.
>
> FAT16 is very inefficient regarding cluster size, so on a USB stick, even if
> only 1 GB, you do better with FAT32.
>
> With FAT16, if file system is between 1 GB and 2 GB, cluster size is 32 KB,
> meaning this is the amount of space taken by a very small file.
>
> One way you can test diskspace use is to see (with DIR) how much space you
> have, and then run something like
> ECHO ababcdcdefefgg > JUNK1.TXT
> and then run DIR and see how much diskspace you have after that.
>
> Tom
Before boot, I insert my mass storage to VirtualBox USB inferance. But,
FreeDOS doesn't mount the mass storage with USBDOS. USBUHCI.COM doesn't
recognize the mass storage.

I tried USBASPI.SYS on FreeDOS again. But, USBASPI.SYS doesn't work.

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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (276:10/901)
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Using USB Mass Storage on FreeDOS

2017-05-06 Thread Ercan Ersoy
From: Ercan Ersoy <ercaner...@outlook.com>

Hello,

I tried using my USB mass storage on Virtualbox 5.0.36. I using
USBASPI.SYS and USBDOS programs. But, I don't use my mass storage.

How can I using my mass storage on FreeDOS?

Thanks and 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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (276:10/901)
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Writting FreeDOS Book

2017-05-06 Thread Ercan Ersoy
From: Ercan Ersoy <ercaner...@outlook.com>

--===1840992041693690710==
Content-Language: tr-TR
Content-Type: multipart/alternative;
boundary="_000_DB6PR0901MB16079809F68D88949FEB3CDBD5330DB6PR0901MB1607_"

--_000_DB6PR0901MB16079809F68D88949FEB3CDBD5330DB6PR0901MB1607_
Content-Type: text/plain; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

Hello.


I have started a FreeDOS book in my free time. My book's name is "FreeDOS
[*letim Sistemi" (FreeDOS Operating System).


May I use "FreeDOS" name on my book's name?


May I write a FreeDOS book?


Best regards,

Ercan

--_000_DB6PR0901MB16079809F68D88949FEB3CDBD5330DB6PR0901MB1607_
Content-Type: text/html; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable




<!-- P
{margin-top:0;margin-bottom:0;} -->



Hello.


I have started a FreeDOS book in my free time. My book's name is
FreeDOS [*letim Sistemi (FreeDOS Operating System).


May I use FreeDOS name on my book's name?


May I write a FreeDOS book?



Best regards,
Ercan





--_000_DB6PR0901MB16079809F68D88949FEB3CDBD5330DB6PR0901MB1607_--


--===1840992041693690710==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--===1840992041693690710==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===1840992041693690710==--

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (276:10/901)
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Writting FreeDOS Book

2017-05-06 Thread Ercan Ersoy
From: Ercan Ersoy <ercaner...@outlook.com>

--===8380141963728563696==
Content-Language: tr-TR
Content-Type: multipart/alternative;
boundary="_000_DB6PR0901MB1607A85736AD1AEBA22CFED9D5330DB6PR0901MB1607_"

--_000_DB6PR0901MB1607A85736AD1AEBA22CFED9D5330DB6PR0901MB1607_
Content-Type: text/plain; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

Thanks for replying.


My FreeDOS Book's Link: 
https://www.gitbook.com/book/ercanersoy/freedos-isletim-sistemi/details


But, this book is Turkish book.


Best regards,

Ercan

--_000_DB6PR0901MB1607A85736AD1AEBA22CFED9D5330DB6PR0901MB1607_
Content-Type: text/html; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable




<!-- P
{margin-top:0;margin-bottom:0;} -->



Thanks for replying.


My FreeDOS Book's Link: https://www.gitbook.com/book/ercanersoy/freedos-isletim-sistemi/details;
class="OWAAutoLink" id="LPlnk651902" 
previewremoved="true">https://www.gitbook.com/book/ercanersoy/freedos-isletim-sistemi/details


But, this book is Turkish book.


Best regards,
Ercan





--_000_DB6PR0901MB1607A85736AD1AEBA22CFED9D5330DB6PR0901MB1607_--


--===8380141963728563696==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--===8380141963728563696==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===8380141963728563696==--

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (276:10/901)
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] A FreeDOS Distribution - DOS B

2017-05-06 Thread Ercan Ersoy
From: Ercan Ersoy <ercaner...@outlook.com>

--===7297474882246635848==
Content-Language: tr-TR
Content-Type: multipart/alternative;
boundary="_000_DB6PR0901MB160732E4631D4C0469F84359D5540DB6PR0901MB1607_"

--_000_DB6PR0901MB160732E4631D4C0469F84359D5540DB6PR0901MB1607_
Content-Type: text/plain; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

Hello everyone.


I have developed a FreeDOS distribution. The distribution's name is "DOS B".


DOS B includes FreeDOS and some open source DOS software. DOS B is a live cd.
You don't need install disk drive. DOS B can use system administration,
education and old applications. It includes: FreeDOS, flashrom, GRUB4DOS,
CMOSPWD, ZEROFILL, Syslinux, BLOCEK etc.


Offical Site: https://dos-b.github.io/


Github: https://github.com/DOS-B


SourceForge: https://sourceforge.net/projects/dos-b/


Best regards,

Ercan

--_000_DB6PR0901MB160732E4631D4C0469F84359D5540DB6PR0901MB1607_
Content-Type: text/html; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable




<!-- P
{margin-top:0;margin-bottom:0;} -->



Hello everyone.


I have developed a FreeDOS distribution. The distribution's name is
DOS B.


DOS B includes FreeDOS and some open source DOS software. DOS B is a live
cd. You don't need install disk drive. DOS B can use system administration,
education and old applications. It includes: FreeDOS, flashrom, GRUB4DOS,
CMOSPWD, ZEROFILL, Syslinux, BLOCEK
 etc.



Offical Site: https://dos-b.github.io/; class="OWAAutoLink"
id="LPlnk259122" previewremoved="true">
https://dos-b.github.io/


Github: https://github.com/DOS-B; class="OWAAutoLink"
id="LPlnk307153" previewremoved="true">
https://github.com/DOS-B


SourceForge: https://sourceforge.net/projects/dos-b/;
class="OWAAutoLink" id="LPlnk469556" previewremoved="true">
https://sourceforge.net/projects/dos-b/


Best regards,
Ercan





--_000_DB6PR0901MB160732E4631D4C0469F84359D5540DB6PR0901MB1607_--


--===7297474882246635848==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
--===7297474882246635848==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===7297474882246635848==--

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (276:10/901)
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] "FreeD

2017-05-06 Thread ERCAN ERSOY
From: Ercan Ersoy <ercaner...@outlook.com>

--===1684450814725710975==
Content-Language: tr-TR
Content-Type: multipart/alternative;
boundary="_000_AM2PR09MB0529B2F2A04B3426BA4A7F4ED59E0AM2PR09MB0529eurp_"

--_000_AM2PR09MB0529B2F2A04B3426BA4A7F4ED59E0AM2PR09MB0529eurp_
Content-Type: text/plain; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

I changed my project's name to "DOS B".


My project's link: https://dos-b.github.io/


Best regards,

Ercan
<https://dos-b.github.io/>




Hello.


My project is "FreeDOS B". This is live cd of FreeDOS and include open source
DOS software. I'm obsessed by my project's name. May I use this name?


Best regards and thanks for replying.

Ercan

--_000_AM2PR09MB0529B2F2A04B3426BA4A7F4ED59E0AM2PR09MB0529eurp_
Content-Type: text/html; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable




<!-- P
{margin-top:0;margin-bottom:0;} -->




I changed my project's name to DOS B.


My project's link: https://dos-b.github.io/



Best regards,
Ercan
https://dos-b.github.io/; class="OWAAutoLink" id="LPlnk814555"
previewremoved="true">






Hello.


My project is FreeDOS B. This is live cd of FreeDOS and include
open source DOS software. I'm obsessed by my project's name. May I use this
name?


Best regards and thanks for replying.
Ercan







--_000_AM2PR09MB0529B2F2A04B3426BA4A7F4ED59E0AM2PR09MB0529eurp_--


--===1684450814725710975==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
--===1684450814725710975==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===1684450814725710975==--

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (1:2320/105.99)

---
 * BgNet 1.0b12 = CCO * KY/US * 502/875-8938 * capcity2.synchro.net
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] "FreeDOS B

2017-05-06 Thread ERCAN ERSOY
From: Ercan Ersoy <ercaner...@outlook.com>

--===1589469000673390489==
Content-Language: tr-TR
Content-Type: multipart/alternative;
boundary="_000_AM2PR09MB0529842889EBC29987CE3F4ED5980AM2PR09MB0529eurp_"

--_000_AM2PR09MB0529842889EBC29987CE3F4ED5980AM2PR09MB0529eurp_
Content-Type: text/plain; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

Hello.


My project is "FreeDOS B". This is live cd of FreeDOS and include open source
DOS software. I'm obsessed by my project's name. May I use this name?


Best regards and thanks for replying.

Ercan

--_000_AM2PR09MB0529842889EBC29987CE3F4ED5980AM2PR09MB0529eurp_
Content-Type: text/html; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable




<!-- P
{margin-top:0;margin-bottom:0;} -->



Hello.


My project is FreeDOS B. This is live cd of FreeDOS and include
open source DOS software. I'm obsessed by my project's name. May I use this
name?


Best regards and thanks for replying.
Ercan





--_000_AM2PR09MB0529842889EBC29987CE3F4ED5980AM2PR09MB0529eurp_--


--===1589469000673390489==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
--===1589469000673390489==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===1589469000673390489==--

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (1:2320/105.99)

---
 * BgNet 1.0b12 = CCO * KY/US * 502/875-8938 * capcity2.synchro.net
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] FreeDOS Li

2017-05-06 Thread ERCAN ERSOY
From: Ercan Ersoy <ercaner...@outlook.com>

Hi everyone. I manageda FreeDOS B project that is FreeDOS live cd. This
includes FreeDOS programs and some other open source DOS applications. FreeDOS
B is useful testing FreeDOS, computer maintenance, using DOS applications,
education without installing another operating system on computer.

Project Offical Site:ahttps://bilgisayarcilik.github.io/FreeDOS-B/

FreeDOS B 1.0 released on September 30, 2016. I tested Oracle VirtualBox, QEMU

and real hardware.

FreeDOS B 1.0 included various software those are open source. These software
are:

* FreeDOS
* BATT
* Bilgisayarc2l2k DOS Tools
* ZeroFill
* Bootfix
* TestDisk
* FIPS
* LiloPwd
* CMOSPWD
* flashrom

Best regards.
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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (1:2320/105.99)

---
 * BgNet 1.0b12 = CCO * KY/US * 502/875-8938 * capcity2.synchro.net
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] FreeDOS 1.

2017-05-06 Thread ERCAN ERSOY
From: Ercan Ersoy <ercaner...@outlook.com>

Hello. I care SATA support on FreeDOS 1.1 CD. I researched AUTOEXEC.BAT and
CONFIG.SYS on FreeDOS 1.1 CD on boot floppy disk image (FDBOOT.IMG) that is
booting via Syslinux. I applieda commands those are I found on  FDBOOT.IMG on
my other FreeDOS system. But I can't give support SATA on my system.

Best regards.
Ercan Ersoy


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

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (1:2320/105.99)

---
 * BgNet 1.0b12 = CCO * KY/US * 502/875-8938 * capcity2.synchro.net
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Turkis

2017-05-06 Thread ERCAN ERSOY
From: Ercan Ersoy <ercaner...@outlook.com>

--===2331841189313773281==
Content-Language: tr-TR
Content-Type: multipart/alternative;
boundary="_000_AM2PR09MB052913C455D04AA5CB682FD7D5CA0AM2PR09MB0529eurp_"

--_000_AM2PR09MB052913C455D04AA5CB682FD7D5CA0AM2PR09MB0529eurp_
Content-Type: text/plain; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

Hi. The syntax that you suggested for Turkish F keyboard works. Thanks for
helping.

--_000_AM2PR09MB052913C455D04AA5CB682FD7D5CA0AM2PR09MB0529eurp_
Content-Type: text/html; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable




<!-- P
{margin-top:0;margin-bottom:0;} -->



Hi.The syntax that you suggested for Turkish F keyboard
works. Thanks for helping.




--_000_AM2PR09MB052913C455D04AA5CB682FD7D5CA0AM2PR09MB0529eurp_--


--===2331841189313773281==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--

--===2331841189313773281==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===2331841189313773281==--

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (1:2320/105.99)

---
 * BgNet 1.0b12 = CCO * KY/US * 502/875-8938 * capcity2.synchro.net
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Turkis

2017-05-06 Thread ERCAN ERSOY
From: Ercan Ersoy <ercaner...@outlook.com>

--===0046360707944941001==
Content-Language: tr-TR
Content-Type: multipart/alternative;
boundary="_000_AM2PR09MB0529CCD00F3E8238B1CCA5BFD5CB0AM2PR09MB0529eurp_"

--_000_AM2PR09MB0529CCD00F3E8238B1CCA5BFD5CB0AM2PR09MB0529eurp_
Content-Type: text/plain; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

Thanks. But, I haven't error for CPX file and MODE. Sorry for my mistake.
Only, I have error on KEYB. I get this error: "Specified file does not contain
information for this layout/id". And I try KEYBOARD.SYS, KEYBRD3.SYS and
KEYBRD4.SYS again, still I gave same error.


Best regards.

--_000_AM2PR09MB0529CCD00F3E8238B1CCA5BFD5CB0AM2PR09MB0529eurp_
Content-Type: text/html; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable




<!-- P
{margin-top:0;margin-bottom:0;} -->



Thanks. But, I haven't error for CPX file and MODE. Sorry for my
mistake. Only, I have error on KEYB. I get this error: Specified
file does not contain information for this layout/id. And I try
KEYBOARD.SYS, KEYBRD3.SYS and KEYBRD4.SYS again,
 still I gave same error.


Best regards.





--_000_AM2PR09MB0529CCD00F3E8238B1CCA5BFD5CB0AM2PR09MB0529eurp_--


--===0046360707944941001==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--

--===0046360707944941001==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===0046360707944941001==--

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (1:2320/105.99)

---
 * BgNet 1.0b12 = CCO * KY/US * 502/875-8938 * capcity2.synchro.net
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Turkish F

2017-05-06 Thread ERCAN ERSOY
From: Ercan Ersoy <ercaner...@outlook.com>

--===3648852575509720418==
Content-Language: tr-TR
Content-Type: multipart/alternative;
boundary="_000_AM2PR09MB05298368BEAEA6C17D4433E7D5CB0AM2PR09MB0529eurp_"

--_000_AM2PR09MB05298368BEAEA6C17D4433E7D5CB0AM2PR09MB0529eurp_
Content-Type: text/plain; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

Hi. We have problem to using Turkish F keyboard on FreeDOS. MODE gives
uncompressing and loading CPX file error. KEYB gives tr440 layout doesn't
contain on KEYB2.SYS.


We need help for this.


A part of CONFIG.SYS file for Turkish locale:


SET LANG=TR

90,857,COUNTRY.SYS


A part of AUTOEXEC.BAT filefor Turkish locale:


LH DISPLAY CON=(EGA,,1)
MODE CON CP PREP=((857) EGA.CPX)
LH MODE CON CP SEL=857
LH KEYB TR440,,KEYBRD2.SYS


Best regards.


Ercan Ersoy.

--_000_AM2PR09MB05298368BEAEA6C17D4433E7D5CB0AM2PR09MB0529eurp_
Content-Type: text/html; charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable




<!-- P
{margin-top:0;margin-bottom:0;} -->



Hi. We have problem to using Turkish F keyboard on FreeDOS. MODE gives
uncompressing and loading CPX file error. KEYB gives tr440 layout doesn't
contain on KEYB2.SYS.


We need help for this.



A part of CONFIG.SYS file for Turkish locale:


SET LANG=TR

90,857,COUNTRY.SYS



A part of AUTOEXEC.BAT filefor Turkish locale:



LH DISPLAY CON=(EGA,,1)
MODE CON CP PREP=((857) EGA.CPX)
LH MODE CON CP SEL=857
LH KEYB TR440,,KEYBRD2.SYS



Best regards.


Ercan Ersoy.





--_000_AM2PR09MB05298368BEAEA6C17D4433E7D5CB0AM2PR09MB0529eurp_--


--===3648852575509720418==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--

--===3648852575509720418==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===3648852575509720418==--

--- Internet Rex 2.29
 * Origin: capcity2.synchro.net - 502/875-8938 (1:2320/105.99)

---
 * BgNet 1.0b12 = CCO * KY/US * 502/875-8938 * capcity2.synchro.net
--- Synchronet 3.15a-Linux ListGate 1.3
 *  Capitol City Online - Frankfort, KY - telnet://capitolcityonline.net


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Using USB Mass Storage on FreeDOS

2017-04-27 Thread Ercan Ersoy
> If your BIOS or UEFI recognizes USB mass storage, then FreeDOS should 
> recognize
> it if it is in place at boot time.
>
> I don't think FreeDOS can recognize a USB stick inserted after FreeDOS boots
> and is active, but I could be wrong in the case of USBDOS.
>
> FAT16 is very inefficient regarding cluster size, so on a USB stick, even if
> only 1 GB, you do better with FAT32.
>
> With FAT16, if file system is between 1 GB and 2 GB, cluster size is 32 KB,
> meaning this is the amount of space taken by a very small file.
>
> One way you can test diskspace use is to see (with DIR) how much space you
> have, and then run something like
> ECHO ababcdcdefefgg > JUNK1.TXT
> and then run DIR and see how much diskspace you have after that.
>
> Tom
Before boot, I insert my mass storage to VirtualBox USB inferance. But, 
FreeDOS doesn't mount the mass storage with USBDOS. USBUHCI.COM doesn't 
recognize the mass storage.

I tried USBASPI.SYS on FreeDOS again. But, USBASPI.SYS doesn't work.

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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Using USB Mass Storage on FreeDOS

2017-04-27 Thread Ercan Ersoy
Thanks for replying.

After this, I won't use USBASPI on FreeDOS.

How can I use a USB mass storage that is formatted FAT16 or FAT32 on 
FreeDOS with USBDOS?

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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Using USB Mass Storage on FreeDOS

2017-04-26 Thread Ercan Ersoy
Hello,

I tried using my USB mass storage on Virtualbox 5.0.36. I using 
USBASPI.SYS and USBDOS programs. But, I don't use my mass storage.

How can I using my mass storage on FreeDOS?

Thanks and 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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Writting FreeDOS Book

2017-03-27 Thread Ercan Ersoy
Thanks for replying.


My FreeDOS Book's Link: 
https://www.gitbook.com/book/ercanersoy/freedos-isletim-sistemi/details


But, this book is Turkish book.


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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Writting FreeDOS Book

2017-03-27 Thread Ercan Ersoy
Hello.


I have started a FreeDOS book in my free time. My book's name is "FreeDOS 
İşletim Sistemi" (FreeDOS Operating System).


May I use "FreeDOS" name on my book's name?


May I write a FreeDOS book?


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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] A FreeDOS Distribution - DOS B

2017-02-26 Thread Ercan Ersoy
Hello everyone.


I have developed a FreeDOS distribution. The distribution's name is "DOS B".


DOS B includes FreeDOS and some open source DOS software. DOS B is a live cd. 
You don't need install disk drive. DOS B can use system administration, 
education and old applications. It includes: FreeDOS, flashrom, GRUB4DOS, 
CMOSPWD, ZEROFILL, Syslinux, BLOCEK etc.


Offical Site: https://dos-b.github.io/


Github: https://github.com/DOS-B


SourceForge: https://sourceforge.net/projects/dos-b/


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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] "FreeDOS B" Name

2016-12-18 Thread Ercan Ersoy
I changed my project's name to "DOS B".


My project's link: https://dos-b.github.io/


Best regards,

Ercan





Hello.


My project is "FreeDOS B". This is live cd of FreeDOS and include open source 
DOS software. I'm obsessed by my project's name. May I use this name?


Best regards and thanks for replying.

Ercan
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] "FreeDOS B" Name

2016-12-12 Thread Ercan Ersoy
Hello.


My project is "FreeDOS B". This is live cd of FreeDOS and include open source 
DOS software. I'm obsessed by my project's name. May I use this name?


Best regards and thanks for replying.

Ercan
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] FreeDOS Live CD Disribution - FreeDOS B

2016-10-15 Thread Ercan Ersoy
Hi everyone. I managed  FreeDOS B project that is FreeDOS live cd. This 
includes FreeDOS programs and some other open source DOS applications. FreeDOS 
B is useful testing FreeDOS, computer maintenance, using DOS applications, 
education without installing another operating system on computer.

Project Offical Site: https://bilgisayarcilik.github.io/FreeDOS-B/

FreeDOS B 1.0 released on September 30, 2016. I tested Oracle VirtualBox, QEMU 
and real hardware.

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

Best regards.
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-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] FreeDOS 1.1 SATA Support

2016-09-29 Thread Ercan Ersoy
Hello. I care SATA support on FreeDOS 1.1 CD. I researched AUTOEXEC.BAT and 
CONFIG.SYS on FreeDOS 1.1 CD on boot floppy disk image (FDBOOT.IMG) that is 
booting via Syslinux. I applied  commands those are I found on  FDBOOT.IMG on 
my other FreeDOS system. But I can't give support SATA on my system.

Best regards.
Ercan Ersoy


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


Re: [Freedos-user] Turkish F Keyboard Support

2016-09-25 Thread Ercan Ersoy
Hi. The syntax that you suggested for Turkish F keyboard works. Thanks for 
helping.
--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Turkish F Keyboard Support

2016-09-24 Thread Ercan Ersoy
Thanks. But, I haven't error for CPX file and MODE. Sorry for my mistake. Only, 
I have error on KEYB. I get this error: "Specified file does not contain 
information for this layout/id". And I try KEYBOARD.SYS, KEYBRD3.SYS and 
KEYBRD4.SYS again, still I gave same error.


Best regards.
--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Turkish F Keyboard Support

2016-09-24 Thread Ercan Ersoy
Hi. We have problem to using Turkish F keyboard on FreeDOS. MODE gives 
uncompressing and loading CPX file error. KEYB gives tr440 layout doesn't 
contain on KEYB2.SYS.


We need help for this.


A part of CONFIG.SYS file for Turkish locale:


SET LANG=TR

90,857,COUNTRY.SYS


A part of AUTOEXEC.BAT filefor Turkish locale:


LH DISPLAY CON=(EGA,,1)
MODE CON CP PREP=((857) EGA.CPX)
LH MODE CON CP SEL=857
LH KEYB TR440,,KEYBRD2.SYS


Best regards.


Ercan Ersoy.
--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Ynt: UIDE.SYS

2016-09-21 Thread Ercan Ersoy
Thanks, but I can't FreeDOS to supported SATA. UDVD2 didn't work. Also, I 
develop a live cd that for GPLv2+ licensing, I wouldn't close source drivers. I 
using UIDE.SYS for SATA driver, this driver again and this fails error are 
"Disks run the BIOS: 1". Please, I would help for this.


Thanks for replies.


Gönderen: Ercan Ersoy <ercaner...@outlook.com>
Gönderildi: 21 Eylül 2016 Çarşamba 13:28:19
Kime: freedos-user@lists.sourceforge.net
Konu: UIDE.SYS


Hi. I'm a developed FreeDOS live cd. I want to my live cd has native SATA 
support. But my live CD doesn't support. I laboured UIDE.SYS native SATA 
support on my live cd. I can't my live cd supported native SATA. Tested on 
Oracle VirtualBox and real hardware. But UIDE.SYS driver legacy PATA supports 
very well.


I would like help for this. How I can configure CONFIG.SYS and AUTOEXEC.BAT?


A part of CONFIG.SYS of my live CD's boot floppy image:


DEVICE=XMGR.SYS
DEVICE=UIDE.SYS /D:OP1
DEVICE=UIDE.SYS /D:OP2


A part of AUTOEXEC.BAT of my live CD's boot floppy image:


SHSUCDX /~ /D:OP1


Thanks for replies.
--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] UIDE.SYS

2016-09-21 Thread Ercan Ersoy
Hi. I'm a developed FreeDOS live cd. I want to my live cd has native SATA 
support. But my live CD doesn't support. I laboured UIDE.SYS native SATA 
support on my live cd. I can't my live cd supported native SATA. Tested on 
Oracle VirtualBox and real hardware. But UIDE.SYS driver legacy PATA supports 
very well.


I would like help for this. How I can configure CONFIG.SYS and AUTOEXEC.BAT?


A part of CONFIG.SYS of my live CD's boot floppy image:


DEVICE=XMGR.SYS
DEVICE=UIDE.SYS /D:OP1
DEVICE=UIDE.SYS /D:OP2


A part of AUTOEXEC.BAT of my live CD's boot floppy image:


SHSUCDX /~ /D:OP1


Thanks for replies.
--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] FreeDOS B

2016-03-13 Thread Ercan Ersoy
This is a FreeDOS disturbition. This is a live cd. This is useful for computers 
of DOS.

Included Software:

FreeDOS
Bilgisayarcılık DOS Araçları
XFDISK
ZeroFill
Syslinux
XOSL
OpenGEM
VGAPaint 386

Main Site: http://bilgisayarcilik.github.io/

Github Adress: https://github.com/bilgisayarcilik/FreeDOS-B
  
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user