Re: [Freedos-user] Big bootable disk for CD

2012-01-19 Thread Eric Auer
. This is a smart script by Eric Auer that configures it with the appropiate parameters $ ./sys-freedos-linux/sys-freedos.pl --disk=FreeDOS.img DOS boot sector for FreeDOS.img will be created by: nasm -o /dev/stdout -dISFAT12 ./sys-freedos-linux/bootsecs/boot.asm Using FAT12. Partn offset 0, CHS

Re: [Freedos-user] Re : Support for 4k byte sectors

2012-01-18 Thread Eric Auer
Hi Bret, The advantage of a write-delay cache is that that the writing can be done when the system is idle (a simple form of multi-tasking). That counts as advanced cache with a lot of code and can go as far as a sort of ramdisk which syncs back to the harddisk slowly but steadily when

Re: [Freedos-user] Re : Support for 4k byte sectors

2012-01-17 Thread Eric Auer
Hi Bertho, a DRIVER could interface with any disk with any sector size and then just provide an int13 or int25/26 interface with 512 byte sector size for data transfer to DOS. I'm not opposed to this method, which I see as a workaround rather than a fully satisfying answer however. On one

Re: [Freedos-user] Re : Support for 4k byte sectors

2012-01-17 Thread Eric Auer
Hi Jack, Try to find any Write Back caches that do so much, for so little memory! Sure, it takes more memory. If it is not just local pooling within a few kB and with tiny timeout, it will take even more memory, for logics and extra security logics for writeback. But larger writes really

Re: [Freedos-user] Re : Support for 4k byte sectors

2012-01-16 Thread Eric Auer
Hi Bertho, trying to reiterate / re-explain my plan / idea: By the way - a DRIVER could interface with any disk with any sector size and then just provide an int13 or int25/26 interface with 512 byte sector size for data transfer to DOS. As explained in a longer mail this week, it actually

Re: [Freedos-user] Re : Support for 4k byte sectors

2012-01-16 Thread Eric Auer
Hi Bret, yes you would see a problematic mismatch if you were to talk raw SCSI or CHS to a disk while being inconsistent about whether you use 512 byte or rather 4096 bytes per sector... However, when DOS mounts a partition with help of a loadable block device driver, nothing would access the

Re: [Freedos-user] Re : Support for 4k byte sectors

2012-01-15 Thread Eric Auer
Hi Bret, USBDRIVE does not try to virtualize the sector sizes as others are suggesting here as a possibility -- I figure doing that has the potential to cause as many problems as the alternative... Maybe you could make that configurable, so people can experiment with virtual 512 byte sectors

Re: [Freedos-user] Re : Support for 4k byte sectors

2012-01-15 Thread Eric Auer
Hi Bret, maybe virtual 512 byte sectors are actually not that evil: Imagine a NORMAL 4096 byte sector based FAT32 filesystem. Each cluster and each FAT will be a multiple of 4096 byte in size, as will be the boot and fsinfo sectors. In FAT32 the root directory is just any directory, so like all

Re: [Freedos-user] Re : Support for 4k byte sectors

2012-01-14 Thread Eric Auer
Hi Mike, The list membership is not that large. You can assume that people are busy or don't know the answer. I was grepping though a backup of our FAQ (which is down, is it worth the effort to replay a September 2008 backup? Apparently SourceForge server directory structure changed...) but

Re: [Freedos-user] Re : Support for 4k byte sectors

2012-01-14 Thread Eric Auer
Hi Jeremy, At this time there are no plans to explicitly support 4K block sectors directly in the kernel. The kernel itself does not support any block devices directly, it relies on the BIOS interface, though additional drives or support may be added through device drivers. Unfortunately,

Re: [Freedos-user] Re : Support for 4k byte sectors

2012-01-14 Thread Eric Auer
Replaying a 12 May 2005 mail :-) [Freedos-kernel] Analysis: Support for sector sizes != 512 bytes Hi, I have browsed the CVS kernel a bit, and got the impression that it would not be too hard to support sector sizes below 512 bytes (32, 64, 128 and 256 bytes should be possible). For sector

Re: [Freedos-user] FreeDOS 1.1 released

2012-01-14 Thread Eric Auer
Hi Dos386, [Freedos-kernel] FreeDOS 1.1 released http://jafile.com/uploads/dos386/freeds11.png - What's the purpose of the menu item Pasquale (see top shot) ? It is not a menu item, just a dedication :-( Maybe the fact that it is highlighted made it look like a menu item for you... I guess

Re: [Freedos-user] Re : Support for 4k byte sectors

2012-01-14 Thread Eric Auer
Hi Jack, driver, I issue 28-bit commands for up to 28-bit addresses, while I issue 48-bitters for larger addresses. Runs fine! I meant if the BIOS only sees the first 2^N sectors and the partition table describes more than that, UIDE will probably not modify the BIOS-reported disk size: So

Re: [Freedos-user] FreeDOS Memory

2011-12-31 Thread Eric Auer
Hi Bernd, everybody, let me add some more comments to this interesting DOS thread and wish everybody a happy 2012 as well... :-) 1. Would like to ask how much memory does FreeDOS support, e.g. 4 GiB? If you have 4 GB or more, many mainboards will map your graphics card RAM etc to the end of

Re: [Freedos-user] Installing FreeDOS in a Qemu box.

2011-12-26 Thread Eric Auer
Hi Tiago, Are there any hints to install FreeDOS inside a Qemu box? I'm trying this right now, but the installation process is damn slow. This is the Qemu command line: Well Qemu emulates everything, including the CPU, as far as I remember - you could try Dosemu (if you use Linux or BSD) as

Re: [Freedos-user] Dillo web browser for DOS

2011-11-18 Thread Eric Auer
Hi Karen, At the risk of seeming like a baby, may I have a direct link? www.bttr-software.de/forum/board_entry.php?id=10797page=0order=timecategory=0 mentions at least two builds: http://nanox-microwindows-nxlib-fltk-for-dos.googlecode.com/files/DilloDos-beta1-SFN.zip and

Re: [Freedos-user] FreeDos4Kids (and Kids-at-heart)

2011-11-02 Thread Eric Auer
Hi Mike, Andrew, You should look for a product called Disk On Module. They are composed of FLASH chips and are designed to be direct replacements for IDE hard drives. Unlike a lot of CF cards that can be used with an CF to IDE adapter but might not support CHS addressing, DOMs are

Re: [Freedos-user] FreeDos4Kids (and Kids-at-heart)

2011-11-02 Thread Eric Auer
Hi again! Sorry to react in two mails, but flash disks are a nice topic :-) Thanks Michael for the heads-up on DOM technology - it had completely missed my radar and after a bit of research I agree with your advise entirely to go with that rather than SDcard/CFcard+IDE adapter... In

Re: [Freedos-user] Failure of Print-Screen (Screenshot) in Freedos Depending on How Full Screen was Entered

2011-11-01 Thread Eric Auer
Hi Robert, Eric, you said dosemu does not need sudo. This is one of things that happen when I don't - Bob T. robert@robert-desktop:~$ dosemu can't open /home/robert/.dosemu/boot.log for writing robert@robert-desktop:~$ Apparently your first / previous run was with sudo. You can simply

Re: [Freedos-user] Failure of Print-Screen (Screenshot) in Freedos Depending on How Full Screen was Entered

2011-10-27 Thread Eric Auer
Hi! Assume I am on Ubuntu Desktop. Then use terminal command sudo dosemu. Dosemu needs not and should not be run as root, it works fine in X :-) small (approx. 2 by 4) window appears. I usually go to full screen in 2 ways: (1) click in the box in upper right, corner; or (2). use the

Re: [Freedos-user] FreeDOS Security

2011-10-25 Thread Eric Auer
Hi! I was wondering how secure is FreeDOS on a network. FreeDOS has no network, so it is complete secure ;) Does that means FreeDOS would not be able to support multiplayer network DOS games like Doom, CC, etc.. which MSDOS is able to do so with ethernet? FreeDOS supports exactly the

Re: [Freedos-user] Undeserved Comment Re: EMM/JEMM, A20, Etc.

2011-10-21 Thread Eric Auer
Hi Alain, In creating JEMM386, Japheth did not merely improve things! He made FD-EMM386 RUN PROPERLY! Finaly you agree with me! Michael Devore's emm386 was tested very very much by the members of FreeDOS and Michael fixed ALL issues. You misread that ;-) Saying *Japheth* made FD-EMM386

Re: [Freedos-user] Undeserved Comment Re: EMM/JEMM, A20, Etc.

2011-10-21 Thread Eric Auer
Hi Jack, HIMEMX and XMGR both improve on the old 30K MS-DOS HIMEM which is overloaded with obsolete A20 code for now-defunct PCs.Japheth and I have some differences, but I have used HIMEMX and think it is quite equal to XMGR. XMGR does have direct support for UMBPCI, as I note in the

Re: [Freedos-user] acpidump and acpixtract

2011-10-20 Thread Eric Auer
Hi! Does anyone know if there is a pmtools ( http://www.lesswatts.org/projects/acpi/utilities.php) port to FreeDOS? I need dump the acpitable and extract all tables. Try FDAPM ACPIDUMP (may need HIMEM) to get an hexdump, e.g. FDAPM ACPIDUMP tables.txt You can cut and paste interesting

Re: [Freedos-user] Undeserved Comment Re: EMM/JEMM, A20, Etc.

2011-10-19 Thread Eric Auer
Jack, FD-EMM386 is very outdated, yes. But when it was still maintained, updates were often tested by a number of users. With JEMM, it is more like here is an update, enjoy. I have reviewed Japheth's Changelog, I believe much of what he had to do changing FD-EMM386 to JEMM386 are Flat-Ass

Re: [Freedos-user] Undeserved Comment Re: EMM/JEMM, A20, Etc.

2011-10-19 Thread Eric Auer
Hi Jack, Bret, Japheth, Alain, others, First, I use and recommend JEMM386/JEMMEX with my UIDE and other drivers. I absolutely REFUSE using old EMM386 by Gates Co. because it has (A) Never-fixed BUGS in its VDS Nobody suggested to use the EMM386 by MS... By the way, MS does have a lovely

[Freedos-user] EMM386 and other memory driver safety on mixed hardware - was: ... HP Compaq 6720s

2011-10-18 Thread Eric Auer
Hi everybody, I agree that there is some controversy about EMM386 versus JEMM386 and JEMMEX... Basically the former had a focus on careful testing, while the latter has a focus on if it is cool for Japheth, it is also likely to be enjoyed by other users. So the J drivers indeed are more modern

Re: [Freedos-user] Modem Installation on FreeDOS

2011-10-14 Thread Eric Auer
Hi! I am interested in installing an external modem in FreeDOS so that I can fax documents or make phone calls. Does FreeDOS come with any software that can allow for modem installations? If the modem is connected via serial port (RS232) then you can use any DOS modem stuff with any

Re: [Freedos-user] Sound Blaster 16 issues...

2011-10-04 Thread Eric Auer
Hi John, I've got an ISA SB16 on a 486 box I've installed FreeDOS on. Very old hardware :-) installed, enough that games can recognize and use the hardware. Very nice. Only true ISA soundcards really please old games. However, I'm still running into some trouble with it. CTSB16.SYS and

Re: [Freedos-user] batch programming language

2011-09-21 Thread Eric Auer
Hi :-) Look this nice code that we cant run on Freedos http://windowstipoftheday.blogspot.com/2005/03/ms-dos-calculator.html To do calculations in FreeDOS, use the FreeCOM feature to SET an environment variable from the output of any program and use CALC387 (only 1024 byte) as calculator.

Re: [Freedos-user] Serial port

2011-09-07 Thread Eric Auer
Hi James, I have an external speech synthesizer that I have been fooling around with on my host os. Mac os x 10.7 lion. In order to use the synthesizer on my mac I had to get a usb2serial adaptor and install it's driver. ... Anyway, I just wondered if anyone had any info or help on

Re: [Freedos-user] [OT] Problems in the ReactOS community...

2011-09-07 Thread Eric Auer
Hi Mike, Please, someone go ahead and get the code, form another community, and continue development if this project is still worthwhile. Pity to hear that you are so disappointed about them, but of course you can only wait and lobby... I mean if people need a WinNT/Win2k or maybe even newer

Re: [Freedos-user] Serial port

2011-09-07 Thread Eric Auer
Hi Ralf, James, I am wondering how to set up my device in virtualbox to work with freedos? I have looked in the settings for my guest os, freedos. I see under ports a section on serial ports, and also a section on USB. But I don't know which would relate to my external speech synthesizer.

[Freedos-user] Serial ports versus USB versus virtual computers with DOS guests

2011-09-07 Thread Eric Auer
Hi Ralf, my idea was that the serial hardware device to USB hardware port conversion was done in hardware, so either covered by working hardware or hopeless... Next step is getting from real USB port to anything accessible inside a VM and I had the idea that a typical VM shows USB to guests as

Re: [Freedos-user] boot cd freedos 1.1 + panasonic usb drivers

2011-09-03 Thread Eric Auer
Hi, If all you need is to make your own .ISO to burn to CD, try this: mkisofs -R -D -V FreeDOS 1.1rc1 -o ~/fdbasecd-remastered.iso \ -b isolinux/isolinux.bin -c isolinux/boot.cat \ -no-emul-boot \-boot-load-size 4 \ -boot-info-table /tmp/fdbasecd-contents/ Let me see...

Re: [Freedos-user] dos backups in the 21st century?

2011-08-30 Thread Eric Auer
Hi Michael, An rsync server? I need help ... there is not enough time If you ask me, rsync works well and is safer when you can do it over ssh, but that sort of leads to the question whether you have a SSH server for DOS. Nice clients include ssh2dos. strict programming API I can use temp

Re: [Freedos-user] desktop2 in freedos

2011-08-26 Thread Eric Auer
Hi Michael, Another area of trouble for Freedos is this, is there enough freely available software for DOS environments? Is it even possible to buy commercial DOS software any more at reasonable prices? Are the best DOS programs ones that you will have to pirate? When MS-DOS support

Re: [Freedos-user] Will Freedos support more modern hardware?

2011-08-21 Thread Eric Auer
Hi! I think there were some ideas about DOS extenders for using multi core multithreading within DOS apps HX 2.15 + 7-ZIP ... never came out. Interesting, how far did they get? What stopped the plans? pbzip2 compresses multiple parts of a file in parallel, so you can compress one large

Re: [Freedos-user] Will Freedos support more modern hardware?

2011-08-20 Thread Eric Auer
Hi Michael, sorry about covering so many topics in one mail :-) I tried to use paragraphs. Also, you are welcome to shorten quoted parts a lot when you write replies to my mail. Thanks :-) I'm thinking of modern video cards and multiple core processors. My modern video card works fine in

Re: [Freedos-user] Will Freedos support more modern hardware?

2011-08-20 Thread Eric Auer
Hi! Figuring out what to use multiple cores for is a problem in today's world. What do you with seven cores? How about 100 cores? Multicore chips are not coming into existence because making faster single core chips doesn't make sense, they are coming into existence because making faster

Re: [Freedos-user] dos backups in the 21st century?

2011-08-17 Thread Eric Auer
Hi Karen, because I do a great deal of work from this machine, years worth of data, audio production projects and the like I desire a method to back up both of my dos drives safely that preserves the data. not just files, entire drives. In this case, although they are not full this What

Re: [Freedos-user] Connectivity (ethernet card drivers)

2011-08-09 Thread Eric Auer
Hi Julio, if I understand you correctly, you need: - a CD/DVD-RW driver (or just a read-only driver, it does not matter then whether the disks are CD, CD-R, CD-RW or other) Try UIDE for the hardware plus SHSUCDX for the filesystem... They have verbose documentation but maybe somebody can

Re: [Freedos-user] FreeDOS driver issues

2011-08-08 Thread Eric Auer
Hi Virii, Does that mean I can use multiple cards somehow? In theory, yes, in practice, it will depend on how well you can edit the MPXPLAY etc config. Of course at most one of the cards can use SB16/similar mode, but as you say: I figured it out. It figures the only card I know worked in

Re: [Freedos-user] FreeCom: Wrong DIR behavior on empy disks.

2011-07-29 Thread Eric Auer
Hi for the third, IIRC I had reported this BUG some time ago ... if volume is empty, I want to see how much space for bloat I have ;-) That is not a bug, dos386. FreeCOM command.com DIR does this intentionally, as far as I remember for mimicking MS style, which in turn might be necessary for

Re: [Freedos-user] Test UIDE Available, For VirtualBox.

2011-07-24 Thread Eric Auer
Jack, Except for minimal boot systems, like yours and Lucho's multiboot diskette, I recommend a minimum of 250-MB cache to handle todays' LARGE Windows files. Copying a 100- MB file will take 200-MB of UIDE's cache space (input and output), and some cache space must remain for directories

Re: [Freedos-user] Test UIDE Available, For VirtualBox.

2011-07-24 Thread Eric Auer
Hi Bernd, Jack's driver only accepts certain values. This might be intentional due to specific caching algorythms. Using XMSSIZE I'd still have to use a lot of errorlevel stuff: if not errorlevel 5 , then use /B /N1 /N3 if not errorlevel 10, then use /S5 if not errorlevel .. etc. if

Re: [Freedos-user] Test UIDE Available, For VirtualBox.

2011-07-24 Thread Eric Auer
Jack, A cache might already know that the directories are more useful because they are accessed more often ... Sorry about the misunderstanding - I did not mean that the cache would know what a FAT or directory is, just that those sectors are accessed frequently, giving the cache a chance

Re: [Freedos-user] Can't Install; FreeDOS 1.1 test release #2

2011-07-19 Thread Eric Auer
Hi! Has anyone had any luck installing this latest test release? http://sourceforge.net/news/?group_id=5109id=302138 I've tried everything from burning it to a disc, to mounting the boot floppy/iso through Grub4Dos, and even rebuilding the iso. I read the readme.txt for the release,

Re: [Freedos-user] FreeDOS4Kids... and latest FreeDOS updates

2011-07-17 Thread Eric Auer
Hi Andrew, You were absolutely spot on with your assessment of my previous FAT configuration, re strange file system corruption. Given the vintage of the 430CDS I had originally assumed that FAT16 was the best way to proceed, but this time with a little more research I reformatted in FAT32

Re: [Freedos-user] FreeDOS driver issues

2011-07-17 Thread Eric Auer
Hi! Does anyone here know about connecting two PCI sound cards in FreeDOS? I have two sound chips: One on my mainboard (something nForce HDA) and one PCI ForteMedia FM801 (thanks Martin!). The former has good quality in Linux but is ignored in DOS, the latter sounds worse in Linux but works

Re: [Freedos-user] DEBUG

2011-07-17 Thread Eric Auer
Hi Jeffrey, The FreeDOS wiki says that NASM is the reference assembler. However, when I use FreeDOS DEBUG to disassemble (unassemble?) a com file, the syntax for addressing memory is not NASM syntax. This is intentional - DEBUG uses the same assembly language syntax as MS DEBUG, so existing

Re: [Freedos-user] FreeDOS driver issues

2011-07-16 Thread Eric Auer
Hi Virii, please check the install known problems section: http://sourceforge.net/apps/mediawiki/freedos/index.php?title=Install#Known_problems You are right that installing all includes some unstable things such as old USB or network drivers which might crash or hang during install. To avoid

Re: [Freedos-user] DOS and Right-to-left support

2011-07-13 Thread Eric Auer
Hi Henrique, would anyone out there happen to know how did arabic DOS, on the old days, deal with: 1) The control characters needed to handle the script - ZWJ (Zero-width joiner), ZWNJ (zero-width non-joiner), RLM (right-to-left mark), LRM (left-to-right mark) and control characters

Re: [Freedos-user] Problem with USB keyboard in some computers

2011-07-07 Thread Eric Auer
Hi Bret, I disagree here. You would only need reentrant handling if it could happen that int 15.4f is called while int 15.4f already is busy. This is unlikely for two reasons ... Agreed: Unlikely, but absolutely not impossible. Drivers should be designed to handle even unlikely events

Re: [Freedos-user] Unicode (It was 'Problem with USB keyboard in some computers')

2011-07-07 Thread Eric Auer
Hi Jeffrey, Would chaining interrupt 0x10 be reasonable? If I am not mistaken the FreeDOS kernel uses interrupt 0x10 function 0x0E to print characters to the screen. A TSR could be written to handle function 0x0E and pass the other functions to the BIOS. Of course. In the old days of bad

Re: [Freedos-user] Unicode (It was 'Problem with USB keyboard in some computers')

2011-07-07 Thread Eric Auer
Hi Jeffrey, HOWEVER, the array, int 10 and CON are all officially assuming a one byte is one character scenario so your layout is likely to get messed up when you use UTF-8 and you cannot use UTF-16 anyway. In color text modes, alternating bytes are used for character and attribute. So if

Re: [Freedos-user] Dos Games, on a Web site ?

2011-07-07 Thread Eric Auer
Hi Garrison, as freebasic (and freepascal, openwatcom, djgpp...) are quite complete by now, you could consider using your games in the qbasic-style mode of freebasic, maybe with some porting... You could use the dosbox Java applet port to run things in a web browser, or somehow couple freebasic

Re: [Freedos-user] Problem with USB keyboard in some computers

2011-07-06 Thread Eric Auer
Hi Bret, int 15.4f is supposed to be called from the BIOS from the INT 09 handler, and NOBODY else. I've done some more research regarding this, and it is never stated anywhere that this function can ONLY be called from the INT 09 handler. That is merely an assumption on your part. As

Re: [Freedos-user] Installing with no CD drive

2011-07-05 Thread Eric Auer
Hi Bernd, For example the ideal FreeDOS drive to install to is a C: which is: * part of a harddisk No really. * harddisk is first harddisk on IDE/ATA/SATA controller Should be easy to check. * partition is large enough * partition has enough free space * partition is writable *

Re: [Freedos-user] graphics in dos.

2011-07-05 Thread Eric Auer
Hi Kurt, Maybe someone would know; was playing with old fashioned 16 bit graphics, compiling with djgpp. The djgpp info warns that both bios and vga approach go outside of protected mode, so that mangling of the system is possible. Such programs don't even run in NTVDM dos emulator, but work

Re: [Freedos-user] Installing with no CD drive

2011-07-05 Thread Eric Auer
Hi :-) (I know Eric promotes my old 2008 RUFFIDEA [three disks] sometimes, or even his Brezel mini distro, but I halfway think mine's too old and quirky to be generally useful, esp. nowadays. Alas. And it's just too hard to update properly, and I have real life chapping my ass, so that

Re: [Freedos-user] Mouse must move

2011-07-05 Thread Eric Auer
Hi, just a guess but... If certain programs are loaded immediately after booting, the computer appears to be locked, but after moving the mouse everything is back to normal, and the machine will not lock again until the next boot. If you're not loading the mouse high, I can't imagine any

Re: [Freedos-user] Problem with USB keyboard in some computers

2011-07-05 Thread Eric Auer
Hi Rugxulo, Unicode (now at 6.0) is pretty damn huge. I don't know if... While Unicode is huge, DOS keyboard layouts tend to be limited to Latin and Cyrillic and some other symboly which is a tiny subset. Well, determining which subset (for us) is the main problem. You could start using

Re: [Freedos-user] Problem with USB keyboard in some computers

2011-07-03 Thread Eric Auer
Hi! The basic problem is that INT 15.4F is a BIOS function that can be called by any program at any time. It's true that it is always supposed to be called by the INT 09 handler... all kinds of issues that must be taken into account in the implementation, including the fact that it must

Re: [Freedos-user] Problem with USB keyboard in some computers

2011-07-03 Thread Eric Auer
Hi Rugxulo, long Unicode story ahead :-) Regarding FD-KEYB 3.0, I've been think of some ways that it could be improved. I think one thing that would help immensely is to turn the translation into a two-step process. The first step would be to translate the input scancodes to Unicode,

Re: [Freedos-user] New kernel

2011-06-29 Thread Eric Auer
Hi Santiago, I was setting up a fresh FreeDOS machine and when I was about to download the kernel 2039. I discovered there is a new 2040 version. I think I miss the mail announcing it, but should I use it? Is it a stable kernel? As far as I remember, kernel 2040 (4/2011) fixes some small

Re: [Freedos-user] Basic networking abilities

2011-06-24 Thread Eric Auer
Hi all, I hope you noticed the comment at the end saying that Aitor is NOT actually the sender of this mail. Among others hops, it came along the German Alice DSL IP 85.177.229.61 - the mail header says this: This message did not originate from the Sender address above. It was remailed

Re: [Freedos-user] Soundcard Audigy 2 works in MPXPLAY but nowhere else.

2011-06-22 Thread Eric Auer
Hi Johannes, I have such an audiocard, which are listed in the soundcardfile from MPXPLAY with native hardware access. My problem is I have some games, I like to try with audio, but I canĀ“t make it work. Like many modern soundcards, the Audigy soundcard will be AC97 or HDA compatible. In

Re: [Freedos-user] Soundcard Audigy 2 works in MPXPLAY but nowhere else.

2011-06-22 Thread Eric Auer
Hi Johannes, I have heard that the most soundcards work with an old dosdriver for SB compatible cards. Maybe not. The Audigy driver will probably be designed only for Audigy cards. If the Audigy is AC97 compatible it might be easy for Creative to also support more AC97 compatible cards - but

Re: [Freedos-user] Soundcard Audigy 2 works in MPXPLAY but nowhere else.

2011-06-22 Thread Eric Auer
Hi Zbigniew! Tried several times to use ordinary Soundblaster Live! under DOS - and _never_ was able to make any use out of this card under DOS. Note that SB Live! is not a SoundBlaster in the sense that SB 1.0, SB 1.5, SB Pro, SB 2.0 or SB 16 are, it is not compatible to any of those DOS

Re: [Freedos-user] New release of DOSUTILS package

2011-06-15 Thread Eric Auer
Hi! RPN - perform integer calculations If you need floating point: The 1024 byte(!) calc387.com will be fun for you. For example Rugxulo's Ruffidea distro contains a copy of the tool :-) True, RPN can't do floating point. And even though it can be used interactively, its main purpose

Re: [Freedos-user] Unable to install freedos in a VM

2011-06-13 Thread Eric Auer
Hoi Bart-Jan, I'm trying to install Freedos in a KVM Virtual Machine (Debian Stable) using the base iso. However, it seems to halt at a - InitDisk message. How do I get past this point? I've tried different hard disk sizes, as small as 256MB, to make sure I would not hit any limit, but

Re: [Freedos-user] New release of DOSUTILS package

2011-06-13 Thread Eric Auer
Hi! For those who read mails but do not follow all URLs, and to already give some feedback and plug ads for similar tools, DOSUTILS contains: ASKECHO - prompt for user input Note that FreeCOM command.com has a special SET for this. TIMESTMP - write date/time in a very flexibly

Re: [Freedos-user] New 7-Jun-2011 UIDE Driver, Etc.

2011-06-11 Thread Eric Auer
Hi Andreas, I have an ASUS EeePC 901 with an older SSD, that now has its internal 4G partition (first flash drive) used for FreeDOS. It runs and I'm happy. Most drivers, like UIDE and JEMM386, work very well. The problem is mostly to get drivers, like VESA and SOUND, to run on these

Re: [Freedos-user] Unloading TSRs

2011-06-10 Thread Eric Auer
Hi Marcos, Do we have a utility to unload a program (a TSR, I suppose) that does not have its own unload option? I think I have such things but I do not remember whether they came from the distro or from some other source. This is to unload DPAKBD (a replacement for Tame). Hints or

Re: [Freedos-user] UEFI versus BIOS - was: Licensing issues

2011-06-07 Thread Eric Auer
Hoi Bernd, As Tom already mentioned, FreeDOS is usually included (typically on the support CD) as an 'in-your-face' towards Microsoft with their 'every PC has to be sold with an OS'... However with the move of motherboard companies as well as BIOS writers AMI and Award/Phoenix towards

Re: [Freedos-user] Why I use FreeDOS

2011-06-02 Thread Eric Auer
Hi! I make diode testers and need an operating system that is close to real time. Also I need to sometimes interact directly with the computer hardware. FreeDOS fills the bill on both counts and WINDOWS is useless. I appreciate very much what you folks are doing and hope that I can help in

Re: [Freedos-user] Problem with UIDE

2011-05-17 Thread Eric Auer
Jack, == so, imho, the drive A: is disapearing when UIDE is loaded. It looks like an interaction between the BIOS boot driver that creates A: for the CD boot image and UIDE :( I wrote UIDE to be a standard system driver, not a CD boot driver, and I was unaware that BIOS CD boot drivers

Re: [Freedos-user] Problem with UIDE

2011-05-17 Thread Eric Auer
Hi Alain, (I hope this messags comes though, 5th try...) One got automatically blocked because it had a (too big) attachment, and I think that is good. I see you already transferred the same information without attachments :-) Eric

[Freedos-user] UIDE vs drive power management spin down timers

2011-05-14 Thread Eric Auer
Jack, [others: this is a bit long/technical, the summary is that it is both easy and safe to use shallow drive power management.] The problem is WHERE does UIDE or any other driver wait for a sleeping, i.e. stand-by hard disk to awaken again?? The ATA specs do not make this clear. Can

Re: [Freedos-user] Basic question on UIDE

2011-05-14 Thread Eric Auer
Hi Cordata, All this talk about UIDE prompted me to investigate this tool. It looks interesting. How does the caching work for disk writes? I assume that when the cache is full the next sector read in will cause the oldest sector to be written out? Neither UIDE nor lbacache nor cdrcache

Re: [Freedos-user] if not exist MD XXX

2011-05-14 Thread Eric Auer
Hi Christian, if not exist mydir/nul md mydir Doesn't work on XP (I think?), but that's the typical DOS way. This kept bothering me for some reason, so I checked now. It appears to work just fine on MSW NT command lines, executing the command after if not exist dir\nul if and only if

Re: [Freedos-user] UIDE vs drive power management spin down timers

2011-05-14 Thread Eric Auer
Jack, I read through and understood all your comments about hard-disk power management, etc. My problem is: I am not-interested in being the one who does power management. If DOS or the BIOS wants to save power thru putting disks into stand-by mode, let them do it... There is not much

Re: [Freedos-user] UIDE vs drive power management spin down timers

2011-05-14 Thread Eric Auer
Jack, There is not much to do there, as you only tell the disk once and then the disk itself does the rest. Amen!, so let the user handle this thru the BIOS setup routines and let the BIOS tell the disk what to do during system boot! BIOS vendors have many more programmers than just me by

Re: [Freedos-user] CHKDSK on floppy

2011-05-13 Thread Eric Auer
Hi Ray, This is CHKDSK beta 0.9.1 If there is a sub-directory present on a floppy, CHKDSK report seems normal. If there is no sub-directory - whether or not there are files: Assertion failed: size, file bitfield.c, line 34 Abnormal program termination Is this to be expected? No. I

Re: [Freedos-user] UIDE

2011-05-13 Thread Eric Auer
Hi Marcos, Jack, Readme.Txt says Power-saving features such as a 'drive spin-down timeout' should be DISABLED. ... Is that what I should disable? If so, does this mean that the hard disk must keep running all the time if UIDE is used? Of course DOS will freeze for a short

Re: [Freedos-user] Code pages in dot-matrix printers

2011-05-07 Thread Eric Auer
Hi! ... all the required sizes are multiple of six ... A simple way is to reduce the character width is to look for 2 consecutive columns with the same bits, and delete one (as contain redundant information) You need to deleted 2 columns on each glyph to get a 6 columns matrix. That

Re: [Freedos-user] Code pages in dot-matrix printers

2011-05-06 Thread Eric Auer
Hi Mark, Henrique, ghostscript in general is a nice tool and there are ports for DOS which work in FreeDOS or are even made for FreeDOS, I think that for example Blair made one such port. Using 32 bit DOS C compilers is no big problem, things still run on 16 bit DOS but you will need a 386 or

Re: [Freedos-user] Code pages in dot-matrix printers

2011-05-05 Thread Eric Auer
Hi Henrique, If I understood you correctly, by using FreeDOS GRAPHICS, I could send a codepage directly to the printer's RAM (naturally, one which wasn't already hardcoded into it). Am I right? It would be great. No. You could print a screenshot of DOS showing text in some (possibly

Re: [Freedos-user] Freedos license

2011-05-05 Thread Eric Auer
Hi Sorin, I am kind of new to freedos operating system and I want to know if it is ok to deliver it installed on assambled computers we deliver to a customer. In short yes - it is free software. You may want to look at http://sourceforge.net/apps/mediawiki/freedos/index.php?title=Install

Re: [Freedos-user] Code pages in dot-matrix printers

2011-05-05 Thread Eric Auer
Hi Henrique, I just read a PDF file Epson ESC/P Reference Manual. It explains that 24-pin printers can receive definitions on 241 characters into its RAM but those 9-pin LX printers cannot. They can only receive 6 characters Well 241 is enough for normal purposes, control chars do not

Re: [Freedos-user] Code pages in dot-matrix printers

2011-05-05 Thread Eric Auer
Hi Henrique, Bret, interesting to know that there's someone out there, familiar to FreeDOS, still using those 9-pin printers. At least here in Brazil they're still used on lots of places because of their low operational cost. Well, Eric and Konstantyn... So much for the museum idea!

Re: [Freedos-user] Code pages in dot-matrix printers

2011-05-04 Thread Eric Auer
Hi Henrique, while I agree that it would be interesting to know which character byte corresponds to which character shape for lots of ancient printers, I almost cannot imagine any pre-ESC/P printer to be still working and for those it is always an (although slow) option to print text using

[Freedos-user] freedos-cvs list bounces and automatic dropping of 7 users

2011-05-03 Thread Eric Auer
Hi, possibly related to some larger commits recently, I noticed that a few people fell off the freedos-cvs mailing list after bounces. I hope they read this or somebody notifies them indirectly... Affected are: ? casino_e movistar (.es) AITORaitorsm fdos ? freedos omalogic

Re: [Freedos-user] Problem with USB keyboard in some computers

2011-04-19 Thread Eric Auer
Hi STF! No, but I've dug a little bit deeper in the ISO file, and I think the problem is elsewhere, but of course, correct me if I'm wrong. It seems that the real O/S is loaded from isolinux/data/fdboot.img. This fdboot.img is actually a gzip file containing another file called IMAGE.

Re: [Freedos-user] Problem with USB keyboard in some computers

2011-04-17 Thread Eric Auer
Hi Marcos, Bret's USB keyboard driver worked perfectly for my two notebooks (Compaq and IBM, both year 1999) and one desktop (Pentium 166). It is unusual that the BIOS did not already do the keyboard for you. *However*: - There is an incompatibility with FDAPM. I forgot the details, but

Re: [Freedos-user] Problem with USB keyboard in some computers

2011-04-17 Thread Eric Auer
Hi Bret, interesting to have a laptop which already has USB but does not yet have USB keyboard BIOS support indeed... I hope you can find out a bit more about USB versus FDAPM. Maybe on some machines USB has IRQ uses which are not reliably enabled during HLT? Maybe even NMI/SMI? Also

Re: [Freedos-user] a creative situation?

2011-04-11 Thread Eric Auer
Hi Karen, you have MS DOS on your IBM Thinkpad 560 with 3c562 network card. You use SSH2DOS and plan to use any DOS web browser like Arachne, Lynx or similar. You need something which works with your screen reader software. Of course you could use Linux with Brltty which several mainstream

Re: [Freedos-user] Large drives with 4k sectors presenting as 512b?

2011-04-11 Thread Eric Auer
Hi everybody, as Pat, I am surprised that this thread got so emotional. However, the topic itself is still very interesting, so I would like to add mixed comments (ignoring all irritated / communist questions). My mail is a bit long, but also tries to summarize what I want to say about this

Re: [Freedos-user] Large drives with 4k sectors presenting as 512b?

2011-04-09 Thread Eric Auer
Hi Scott, I see that the FreeDOS format command has a /A option to use 4k sector formatting. That is not actually 4k sector formatting, as the help explains: /A Force metadata (reserved/boot sectors and FAT32s together) to be a multiple of 4k in size. The NTFS

<    5   6   7   8   9   10   11   12   13   14   >