asmblah / jemul8

An object-oriented JavaScript x86 Emulator for Node.js and the browser
http://jemul8.com
Other
132 stars 19 forks source link

Support for a POSIX OS #5

Closed ysangkok closed 2 years ago

ysangkok commented 11 years ago

This is just a wish, I suppose it's not supported since there is no mention.

What would be needed?

jsLinux tech notes mention only:

I suppose ELKS would be better as a first target, since it is specifically designed to run on 8086 class systems.

What about MINIX? NetBSD?

asmblah commented 11 years ago

Hi ysangkok,

The issues at the moment include there being only partial support for Protected Mode, and no SIB byte decoding yet. There is also an issue with the PIT which needs resolving - I have begun the process of gradually refactoring with unit tests.

Thank you for the ELKS link - I will look into supporting that OS first as you mentioned. :)

I will leave this issue open until POSIX OSs are supported.

Hope this helps, Dan

ysangkok commented 2 years ago

Thanks for the response, I will close this because it is kinda unactionable and you already know what is missing.