Unbitrot vmm LionsOS example - #109
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 <Peter.Chubb@unsw.edu.au>
Signed-off-by: Peter Chubb <Peter.Chubb@unsw.edu.au>
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 <Peter.Chubb@unsw.edu.au>
The VMM example changes need the update uart_driver.mk and serial components make snippets. Signed-Off-By: Peter Chubb <peter.chubb@unsw.edu.au>
Signed-off-by: Peter Chubb <Peter.Chubb@unsw.edu.au>
22ead3f to
b297ba3
Compare
| examples/vmm/vmm/initrd.img | ||
| examples/vmm/vmm/linux |
There was a problem hiding this comment.
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