NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
80386 Early Start Memory Access (nand2mario.github.io)
JdeBP 23 hours ago [-]
I wonder how the logic worked in the previous version without early start. Was it relying upon the address calculation speed to settle the outputs really quickly? Was it inserting or stretching cycles?
nand2mario 17 hours ago [-]
The memory pipeline just starts one cycle later than now. Effective address is calculated during the first cycle of the instruction. The microcode then waits for it to finish with the DLY (delay) micro-op, which releases one cycle later.
JdeBP 10 hours ago [-]
So cycle insertion. I presume that the DLY was synthetic, and was not explicitly added to the microcode ROM.
NooneAtAll3 1 days ago [-]
I wonder what exactly stops windows from booting
andrewf 24 hours ago [-]
https://nand2mario.github.io/posts/2026/z386/#testing gets into this sort of thing a bit more.
nand2mario 17 hours ago [-]
Probably some protected mode logic bugs. Just need more time to debug through the boot process.
JdeBP 10 hours ago [-]
I wouldn't be surprised if it is lurking in some part of (say) the TSS that you thought that you'd never have to implement.
majke 1 days ago [-]
This is great. So proper 386 on an fpga? How cool is that.
rasz 12 hours ago [-]
Would this be related to Next Address (NA#) pin on the 386 enabling Address Pipelining?
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 18:34:19 GMT+0000 (Coordinated Universal Time) with Vercel.