@@ -161,6 +161,21 @@ The original cpu_server Arduino IDE sketch. Development has since moved to platf
161161The original sketch for Arduino MEGA only demonstrating how to control an 8088. It does not contain a serial protocol
162162server - code is run directly from an array defined within the sketch.
163163
164+
165+ #Ordering Boards
166+
167+ - Ordering boards from any of the KiCad projects is extremely simple using PCBWay's KiCad fabrication plugin.
168+ - From the Plugin and Content Manager, go the Fabrication Plugins tab, find the PCBWay plugin and install.
169+ - <img width =" 620 " height =" 405 " alt =" image " src =" https://github.com/user-attachments/assets/c1e08ee9-d995-4615-a5df-647f5c32cd7b " />
170+ - Open the PCB editor and click the PCBWay Button
171+ - <img width =" 192 " height =" 115 " alt =" image " src =" https://github.com/user-attachments/assets/50aeec0d-4424-4750-b5c3-ba1a5c47c763 " />
172+ - A browser window will open to PCBWay's website with the project uploaded and acceptable defaults selected.
173+ - If you like you can change the board color, or get a nicer finish with gold (ENIG).
174+ - <img width =" 541 " height =" 51 " alt =" image " src =" https://github.com/user-attachments/assets/41317565-d556-463a-9d48-33a104033afe " />
175+ - You can then proceed to ordering. Part of your purchase goes back to help fund the KiCad project, which is cool.
176+ - <img width =" 333 " height =" 65 " alt =" image " src =" https://github.com/user-attachments/assets/292e06a9-254a-4270-a2c4-a197c8c89bd7 " />
177+
178+
164179#Credits
165180
166181Inspired by the Pi8088 validator created by Andreas Jonsson as part of the VirtualXT project:
@@ -175,4 +190,5 @@ https://github.com/andreas-jonsson/virtualxt/tree/develop/tools/validator/pi8088
175190
176191- The Universal Chip Analyser (U. C. A.):https://x86.fr/uca/
177192
178- - Foxtech's 486 Breadboard Computer:https://www.youtube.com/watch?v=wSiDSdHS2QQ
193+ - Foxtech's 486 Breadboard Computer:https://www.youtube.com/watch?v=wSiDSdHS2QQ
194+