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

feat(vmm): add another serial port dedicated to the serverless protocol #19

Closed
wants to merge 1 commit into from

Conversation

mmoreiradj
Copy link
Contributor

Adds another serial port to the vm.

The serial port is destined to be used to send and receive messages from the vm.

Note that the kernel used to run the vm needs to be configured to probe for that new serial, hence you need to enable those flags when compiling it:

CONFIG_SERIAL_8250_NR_UARTS=2
CONFIG_SERIAL_8250_RUNTIME_UARTS=2

Signed-off-by: Martin Moreira de Jesus <martin.moreira-de-jesus@protonmail.com>
@mmoreiradj mmoreiradj self-assigned this Apr 21, 2024
@mmoreiradj
Copy link
Contributor Author

closed in favor of this

@mmoreiradj mmoreiradj closed this Apr 21, 2024
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

Successfully merging this pull request may close these issues.

1 participant