Reference
Closed this issue · 1 comments
I just happened to read about something similar, this is also an open source project but for 8086, it may act as a reference i guessed. Btw the idea is very good and helpful : ) 👍
https://pypi.org/project/emu86/
https://github.com/gcallah/Emu86/tree/master/kernels
Also, i was trying to run it, but it failed to run the kernel as the connection.json was missing (i guess), I tried fixing following this code but failed (i have used cling, but not known much about xeus), as you know about xeus it may be a good reference too ig 😃 :
https://github.com/jupyter-xeus/xeus-cling/blob/85b3d638a89151906a7564c11b58fad213157f49/src/main.cpp#L117-L122
https://github.com/jupyter-xeus/xeus-cling/blob/85b3d638a89151906a7564c11b58fad213157f49/src/main.cpp#L55-L71