[emu86] Update access to EMU86 emulator for kernel symbolic debugging #2570
+19
−19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(Duplicated instructions here from ghaerr/emu86#1 for enhanced symbolic kernel instruction tracing using EMU86)
To use, clone and build EMU86 from https://github.com/ghaerr/emu86 using the following instructions:
Adds enhancements to allow the complete emulation of the ELKS kernel from startup through normal operation using the kernel symbol table for easy understanding of instruction sequences.
The following enhancements are included:
em86-rom-full.configconfiguration file.To build kernel and test:
To start the kernel and see each instruction step-by-step from boot, add
-ito the emu86 command line in emu86.sh.