Conversation
do not touch the spaghetti
Switch> enable Switch > conf t Switch # > exec timeout 00
Update CI/workflows to use .NET 8.0 and adjust README prerequisites/docs accordingly. Enhance ArmHypervisor: add multiple data-processing opcodes (TST, TEQ, CMN, ORR, BIC, MVN), implement ExecuteLoadStoreMultiple and LDM/STM disassembly. Extend MipsCpuEmulator with J/JAL/JALR-style handlers (j, jal), LUI and SLTI support. Refactor RDKVEmulator to use ArmHypervisor instance (remove raw register/memory management), run the hypervisor on a background thread, and expose hypervisor telemetry (PC/CPSR/instruction count). Misc: minor cleanup of unused usings and diagnostic messages.
Change CI/workflows, project target and docs to .NET 5 (actions/setup-dotnet versions and ProcessorEmulator TargetFramework, README updates). Add MIPS CP0 register support (EntryHi, EntryLo0, EntryLo1) with read/write handling and logging. Wire basic MIPS emulation into MediaroomBootManager: add using, fields for MipsBus/CP0/MipsCpu, load kernel into emulated memory, set PC/SP, execute a fixed instruction slice, and adjust async loading/registry mounting. Extend MipsCpuEmulator to handle addiu, sllv and srlv instructions. Also move UverseEmulator into ProcessorEmulator.Emulation namespace. These changes set up initial plumbing to run a basic WinCE kernel boot in the MIPS emulator and update build config to .NET 5.
Instantiate a MIPS CPU emulator and wire its log output to the on-screen serial console. Added using directives for Dispatcher and the emulator namespace, declared a private _emulator field, and subscribe _emulator.OnLogMessage to a new AppendToSerialConsole method that uses Application.Current.Dispatcher.Invoke to perform thread-safe UI updates and auto-scroll the RichTextBox. Also added temporary placeholder classes for MipsBus and CP0 so the emulator can be constructed until proper implementations are provided.
oh ambiguity , you're the one for me and this fix created more errors. IM LOVIN IT. Why did i choose C# 🆘 why just why
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.