Starting to move forwards toward finishing project.
The XTE ISA Patch never worked, hoping for another that will work
What's interesting, is the Hard Drive is working perfect (Other than auto booting). After many reboots, it mount on the 8088 6.2 Dos each time.
That RLL parameter (Precomposition 128), low level format may have done the job to wake up old Magenetic Material.
So I trust the RLL drive to start installing the final DOS applications, and will install Windows 1.2 for fun.
Need some help on a couple of annoying items.
2) This one is annoying. I know about the keyboard file maps, peeks at them. But when I go into PC 8088 Emulation. My "\" doesn't work. It works on the amiga side. Hard to copy files on the DOS side without that working. Is there a good tool to fix this?
To obtain national keyboards in MS-DOS you must have two commands on your floppy and add one line to config file called Config.sys and one line to Autoexec.bat (that is the corrispective to S:Startup-Sequence in Amiga).
Commands are Country.sys and Keyb.com. They should be present on DOS floppy that makes PC startup.
First parameter is country, followed with codifing of kind of alphabet.
Latin alphabet is the most common and its codenumber is 850.
Here are codes for nations. USA is obviously 001. For my country Italy country code is 039.
To add correct parameters for my keyboard I should add these parameters to file Config.sys with a text editor.
COUNTRY=039,850,C:\DOS\COUNTRY.SYS
And I should add this command to file Autoexec.bat:
KEYB IT
Here follows the list of main country codes.
http://wwwcdf.pd.infn.it/AppuntiLinux/a2860.htm#almlanchor17140Here is the list of keyboard two digit codes:
http://wwwcdf.pd.infn.it/AppuntiLinux/a2860.htm#almlanchor17159If you want to know more about Config.sys and Autoexec.bat read this document. It is in italian, but it may be Google translated and you can find useful infomations about MS-DOS commands and parameters at startup.
http://wwwcdf.pd.infn.it/AppuntiLinux/a2860.htmNow that you are aware of it, you can found similar info pages in English or your native language.