Re: [Freedos-user] Casio Algebra 2.0 can Freedos be installed?

2020-12-22 Thread TK Chia
Hello Bob, hello Eric, >> This is supposed to have a V30 processor and Rom-Dos. Haven't had time >> to check it out thoroughly yet. >> I should have asked if it can be installed by a clutz. >> Specs on Wikipedia https://en.wikipedia.org/wiki/Casio_Algebra_FX_Series Hi! Interesting question. T

Re: [Freedos-user] Casio Algebra 2.0 can Freedos be installed?

2020-12-22 Thread dmccunney
On Tue, Dec 22, 2020 at 6:06 PM Bob Yates wrote: > > This is supposed to have a V30 processor and Rom-Dos. Haven't had time > to check it out thoroughly yet. > > I should have asked if it can be installed by a clutz. It's a *graphing calculator*. Even if you can install FreeDOS (and I doubt it'

Re: [Freedos-user] Casio Algebra 2.0 can Freedos be installed?

2020-12-22 Thread Eric Auer
Hi! Interesting question. This calculator has only 146 kB RAM and only 256 kB of the ROM is reprogrammable flash. Also, the display has very low resolution. You might be able to get some workable solution by starting from Rayer's ROM OS approach, but everything is very small in that calculator. So

[Freedos-user] Casio Algebra 2.0 can Freedos be installed?

2020-12-22 Thread Bob Yates
This is supposed to have a V30 processor and Rom-Dos.  Haven't had time to check it out thoroughly yet. I should have asked if it can be installed by a clutz. Specs on Wikipedia https://en.wikipedia.org/wiki/Casio_Algebra_FX_Series ___ Freedos-use

Re: [Freedos-user] Microsoft 8086 Assembler

2020-12-22 Thread ZB
On Mon, Dec 21, 2020 at 07:30:46PM -0500, Marv wrote: > I installed MASM before I realized there are a couple of assemblers listed > on the FreeDos software page. The Flat Assembler seems especially well > supported. Is anyone here familiar with FASM? MASM is probably overkill for > my purpose and

Re: [Freedos-user] IDE <-> CF adapters

2020-12-22 Thread Dale E Sterner
Check the speed of the cf chip. If too fast for your machine, it might not work. If over 266x I have problems. Sandisk chips are high quality but they are internally marked as removable. Alot of programs are made to refuse to run on removables. Komputerbay cf chips are internally marked as fixed, a

Re: [Freedos-user] IDE <-> CF adapters

2020-12-22 Thread DosWorld via Freedos-user
> I have a 486 Toshiba laptop and a 286 desktop. Both use CF cards as their > only storage, connected through cheap mechanical CF<->IDE adapters. It works > perfectly. > Which size (MB) this cards ? ___ Freedos-user mailing list Freedos-user@lists.

Re: [Freedos-user] IDE <-> CF adapters

2020-12-22 Thread Mateusz Viste
On 22/12/2020 14:37, DosWorld via Freedos-user wrote: 2. Use last generation of motherboard for Pentium-1 (as minimum) with VIA Apollo chipset (designed for Pentium and Amd K6/K6-2) - only this chipset understand ATA100 native and allow connect CF via simple IDE-CF reductor I have a 486 Toshi

Re: [Freedos-user] Microsoft 8086 Assembler

2020-12-22 Thread Lino Mastrodomenico
Any assembler included with FreeDOS will work perfectly for your use case. Personally between fasm and nasm I have a slight preference for nasm because it has clear and extensive documentation including examples on how to create 16-bit code for DOS: https://www.nasm.us/docs.php Il giorno mar 22 d

Re: [Freedos-user] IDE <-> CF adapters

2020-12-22 Thread DosWorld via Freedos-user
>> 1. This is bad idea - use flash cards for swap or more modern os (like all >> windows). I had experience with 16 TF cards, which die after 1 year (rewrite >> limit). All 16 cards work in non-overloaded machines. >> Another point - try use SSD. Like PCIE in "PCIE to IDE" box (one year ago, i

Re: [Freedos-user] IDE <-> CF adapters

2020-12-22 Thread DosWorld via Freedos-user
> Primary master: 512 MiB DOS partition, Win 95 above 512 MiB > Primary slave: possible 512 MiB DOS partition, Linux home and root above 512 > MiB, plus anything Unixy I feel like experimenting with. > Secondary master: 512 MiB FAT partition for Win 3/9x page files, Linux swap > above 512 MiB.

Re: [Freedos-user] IDE <-> CF adapters

2020-12-22 Thread Eric Auer
Hi! If you say you have a 512 MB BIOS limit, your limit probably is 512 * 63 * 16 * 1024 bytes, in other words a limit in the number of "heads" (those do not relate to actual surfaces). Are you sure FreeDOS is affected when you use LBA? Note that the limit is only 504 * 1024 * 1024 bytes, so de

Re: [Freedos-user] IDE <-> CF adapters

2020-12-22 Thread Jon Brase
>Remember FAT16 partitions are limited to 2GiB in MS/PC-DOS. >So, drives are limited to 8GiB. The BIOS on this machine doesn't like partitions outside of the first 512 MiB of the disk, so DOS is limited to 512 MiB per disk (but I'm able to run Linux and Win95 beyond that point).

Re: [Freedos-user] IDE <-> CF adapters

2020-12-22 Thread Jon Brase
>Regarding your Linux: On a modern computer, you probably want >to use a RAM filesystem for temporary files. But you say you >need a lot of swap, so this is probably no option for you. I >can predict that if your swap is on CF, your Linux will be at >least as slow as it was with a harddisk ;-) My