top of page
Writer's picturerehsd

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

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 Kommentare


Unknown member
15. Nov. 2022

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

Gefällt mir
rehsd
rehsd
15. Nov. 2022
Antwort an

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

Gefällt mir

Unknown member
09. Nov. 2022

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

Gefällt mir
rehsd
rehsd
09. Nov. 2022
Antwort an

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.

Gefällt mir
bottom of page