Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mterwoord committed Jun 17, 2016
1 parent cc44dc0 commit 7a8e62b
Show file tree
Hide file tree
Showing 8 changed files with 331 additions and 329 deletions.
2 changes: 1 addition & 1 deletion source/Cosmos.Core.Plugs/Assemblers/UpdateIDT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public override void AssembleNew(Cosmos.Assembler.Assembler aAssembler, object a

// reload interrupt list
XS.Set(XSRegisters.OldToNewRegister(CPUx86.RegistersEnum.EAX), "_NATIVE_IDT_Pointer");
new CPUx86.Mov { DestinationRef = CPUAll.ElementReference.New("static_field__Cosmos_Core_CPU_mInterruptsEnabled"), DestinationIsIndirect = true, SourceValue = 1 };
XS.Set("static_field__Cosmos_Core_CPU_mInterruptsEnabled", 1, destinationIsIndirect: true);
XS.LoadIdt(XSRegisters.EAX, isIndirect: true);
// Reenable interrupts
XS.EnableInterrupts();
Expand Down
36 changes: 19 additions & 17 deletions source/Cosmos.Debug.GDB/BreakpointUC.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 29 additions & 27 deletions source/Cosmos.Debug.GDB/FormLog.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7a8e62b

Please sign in to comment.