VOGONS


Reply 20 of 102, by RayeR

User metadata
Rank Oldbie
Rank
Oldbie
rasz_pl wrote on 2024-11-24, 10:04:

Second page done. I managed to import BLOCK DIAGRAM from PDF thru SVG conversion, still required tons of manual text input

This sounds interesting, what tool for pdf conversion do you use? It's some kicad plugin or indep. tool? Can in OCR also scanned pdfs or only some modern with vectors?

rasz_pl wrote on 2024-11-24, 10:04:

but hey, industrial grade autism helped me do it while watching some amateur racing

Yeah, Normal is not the norm
It's just a uniform (we are the others)
😀

Yes kicad is rapidly developing but it cause comaptability problems. I hope they will support in future all old formats. I use AD at work and also older version for my hobby projects and it works well together. But I have problems with some new kicad projects that I try to import in AD via kicad import plugin that it completly mess the schematic. Pcb layout design files imported mostly ok , needing only minor changes. I hope AD will update it soon. But it would be nice if kacaders also exported older format for compatability...

Gigabyte GA-P67-DS3-B3, Core i7-2600K @4,5GHz, 8GB DDR3, 128GB SSD, GTX970(GF7900GT), SB Audigy + YMF724F + DreamBlaster combo + LPC2ISA

Reply 21 of 102, by myne

User metadata
Rank Oldbie
Rank
Oldbie

Random thought on clocks.
I'm pretty sure conventional wisdom is that AGP is a ratio of fsb.
Looking at everything I have, I'm pretty sure it's actually pci*2.
It makes no sense that the chipset has a 1:1 ratio for 66, and changes automatically at 100+ to 2/3.
It's always exactly 2xpci. Which is driven by a click chip. Best I can tell the only chip that isn't from a clock gen is the agp.
Which is why some later boards had a 133 fsb with 66pci - because they were setting the correct pci clock. There was no sudden magical 1/2 divider. It was a fsb /4 (pci) *2 =agp.

It also makes me wonder if the clocks can be driven by completely different sources without any respect for ratios and still work.
I'm particularly curious how it would go if GCLKOUT was grounded/floating, but GCLKIN and the agp slot were driven by a separate source. Would it crack the shits or just work?

I built:
Convert old ASUS ASC boardviews to KICAD PCB!
Re: A comprehensive guide to install and play MechWarrior 2 on new versions on Windows.
Dos+Windows 3.11+tcp+vbe_svga auto-install iso template
Script to backup Win9x\ME drivers from a working install
Re: The thing no one asked for: KICAD 440bx reference schematic

Reply 22 of 102, by rasz_pl

User metadata
Rank l33t
Rank
l33t
RayeR wrote on 2024-11-24, 15:34:

This sounds interesting, what tool for pdf conversion do you use? It's some kicad plugin or indep. tool? Can in OCR also scanned pdfs or only some modern with vectors?

INTEL MODEL 440BX.pdf has vector representation of block diagram. I think some time ago you could have used ghostscript directly

gswin64c -dNOPAUSE -dBATCH -dFirstPage=2 -dLastPage=2 -sDEVICE=svgwrite -sOutputFile=dest.svg -f "INTEL MODEL 440BX.pdf"

but svgwrite was depreciated 10 years ago 😐 https://bugs.ghostscript.com/show_bug.cgi?id=694088 now they send people to MuPDF https://mupdf.com/releases have to scroll down to 1.24 to get binary

mutool.exe convert -o dest.svg "INTEL MODEL 440BX.pdf" 2

text broken down into individual letters 😐

<use data-text="R" xlink:href="#font_0_51"

but otherwise fine and imports into kicad no problem (without text)

inkscape -n 2 "INTEL MODEL 440BX.pdf" -o dest.svg

text into individual letters made up of vectors 😁 millions of vectors 😀 Just moving and trying to scale that import bogs down even ~fast computer. inkscape CLI has --export-text-to-path option doing complete opposite of what I want and no way of disabling it 😒 GUI conversion lets me substitute missing fonts (ArialNarrow, HelveticaNarrow) and produces nice text, grrr why cant I do this from CLI 😐
https://gitlab.com/inkscape/inbox/-/issues/3495 4 year old "HowTo Disable texts to paths for EMF output from CLI"
https://bugs.launchpad.net/inkscape/+bug/1747696 6 year old "No command-line flag to disable text-to-path when exporting as WMF"

https://cityinthesky.co.uk/opensource/pdf2svg/ fails for me, produces 0 byte output
http://bitbucket.org/petermr/pdf2svg doesnt exist anymore, morphed into https://github.com/petermr/ami3 java (uses https://pdfbox.apache.org) python powershell and you still need to build it, F that.
https://dvisvgm.de looks super impressive, but as always there is something, requires https://miktex.org/ and registering some bullshit dlls, pass

As a last resort I resigned myself to inkscape GUI as that was the only way of making it substitute fonts. Saving to svg gives vector output + text is whole sentences in <text> tags. Imports smoothly with minor glitch of kicad not understanding <text> elements at all 🙁 Apparently there is no way of importing text into eeschema. I resigned to manual entry instead of figuring out how to automate it. Shouldnt be too hard considering its this:

<text
id="text344"
style="font-variant:normal;font-weight:normal;font-size:3.83999991px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.8125,0,0,-1,446,469.216)"><tspan
id="tspan342"
y="0"
x="0 2.97984 6.38592 7.8720002 9.3580799 11.91168">PG. 27</tspan></text>

to this:

	(text "PG. 27"
(exclude_from_sim no)
(at 299.6777 95.5464 0)
(effects
(font
(size 2 2)
(thickness 0.25)
)
(href "#27")
)
(uuid "4b4ce8b3-d500-4331-88a3-0371a4674dd2")
)

I also tried some online tools like https://convertio.co/pdf-svg/ This one is using inkscape under the hood, but somehow manages to invoke it without export-text-to-path?!?! Either they have some GUI automation or maybe older version did that by default. It also does much better job keeping text grouped and in its correct place. Produces best output, but converts only one pdf page at a time, so one needs something like this to extract one page

gswin64c -dNOPAUSE -dBATCH -dFirstPage=2 -dLastPage=2 -sDEVICE=pdfwrite -sOutputFile=dest.pdf -f "INTEL MODEL 440BX.pdf"

For pdfs with images the best I could find is xpdf-tools pdfimages, extracts all images raw with no conversions.

I had zero luck with OCR, even magical AI bullshit like https://llamaocr.com fails at the most trivial I-1 O-0 8-B cases, hallucinates a lot and substitutes perfectly readable text with "[Insert other elements here]" haha. Yes misted LLM overlord thats exactly what I wanted, I wanted you to order me around 😀

RayeR wrote on 2024-11-24, 15:34:

But it would be nice if kacaders also exported older format for compatability...

looking at changes they are still fudging with format syntax, going from 8 to 8.99:

-(pin_numbers hide)
+ (pin_numbers
+ (hide yes)
+ )
myne wrote on 2024-11-24, 18:15:

I'm pretty sure conventional wisdom is that AGP is a ratio of fsb.

I think it was just clock gen limitation.

myne wrote on 2024-11-24, 18:15:

I'm particularly curious how it would go if GCLKOUT was grounded/floating, but GCLKIN and the agp slot were driven by a separate source. Would it crack the shits or just work?

GCLKIN looks like chipset internal PLL feedback. hmm intel datasheet "AGP Clock In: The GCLKIN input is a feedback reference from the GCLKOUT signal."
Its possible and likely that GCLKOUT is just a functionally separate clock source block and all the AGP logic happens according to GCLKIN.
Its possible but unlikely that GCLKOUT is derived from FSB HCLKIN.
Its very possible that GCLKOUT is just a clock doubled PCI PCLKIN.

if 1 and 3 are correct then just keeping PCI clock correct will make AGP happy. EDIT or maybe not? "AGP Bus Divider- A lingering problem" https://www.anandtech.com/show/574/4

Its surprising to me that intel would rather divide HCLKIN by 2/3 than clock double PCLKIN. I was wondering how teh Chipset knows and on page 11 there is a magic 10Kohm resistor connecting 100/66 PCU signal to MAB#12 - a boot config strap.

datasheet curious entry "Please make the GCLKIN trace length 3.3" more than the GCLKOUT recommended trace length. Stub to tee should be 1" MAX."
On P2B GCLKIN GCLKOUT are nicely routed next to chipset and it would be trivial to lift R60 and instead connect R60 R61 pads to BXPCLK for 33MHz AGP just for testing.

https://github.com/raszpl/FIC-486-GAC-2-Cache-Module for AT&T Globalyst
https://github.com/raszpl/386RC-16 memory board
https://github.com/raszpl/440BX Reference Design adapted to Kicad
https://github.com/raszpl/Zenith_ZBIOS MFM-300 Monitor

Reply 23 of 102, by myne

User metadata
Rank Oldbie
Rank
Oldbie

Yeah you're in the right track.
I'm pretty sure 25+years of wisdom is misunderstood.

The p3b-f uses the ICS9250-08.
This chip supports 2 versions of the 133fsb.
Pci=fsb/3 and pci=fsb/4

To prove or disprove the theory that GCLKOUT =pci*2 all we need is
* someone willing;
* with a stable 133fsb p3b-f (or similar) who can pick both options (softfsb?)
* and a scope on GCLKOUT

If GCLKOUT is 66 and 89, it's proven.
If GCLKOUT is 89 and 89, it's disproven

I'm moderately sure the additional length on GCLKIN is to estimate the attention at the card and compensate.

BTW with kicad imports only the brackets matter. New lines and white space between are irrelevant.

See the spreadsheet above. It can paste multiple pins/labels (most of the time) by filling in the first columns and just copy pasting the relevant column.
You might be able to adapt it for text import.

I built:
Convert old ASUS ASC boardviews to KICAD PCB!
Re: A comprehensive guide to install and play MechWarrior 2 on new versions on Windows.
Dos+Windows 3.11+tcp+vbe_svga auto-install iso template
Script to backup Win9x\ME drivers from a working install
Re: The thing no one asked for: KICAD 440bx reference schematic

Reply 24 of 102, by rasz_pl

User metadata
Rank l33t
Rank
l33t
myne wrote on 2024-11-25, 03:54:

Pci=fsb/3 and pci=fsb/4
To prove or disprove the theory that GCLKOUT =pci*2 all we need is

sadly that was already checked 20 years ago as I linked https://www.anandtech.com/show/574/4 so Intel is dividing by 2/3 from FSB. Still its possible GCLKIN is true input and not just PLL feedback. True clock inputs are usually marked with a triangle on part footprint. GCLKIN does have a triangle like HCLKIN and PCLKIN. SDRAM controller has similar arrangement with DCLKO producing clock and DCLKWR marked as clock input supposedly a "feedback" but this time datasheet states "This clock is used by the 82443BX when writing data to the SDRAM array". Would be funny if we could make 440BX memory controller asynchronous to FSB. .. alas 815 datasheet describes this arrangement in more detail

>System Memory Delay Locked Loop (DLL) blocks that offset the
>transmit and receive clocks used to interface with the external SDRAM devices. The Transmit
>DLL provides an early version of SCLK to provide additional setup margin to the external
>SDRAM devices. The Receive DLL provides a late version of SCLK to provide additional setup
>time on read data driven by the SDRAM devices back to the GMCH.

and while 440BX reference diagram suggests linking both DCLKWR AD25 and DCLKRD AB22 to DCLKREF the datasheets has AB22 as NC and Asus boards dont connect that pin to anything. Either 440BX uses DCLKWR AD25 as sole input for mem controller clock, or more likely its really just a feedback to Delay Locked Loop and whole controller is running according to DCLKO ticks.

But I just dont understand AGP at all 😀 On BX AGP clock goes to both Chipset and AGP slot. on 815 it goes only to the slot directly from clockgen, chipset dgaf about clock? WTF no feedback no nothing. Both in real boards and in Intel reference designs.

myne wrote on 2024-11-25, 03:54:

BTW with kicad imports only the brackets matter. New lines and white space between are irrelevant.

Yes, I was worried about Text elements requiring uuids, but just did an experiment and it regenerates UUIDs on manually added elements 😀 so it is possible to fully import whole diagram from PDF including all the text 😮 will just require some sed regex magic.

myne wrote on 2024-11-25, 03:54:

It can paste multiple pins/labels (most of the time) by filling in the first columns and just copy pasting the relevant column.

Pins/nets I have no problem doing manually, even find it relaxing. My favorite bus pins trick is making first one and then just clicking Insert.

https://github.com/raszpl/FIC-486-GAC-2-Cache-Module for AT&T Globalyst
https://github.com/raszpl/386RC-16 memory board
https://github.com/raszpl/440BX Reference Design adapted to Kicad
https://github.com/raszpl/Zenith_ZBIOS MFM-300 Monitor

Reply 25 of 102, by myne

User metadata
Rank Oldbie
Rank
Oldbie

Yeah buses are easy like that.

It's when you have a whole row of 50 with different names and you're prone to typos that the spreadsheet is handy.

I guess it's possible the chipset doesn't actually need to make the clock and the clock on the bus only is just fine, but it was early days and they wanted to be cautious?

I suppose if someone motivated enough and bored enough wanted to check, the 2 resistors from GCLKOUT and GCLKIN could be removed and a bodge wire run from an empty pci clock pin to the agp clock pin to see what happens. Card works but slow =win. That makes it easy. Just a clock doubler on pci or similar.

On the 810e DCLKREF is 48mhz and is display interface clock. Ie it's probably to sync vga/lvds signals for onboard gfx.

I built:
Convert old ASUS ASC boardviews to KICAD PCB!
Re: A comprehensive guide to install and play MechWarrior 2 on new versions on Windows.
Dos+Windows 3.11+tcp+vbe_svga auto-install iso template
Script to backup Win9x\ME drivers from a working install
Re: The thing no one asked for: KICAD 440bx reference schematic

Reply 26 of 102, by RayeR

User metadata
Rank Oldbie
Rank
Oldbie
myne wrote on 2024-11-23, 17:59:

If you have the adapter and the volts ppro should work in any slot 1 board. Re: Socket 8 --> Slot 1 Slotket Adapters

I don't but they wrote it doesnt work on BX anyway...
Oh, yes! They exist. But they don't work on BX boards as we already discussed here. 😢

Did someone make a pcb design of such slot1 adapter? I have also some older LX MB with slot1 and have some server S8 card that can donor the S8 socket...

And Pentium-M, I think it need at least P4 chipset, like 845 or 855 and even then it needs non-trivial bios hack. I got powerleap P-M adapter and put it to a P4 MB with 845. It hanged soon during post with just black screen. Microcode update didn't help. Then I got hacked bios and it boots but there's still some issue with reset that I need power cycle instead. So I don't see big chance on BX...

Gigabyte GA-P67-DS3-B3, Core i7-2600K @4,5GHz, 8GB DDR3, 128GB SSD, GTX970(GF7900GT), SB Audigy + YMF724F + DreamBlaster combo + LPC2ISA

Reply 27 of 102, by myne

User metadata
Rank Oldbie
Rank
Oldbie

It was probably a voltage problem on bx.
The PPros needed 3+v which most didn't give.
Though, they should have given 2.8 for the early p2s which you'd think would be enough for a post.

Maybe it was a microcode issue.

Hmm @ P-M.
Wonder if the adapter was just no good

I built:
Convert old ASUS ASC boardviews to KICAD PCB!
Re: A comprehensive guide to install and play MechWarrior 2 on new versions on Windows.
Dos+Windows 3.11+tcp+vbe_svga auto-install iso template
Script to backup Win9x\ME drivers from a working install
Re: The thing no one asked for: KICAD 440bx reference schematic

Reply 28 of 102, by myne

User metadata
Rank Oldbie
Rank
Oldbie

Apparently no one has created a standard ATX layout for Kicad before.

Well... here it is - with location points to snap ISA, PCI, AGP, and PCIE.

I believe it is correct.
It's surprisingly annoying to work with the tool and find the specs.

Tags for search engines:
Kicad board layout ATX miniatx miniitx pcb

edit.
Replaced the board layout.
The damn ATX spec is a pain in the ass.
I ended up basically copying start points from imported boardviews

Edit again. Got bored. See boardmaker script.

================ Choose specifications ================
Board Type: FlexATX
L x W : 229 x 191
Slots : 4
Slot 1 type: 1.5vAGP
Slot 2 type: 3vPCI
Slot 3 type: 3vAGP
Slot 4 type: 16xPCIE
================ Choose specifications ================

B = change board type.
Numbers 1-8 = change slot type.

Board types: ATX MicroAtx FlexATX MiniDTX MiniITX
Slot types: 1xPCIE 4xPCIE 8xPCIE 16xPCIE 3vAGP 1.5vAGP UniversalAGP 5vPCI 3vPCI 16bISA 8bISA Empty

Note, there are only 7 real slots, but ISA can share.
ISA cannot use Slot 1, The rest cannot use Slot 8
There are no protections for overlapping slots.

Press ‘F’ to finish.

Please make a selection: f
.\FlexATX.kicad_pcb written
Last edited by myne on 2025-01-11, 18:04. Edited 1 time in total.

I built:
Convert old ASUS ASC boardviews to KICAD PCB!
Re: A comprehensive guide to install and play MechWarrior 2 on new versions on Windows.
Dos+Windows 3.11+tcp+vbe_svga auto-install iso template
Script to backup Win9x\ME drivers from a working install
Re: The thing no one asked for: KICAD 440bx reference schematic

Reply 29 of 102, by RayeR

User metadata
Rank Oldbie
Rank
Oldbie
myne wrote on 2024-11-23, 17:59:

If you have the adapter and the volts ppro should work in any slot 1 board. Re: Socket 8 --> Slot 1 Slotket Adapters
Theoretically a BX with a good vrm could support all the way from the PPro 150 3.3v to Tualatin 1.4ghz 1.65v. I don't see any real reason fsb underclocking with the right clock gen isn't an option either.

Thanks, it directed me to another living thread: Re: Dual Pentium Pro Build Thread
This is promissing!

Gigabyte GA-P67-DS3-B3, Core i7-2600K @4,5GHz, 8GB DDR3, 128GB SSD, GTX970(GF7900GT), SB Audigy + YMF724F + DreamBlaster combo + LPC2ISA

Reply 30 of 102, by rasz_pl

User metadata
Rank l33t
Rank
l33t

Page 3, 4 completed
perfect 1:1 symbols added: Slot1, MAX1617, Jumper

Turns out importing diagrams/footprints from pdf is not that hard :0

https://github.com/raszpl/FIC-486-GAC-2-Cache-Module for AT&T Globalyst
https://github.com/raszpl/386RC-16 memory board
https://github.com/raszpl/440BX Reference Design adapted to Kicad
https://github.com/raszpl/Zenith_ZBIOS MFM-300 Monitor

Reply 31 of 102, by digger

User metadata
Rank Oldbie
Rank
Oldbie

Just wanted to say: amazing job, especially for someone just starting out with KiCad!

And in addition to making retro hobbyists happy, this is also a very useful project from a historic preservation perspective.

Thanks for sharing this with the world.

Reply 32 of 102, by myne

User metadata
Rank Oldbie
Rank
Oldbie
rasz_pl wrote on 2024-11-26, 18:31:

Page 3, 4 completed
perfect 1:1 symbols added: Slot1, MAX1617, Jumper

Turns out importing diagrams/footprints from pdf is not that hard :0

Are you redoing the symbols?
PDF has a nasty habit of putting things out of order.

BTW. I screwed up.

Nearly of the netclass directives need to be changed to power arrows

O-|

To
-->

digger wrote on 2024-11-26, 19:38:

Just wanted to say: amazing job, especially for someone just starting out with KiCad!

And in addition to making retro hobbyists happy, this is also a very useful project from a historic preservation perspective.

Thanks for sharing this with the world.

Cheers! I hope someone makes a board...

I built:
Convert old ASUS ASC boardviews to KICAD PCB!
Re: A comprehensive guide to install and play MechWarrior 2 on new versions on Windows.
Dos+Windows 3.11+tcp+vbe_svga auto-install iso template
Script to backup Win9x\ME drivers from a working install
Re: The thing no one asked for: KICAD 440bx reference schematic

Reply 33 of 102, by rasz_pl

User metadata
Rank l33t
Rank
l33t
myne wrote on 2024-11-27, 00:38:

Are you redoing the symbols?

yes, to 1:1 match diagram

myne wrote on 2024-11-27, 00:38:

PDF has a nasty habit of putting things out of order.

what do you mean? did you find any errors in the reference diagram?

https://github.com/raszpl/FIC-486-GAC-2-Cache-Module for AT&T Globalyst
https://github.com/raszpl/386RC-16 memory board
https://github.com/raszpl/440BX Reference Design adapted to Kicad
https://github.com/raszpl/Zenith_ZBIOS MFM-300 Monitor

Reply 34 of 102, by myne

User metadata
Rank Oldbie
Rank
Oldbie

I can't open it 🤣

I built:
Convert old ASUS ASC boardviews to KICAD PCB!
Re: A comprehensive guide to install and play MechWarrior 2 on new versions on Windows.
Dos+Windows 3.11+tcp+vbe_svga auto-install iso template
Script to backup Win9x\ME drivers from a working install
Re: The thing no one asked for: KICAD 440bx reference schematic

Reply 35 of 102, by rasz_pl

User metadata
Rank l33t
Rank
l33t

install nightly build https://downloads.kicad.org/kicad/windows/explore/nightlies

https://github.com/raszpl/FIC-486-GAC-2-Cache-Module for AT&T Globalyst
https://github.com/raszpl/386RC-16 memory board
https://github.com/raszpl/440BX Reference Design adapted to Kicad
https://github.com/raszpl/Zenith_ZBIOS MFM-300 Monitor

Reply 36 of 102, by myne

User metadata
Rank Oldbie
Rank
Oldbie

That's not really a solution for everyone

I built:
Convert old ASUS ASC boardviews to KICAD PCB!
Re: A comprehensive guide to install and play MechWarrior 2 on new versions on Windows.
Dos+Windows 3.11+tcp+vbe_svga auto-install iso template
Script to backup Win9x\ME drivers from a working install
Re: The thing no one asked for: KICAD 440bx reference schematic

Reply 37 of 102, by maxtherabbit

User metadata
Rank l33t
Rank
l33t
RayeR wrote on 2024-11-25, 14:05:
I don't but they wrote it doesnt work on BX anyway... Oh, yes! They exist. But they don't work on BX boards as we already discus […]
Show full quote
myne wrote on 2024-11-23, 17:59:

If you have the adapter and the volts ppro should work in any slot 1 board. Re: Socket 8 --> Slot 1 Slotket Adapters

I don't but they wrote it doesnt work on BX anyway...
Oh, yes! They exist. But they don't work on BX boards as we already discussed here. 😢

Did someone make a pcb design of such slot1 adapter? I have also some older LX MB with slot1 and have some server S8 card that can donor the S8 socket...

And Pentium-M, I think it need at least P4 chipset, like 845 or 855 and even then it needs non-trivial bios hack. I got powerleap P-M adapter and put it to a P4 MB with 845. It hanged soon during post with just black screen. Microcode update didn't help. Then I got hacked bios and it boots but there's still some issue with reset that I need power cycle instead. So I don't see big chance on BX...

Let's put this to bed. PPro works perfectly fine on BX if your VRM can supply the correct voltage AND the BIOS doesn't crash on MSR writes

The attachment 20241117_171616.jpg is no longer available

Reply 38 of 102, by myne

User metadata
Rank Oldbie
Rank
Oldbie

Thinking aloud again...
Dangerous thought.
440bx/gx
but not pii4x southbridge + superio +hardware monitor
Instead...
VT82C686B
https://www.alldatasheet.com/datasheet-pdf/do … /VT82C686B.html

It's the last half decent chipset that connects to the northbridge via pci and has isa. Plus it has an integrated superio, ata100, hardware soundblaster with alleged dos compatibility, hardware monitor and native 9x drivers.

It's a match made in hell. Mwuhahahahahaha!

Yes, I'm a monster :p

I built:
Convert old ASUS ASC boardviews to KICAD PCB!
Re: A comprehensive guide to install and play MechWarrior 2 on new versions on Windows.
Dos+Windows 3.11+tcp+vbe_svga auto-install iso template
Script to backup Win9x\ME drivers from a working install
Re: The thing no one asked for: KICAD 440bx reference schematic

Reply 39 of 102, by rasz_pl

User metadata
Rank l33t
Rank
l33t

686B has some hardware bugs, like SB LIVE https://forums.anandtech.com/threads/via-anno … 86b-bug.554067/ and data corruption between drives https://forums.tomshardware.com/threads/helpf … 86b-bug.496615/
requires stupid 4in1 - no idea how would that cooperate with 440BX

ps: page 6 almost 1:1 copy now

https://github.com/raszpl/FIC-486-GAC-2-Cache-Module for AT&T Globalyst
https://github.com/raszpl/386RC-16 memory board
https://github.com/raszpl/440BX Reference Design adapted to Kicad
https://github.com/raszpl/Zenith_ZBIOS MFM-300 Monitor