top of page

80286 Build #2 (Intel Basic System Configuration), Part 2

Writer's picture: rehsdrehsd

Updated: Nov 21, 2022












Initial PCBs Ordered

I ordered a set of PCBs to see if I can get the core portion of the system running on a PCB. The PCBs are ~$5.00 USD each. So many traces...




Episode 38 posted as part of Working on Interrupts.



Schematic as of 11 November 2022


Source Code

I have posted my current code, as of 15 November 2022, to my GitHub. See x86/286-related/Code Snapshots at main · rehsd/x86 · GitHub. This includes the Arduino Debugger code, the Windows interface for the debugger, and the assembly code that I have been developing. The latest assembly where I am troubleshooting interrupts is here.



241 views4 comments

Recent Posts

See All

4 commentaires


Membre inconnu
15 nov. 2022

Seen your last update with the PIC can you post your code.

J'aime
rehsd
rehsd
15 nov. 2022
En réponse à

@bns, I put a copy of the three projects in my GitHub and added details to the post above (bottom of post). Thanks!

J'aime

Membre inconnu
09 nov. 2022

I'm interested if the Arduino mega can keep up when the clock speed is around 8MHz.

J'aime
rehsd
rehsd
09 nov. 2022
En réponse à

I'm guessing the serial output would be the first bottleneck. I'll do some testing and see how fast I can run the clock before the Arduino fails to output all data to the serial console. I'm sure it will be under 100 kHz (maybe even 10 kHz) when it begins to have issues.

J'aime
bottom of page