-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unbitrot vmm LionsOS example #109
base: main
Are you sure you want to change the base?
Conversation
Note this requires a minor sddf change to get the libsddf_util_debug.a dependency tracked for serial/virt.elf and uart_driver.elf |
Two more things that come to mind:
|
Sure. I'd keep the README here too though, for quick reference. |
They will quickly diverge though, I'd rather not duplicate it. |
4e5f5d6
to
0d5fb0e
Compare
So the two Linux runs worked, but the MacOSX one did not. |
They'll use GNU Make I believe. This is the error message on macOS:
|
Looks like the invocation of |
It;s invoked in
GNUMake uses |
-- Ported the console serial system to current sDDF -- Updated system files for current microkit -- Updated README.md to match system -- Allow local user replacement of linux and initrd to match local (passed-through) filesystem Signed-off-by: Peter Chubb <[email protected]>
Signed-off-by: Peter Chubb <[email protected]>
The linux and initrd image for the VMM example are inserted from the user's system, and should not be saved in git. Signed-off-by: Peter Chubb <[email protected]>
The VMM example changes need the update uart_driver.mk and serial components make snippets. Signed-Off-By: Peter Chubb <[email protected]>
Signed-off-by: Peter Chubb <[email protected]>
22ead3f
to
b297ba3
Compare
examples/vmm/vmm/initrd.img | ||
examples/vmm/vmm/linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be necessary.
-- Ported the console serial system to current sDDF -- Updated system files for current microkit
-- Updated README.md to match system
-- Allow local user replacement of linux and initrd to match local
(passed-through) filesystem