mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
This commit is contained in:
parent
b8a5194272
commit
382e1d845f
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ namespace Cosmos.Kernel.Staging.Stages {
|
||||||
Console.Write (" [");
|
Console.Write (" [");
|
||||||
Hardware.Storage.ATAOld.WriteNumber ((uint) xItems[i][0], 16);
|
Hardware.Storage.ATAOld.WriteNumber ((uint) xItems[i][0], 16);
|
||||||
Console.Write ("] (Length = ");
|
Console.Write ("] (Length = ");
|
||||||
System.Diagnostics.Debugger.Break ();
|
|
||||||
Hardware.Storage.ATAOld.WriteNumber ((uint) xItems[i].Length, 8);
|
Hardware.Storage.ATAOld.WriteNumber ((uint) xItems[i].Length, 8);
|
||||||
Console.WriteLine (")");
|
Console.WriteLine (")");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue