|
View:
New views
13 Messages
—
Rating Filter:
Alert me
|
|
|
getting applications workingIf you update FreeDOS, in accordance with the update list
noted by Eric Auer, do consider adding the UIDE or UIDEJR driver, also XMGR and RDISK if desired. They are avail- able from <http://johnson.tmfc.net/dos/driver.html>, also from other Internet sources. UIDEJR is a "basic" hard-disk and CD/DVD driver. It can run SATA or IDE disk/CD/DVD drives, in many cases about 2 times as fast as BIOS logic for disks or older "PIO mode" drivers for CD/DVD drives. UIDEJR replaces the GCDROM, XCDROM, and XDMA drivers, offering faster performance via use of an XMS buffer for I-O "not suited" to UltraDMA. UIDE adds caching for disk/diskette/CD/DVD drives and has the same device-handler capability as UIDEJR. Its cache makes UIDE about 2 times faster than UIDEJR for both disk and CD/DVD drives. UIDE can cache 5-MB to 2-GB of data! UIDE/UIDEJR take about 5K/3K of upper-memory on a FreeDOS system, that does not provide HMA space to drivers loaded by the CONFIG.SYS file. If desired, Eric Auer's DEVLOAD can be used to load them from the AUTOEXEC.BAT file, thus reducing UIDE/UIDEJR to 992/768 bytes of upper-memory and the rest occupying HMA space. JEMM386 is recommended for extra upper-memory, DPMI/VCPI, or if any "protected mode" applications are used. If a simple "real mode" system is wanted, the UMBPCI driver by Uwe Sieber and the XMGR driver (offered with UIDE) can be used. XMGR has built-in features to support the "Shadow RAM" memory used by UMBPCI, which does not allow DMA. See the README file for XMGR/RDISK/UIDE for some examples of CONFIG.SYS files that can load these drivers. ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Freedos-user mailing list Freedos-user@... https://lists.sourceforge.net/lists/listinfo/freedos-user |
|
|
Re: getting applications workingJack schreef:
> If you update FreeDOS, in accordance with the update list > noted by Eric Auer, do consider adding the UIDE or UIDEJR > driver, also XMGR and RDISK if desired. They are avail- > able from <http://johnson.tmfc.net/dos/driver.html>, also > from other Internet sources. > We'll surely add them, as they are the de-facto only usable legally freely distributable and good working cd-rom drivers. I guess this means we'll be able to drop the old sets of PCI UDMA drivers and cdrom-drivers as well, though I can remember using some of them to get a more stable pci-bus set up. (more initialisation done than standard PCI by BIOS) Your integration with JEMM/JEMMEX is a quite nice feature. Bernd ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Freedos-user mailing list Freedos-user@... https://lists.sourceforge.net/lists/listinfo/freedos-user |
|
|
Re: getting applications workingHi Bernd, Jack, > Jack schreef: >> If you update FreeDOS, in accordance with the update list >> noted by Eric Auer, do consider adding the UIDE or UIDEJR >> driver, also XMGR and RDISK if desired. They are avail- >> able from <http://johnson.tmfc.net/dos/driver.html>, also >> from other Internet sources. > We'll surely add them, as they are the de-facto only usable legally > freely distributable and good working cd-rom drivers. I agree - you could also use XCDROM / GCDROM / XGCDROM but with UIDE or UIDEJR you get a newer version with better maintenance and small memory footprint :-). Bernd, maybe you could make FDPKG / installer / FDUPDATE compatible packages for the Mateusz and his fdupdate repository? My hope is that at some point we can throw a nice collection of fdupdate packages over our 1.0 ISO to instantly have an almost complete FreeDOS 1.1 ISO at little effort :-). > I guess this means we'll be able to drop the old sets of > PCI UDMA drivers and cdrom-drivers as well, though I can > remember using some of them to get a more stable pci-bus set up. > (more initialisation done than standard PCI by BIOS) Interesting, but using BIOS is more compatible, I hope. What I miss in UIDE is support for BIOS Eltorito disk access of the CD/DVD you booted from. Similar to the ELTORITO SYS from Bart L, hopefully with similar list of BIOS bug workarounds of which there seem to be many in the driver from Bart ;-). That would make UIDE even more universal for CD/DVD access in DOS :-). Eric ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Freedos-user mailing list Freedos-user@... https://lists.sourceforge.net/lists/listinfo/freedos-user |
|
|
|
|
|
|
|
|
Re: getting applications workingHi,
> I tried compiling lcal and pcal (at Sourceforge) yesterday and both > built fine with djgpp, but they have a djgpp makefile already. I also > tried diffh (also at Sourceforge) with djgpp. Had to copy the makefiles > and .Tpo files from the mingw build over in order to get it to compile, > but then it built. Any good place to share applications or what patches > are needed to get them building? I think learning from those makefiles is the easiest way. One problem is sometimes, that the libraries which are needed aren't available for DJGPP. But I think Robert and others know more. :-) Bye Flo ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Freedos-user mailing list Freedos-user@... https://lists.sourceforge.net/lists/listinfo/freedos-user |
|
|
Re: getting applications working> Notable things:
> edit buggy (some PC's) > perl NOMYSO ??? > Georg Potthast is also doing experiments with a player for new hardware. His "driver" now can play from memory so it became a real driver :-) > > * BOCHS emulator (host OS = emulated OS = DOS) > Or any other emulator, of course QEMU or BOCHS only (BOCHS is slower and better) > > > Is there a PNG viewer for FreeDOS? > I guess you could use DISPLAY from our ImageMagick port "DISPLAY" works for 95% of PNG's ... NOT from "ImageMagick port" > I also tried mplayer. For video, not sound. > Seemed to work without crashing, although the display jittered and there > was a lot of text in the background. RTFM: "--really-quiet" > Is there a version of vlc or xine that works on DOS? VLC is very buggy (a few bugs got fixed ... but we are at 1.0rc4, not 0.20 ...) and the GUI is horrible. I'm not aware of any efforts to port it to DOS. The only benefit of VLC is OGG Dirac support. > Don't need Qbasic, just basic. ??? > Does FreeBASIC only compile or can it run programs in interpreted mode? Compile only. >> HIMEM to HIMEMX, EMM386 to >> nothing or JEMM > Is there a web site or a how to with instructions on how to switch some of these and which > ones to use? A sample fdconfig.sys with some of these would be nice. REM DEVICE=HIMEMX.EXE DEVICE=HIMEMX.EXE /NUMHANDLES=72 REM DEVICE=XMGR.SYS REM DEVICE=EMM386.EXE NOEMS DEVICE=SRDXMS.SYS DEVICE=XDMA.SYS > 2?DEVICE=C:\FDOS\USBDISK.SYS > and then ran dosuhci. Update DOSUHCI to DOSUSB. > It crashed or hung a lot. Confirm. > did finally manage to get a directory of my e: drive (USB flash drive). > The first time I try dir e: on a drive it takes an incredibly long time to run, like 5 minutes A well known FAT28 design fault > Does size of the USB drive affect how well it performs? Huge FAT28 is evil. > Was wondering if I should stay with the smaller drives so it might display the directory faster? YES. < 1 GiB FAT16 > Hope this gets less buggy in future releases (of FreeDOS and the USB driver). Me too. AFAIK fault of USB driver rather than DOS. -- ~~~ wow ~~~ ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Freedos-user mailing list Freedos-user@... https://lists.sourceforge.net/lists/listinfo/freedos-user |
|
|
Re: getting applications workingHi! >> Notable things: edit > > buggy (some PC's) Who what where? >> perl > > NOMYSO ??? There is Perl for DOS. I think even version 5.6 or newer... > QEMU or BOCHS only (BOCHS is slower and better) The Bochs emulator also has a nicer debugger built-in :-) >>>> Is there a PNG viewer for FreeDOS? >> I guess you could use DISPLAY from our ImageMagick port > "DISPLAY" works for 95% of PNG's ... NOT from "ImageMagick port" But there is a tool which has the name DISPLAY and which is part of the ImageMagick suite. If there is no DOS version of it, it would be nice to add. >> I also tried mplayer. > For video, not sound. Mplayer can also play pure audio files. >> Seemed to work without crashing, although the display jittered and >> there was a lot of text in the background. > RTFM: "--really-quiet" Interesting problem! Of course mplayer in X / Linux uses separate windows for text and graphics, but in DOS it is important to know that the text will most likely end up in the same screen area as the video. Maybe there is a more general solution to this? Let the text scroll at the bottom of the screen or sth? >> Is there a version of vlc or xine that works on DOS? > VLC is very buggy ... and the GUI is horrible. Dunno, it does DVD menu better than mplayer and somehow since I updated my Linux mplayer has problems to play some movies at correct speed while VLC still works. But in general, I also like mplayer better :-)). >> Don't need Qbasic, just basic. > ??? I am not aware of GWBasic clones for DOS beyond BWBasic which we once tried to improve by adding graphics/sound. But as said, FreeBASIC is very nice :-). >> Is there a web site or a how to with instructions JEMM386 and JEMMEX come with nice text files about how to use them, just read the manual :-). > Update DOSUHCI to DOSUSB. > >> It crashed or hung a lot. > > Confirm. > >> did finally manage to get a directory of my e: drive (USB flash >> drive). The first time I try dir e: on a drive it takes an >> incredibly long time to run, like 5 minutes DOSUSB does not use USB 2 speed. It also is slower than some BIOSes even in USB 1 mode but has similar speed compared to other BIOSes... :-). >> Was wondering if I should stay with the smaller drives >> so it might display the directory faster? > YES. < 1 GiB FAT16 You can also partition your USB stick to make the first partition FAT16 and smaller than 1 GB, but I do not think that FAT32 will be extremely bad for performance. However, DOSUSB driven partitions are not cached because they are DOS block devices without int 13 background... Eric ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Freedos-user mailing list Freedos-user@... https://lists.sourceforge.net/lists/listinfo/freedos-user |
|
|
Re: getting applications workingHi!
> > buggy (some PC's) > Who what where? RTFB ... mouse cursor invisible on some PC's > But there is a tool which has the name DISPLAY and There are simply too many DISPLAY's ... I mean the one from 1998 by ??? done with DGJPP closed source freeware > Mplayer can also play pure audio files. On Linux maybe. In DOS NOT with PCI cards. > > RTFM: "--really-quiet" > Interesting problem! Of course mplayer in X / Linux > uses separate windows for text and graphics, but in > DOS it is important to know that the text will most likely Not "most likely" , but definitely > Maybe there is a more general solution to this? > Let the text scroll at the bottom of the screen or sth? If you can modify the source and compile it YES, and I would heavily appreciate. But rather than scroll brew 2 gfx screens, 1 with text and 1 with video, and switch them. Also, all text should go into 1 stream (rather than "stdout" "stderr" "stdtrouble" ...) and allow to save it COMPLETE. Now "--really-quiet" is not REALLY quiet, but at least sufficiently quiet. > partition FAT16 and smaller than 1 GB, but I do not think > that FAT32 will be extremely bad for performance. The bigger the FAT ... -- ~~~ wow ~~~ ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Freedos-user mailing list Freedos-user@... https://lists.sourceforge.net/lists/listinfo/freedos-user |
|
|
Re: getting applications workingdos386 wrote:
>> But there is a tool which has the name DISPLAY and > > There are simply too many DISPLAY's ... I mean the one from 1998 by ??? > done with DGJPP closed source freeware ??? = Jih-Shin Ho Robert Riebisch -- BTTR Software http://www.bttr-software.de/ ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Freedos-user mailing list Freedos-user@... https://lists.sourceforge.net/lists/listinfo/freedos-user |
|
|
Re: getting applications workingHello,
2009/6/13 dos386 <dos386@...>: >> Notable things: >> edit > > buggy (some PC's) > Can you post any more information about those bugs? If you refer to the "cursor blinking bug" that was supposed to appear on 0.9a, so far I only know of a single PC of a single user where this bug appears (apparently the user had some problem with his BIOS). Frankly in my opinion the mouse pointer has always blinked too much (in ALL versions of EDIT), and it is in my todo list (of short-term changes). Any other bug reports are appreciated. Aitor ------------------------------------------------------------------------------ _______________________________________________ Freedos-user mailing list Freedos-user@... https://lists.sourceforge.net/lists/listinfo/freedos-user |
|
|
Re: getting applications workingHello,
2009/6/14 dos386 <dos386@...>: > Hi! > >> > buggy (some PC's) >> Who what where? > > RTFB ... mouse cursor invisible on some PC's "some"? Do you have evidences of it to happen in more than ONE PC where it was discovered? Aitor ------------------------------------------------------------------------------ _______________________________________________ Freedos-user mailing list Freedos-user@... https://lists.sourceforge.net/lists/listinfo/freedos-user |
|
|
Re: getting applications workingAitor wrote:
> If you refer to the "cursor blinking bug" that was supposed to appear > on 0.9a, so far I only know of a single PC of a single user 2 PC's from 6 ... one user (talking for me for now) > bug appears (apparently the user had some problem with his BIOS) But nobody had so far an idea what the BIOS could do wrong or how to test it (while you can test the "128-sector-BUG" or the "VESA-B.S.-readout-BUG" for example) > Frankly in my opinion the mouse pointer has always blinked too much > (in ALL versions of EDIT), and it is in my todo list (of short-term changes). Good, let's just wait :-) > > mouse cursor invisible on some PC's > "some"? Do you have evidences of it to happen in more than ONE PC just 2 -- ~~~ wow ~~~ ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Freedos-user mailing list Freedos-user@... https://lists.sourceforge.net/lists/listinfo/freedos-user |
| Free embeddable forum powered by Nabble | Forum Help |