Skip to content

Commit

Permalink
g3
Browse files Browse the repository at this point in the history
  • Loading branch information
czhower committed Aug 5, 2017
1 parent 29bf851 commit 9f3e00d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ source/_ReSharper.Caches/
*.~vsdx
Docs/~$RingsGen2.xlsx
source/Kernel-X86/90-Application/GuessKernelGen3.csproj
Docs/~$RingsGen3.xlsx
Binary file removed Docs/RingsGen2.xlsx
Binary file not shown.
Binary file added Docs/RingsGen3.vsdx
Binary file not shown.
Binary file added Docs/RingsGen3.xlsx
Binary file not shown.
2 changes: 0 additions & 2 deletions source/Kernel-X86/00-CPU/Cosmos.CPU/INTs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Cosmos.IL2CPU.API.Attribs;

namespace Cosmos.CPU {
[ForceInclude]
public class INTs {
#region Enums
// TODO: Protect IRQs like memory and ports are
Expand Down Expand Up @@ -248,7 +247,6 @@ public static void HandleInterrupt_2B(ref IRQContext aContext) {
}

public static void HandleInterrupt_2C(ref IRQContext aContext) {

IRQ(0x2C, ref aContext);
Global.PIC.EoiSlave();
}
Expand Down
2 changes: 0 additions & 2 deletions source/Kernel-X86/90-Application/Boot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
using Cosmos.CPU;
using Sys = Cosmos.System;

// Beware Demo Kernels are not recompiled when its dependencies changes!
// To force recompilation right click on on the Cosmos icon of the demo solution and do "Build".
namespace KernelGen3 {
public class Boot : Sys.Boot {

Expand Down

0 comments on commit 9f3e00d

Please sign in to comment.