VOGONS


First post, by keropi

User metadata
Rank l33t++
Rank
l33t++

Hiya!

Yesterday I received a nice IBM PS/1 486 tower , model 2168-552. This system uses the VLSI 82C480 chipset (datasheet download) :

THYFapyl.png

supposedly The Last Byte supports it and have it on it's list but auto-detection fails and if forced to use it the system freezes.
I can see the UMB area is mostly not used - plenty of space for ram to exist there. Obviously I want to create and use UMB blocks without using EMM386 or a similar EMS memory manager.

k1BVS5Ml.png

If anyone has an idea or suggestion please comment, thanks!

🎵 🎧 MK1869, PCMIDI MPU , OrpheusII , Action Rewind , Megacard and 🎶GoldLib soundcard website

Reply 2 of 12, by keropi

User metadata
Rank l33t++
Rank
l33t++

with Tiido's input we poked the chipset on system about it's version and apparently it has a different product code meaning a -FC1 datasheet is needed (which ofcourse is nowhere to be found as expected 🤣). This is what the system reports , it seems the changes are enough to mess with TLB

8bzgxObl.png

🎵 🎧 MK1869, PCMIDI MPU , OrpheusII , Action Rewind , Megacard and 🎶GoldLib soundcard website

Reply 3 of 12, by Deksor

User metadata
Rank l33t
Rank
l33t

Maybe you can tinker with UMBDRVR ( http://www.win3x.org/win3board/viewtopic.php? … =30&f=8&t=26070 )
I'm not sure if I'm getting the documentation properly, but I think you can use more than the listed chipsets by doing something)

Trying to identify old hardware ? Visit The retro web - Project's thread The Retro Web project - a stason.org/TH99 alternative

Reply 5 of 12, by theelf

User metadata
Rank Oldbie
Rank
Oldbie
keropi wrote on 2019-08-11, 11:27:

^ thanks will give it a shot but tbh I am not that hopeful 😁

Hi sorry to revive this old thread, finally did you find any way to do UMBs on this IBM? thanks!

Reply 7 of 12, by theelf

User metadata
Rank Oldbie
Rank
Oldbie
keropi wrote on 2022-11-14, 05:43:
theelf wrote on 2022-11-14, 04:04:

Hi sorry to revive this old thread, finally did you find any way to do UMBs on this IBM? thanks!

Nope, no luck

Thanks, yes me neither. i give up to umb on this ibm on real mode

lucky us there is new drivers like shuxcd that are soo low on mem compared to old times

Reply 8 of 12, by theelf

User metadata
Rank Oldbie
Rank
Oldbie
keropi wrote on 2022-11-14, 05:43:
theelf wrote on 2022-11-14, 04:04:

Hi sorry to revive this old thread, finally did you find any way to do UMBs on this IBM? thanks!

Nope, no luck

Hi, sorry, here again

I found a nice way to have UMBs, exactly 32kb

i have some old hercules clone cards, and using this driver i attach and this command now i have plenty of memory

DEVICE=UMB.SYS /I=b000-b800

Need to load after himem

Reply 9 of 12, by mkarcher

User metadata
Rank l33t
Rank
l33t
theelf wrote on 2022-11-15, 15:36:

i have some old hercules clone cards, and using this driver i attach and this command now i have plenty of memory

... at a terrible speed ...

Reply 10 of 12, by theelf

User metadata
Rank Oldbie
Rank
Oldbie
mkarcher wrote on 2022-11-15, 16:58:
theelf wrote on 2022-11-15, 15:36:

i have some old hercules clone cards, and using this driver i attach and this command now i have plenty of memory

... at a terrible speed ...

I did not notice any diference at all exept.the extra 32kb

Everything works exactly same, any test to do?

Reply 11 of 12, by mkarcher

User metadata
Rank l33t
Rank
l33t
theelf wrote on 2022-11-15, 17:08:
mkarcher wrote on 2022-11-15, 16:58:
theelf wrote on 2022-11-15, 15:36:

i have some old hercules clone cards, and using this driver i attach and this command now i have plenty of memory

... at a terrible speed ...

I did not notice any diference at all exept.the extra 32kb

Everything works exactly same, any test to do?

The system will just stay as fast as it was before, except if you use the hercules clone memory, which is likely 1/10th of the speed of the onboard memory, and most likely uncached. If you only load stuff that is uncritical for performance into the UMB at B000-B800, you are likely fine. I wouldn't load smartdrive, a CD-ROM driver or network drivers into that UMB. You will be fine with mouse and keyboard drivers, because execution of these drivers only is a very small part of what your computer is doing.

Reply 12 of 12, by theelf

User metadata
Rank Oldbie
Rank
Oldbie
mkarcher wrote on 2022-11-16, 15:23:
theelf wrote on 2022-11-15, 17:08:
mkarcher wrote on 2022-11-15, 16:58:

... at a terrible speed ...

I did not notice any diference at all exept.the extra 32kb

Everything works exactly same, any test to do?

The system will just stay as fast as it was before, except if you use the hercules clone memory, which is likely 1/10th of the speed of the onboard memory, and most likely uncached. If you only load stuff that is uncritical for performance into the UMB at B000-B800, you are likely fine. I wouldn't load smartdrive, a CD-ROM driver or network drivers into that UMB. You will be fine with mouse and keyboard drivers, because execution of these drivers only is a very small part of what your computer is doing.

I understand this. I did some test, load the cdrom driver in hercules umb and no performance difference at all, reading, loading, etc. I tested too the scsi driver (aspi, etc) and benchmark the external HDD and no difference too

maybe will be a problem in faster machines? like pentium?