Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two terminal support #58

Closed
neelabhg opened this issue Jan 29, 2015 · 1 comment
Closed

Two terminal support #58

neelabhg opened this issue Jan 29, 2015 · 1 comment

Comments

@neelabhg
Copy link
Contributor

This follows from our discussion with @ysangkok at cs-education/sysbuild#17. I thought this is a better place to bring this up.

We are using a fork of jor1k in cs-education/sysbuild, a programming learning tool.
For our tool, we had enabled and implemented a second terminal using tty1. The way it is currently done is that a modified version of jor1k-master (jor1kGUI) is being used. However, with the new refactoring of jor1k, it is hard to make our modifications in an extensible way. Anyway, any modifications should be part of the jor1k project itself. A major problem in updating our fork of jor1k to the latest version is that the latest version does not support two terminals (tty0 is hard-coded in MackeTerm, for example).

See issue cs-education/sysbuild#19 and pull-request cs-education/sysbuild#56 for how two terminals were implemented in our project.

@neelabhg
Copy link
Contributor Author

Closed in pull request #63.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant