diff --git a/src/kernel.pas b/src/kernel.pas index ee5cdaca..086db9b8 100644 --- a/src/kernel.pas +++ b/src/kernel.pas @@ -118,8 +118,8 @@ begin mouse.init(); console.writestringln('DRIVERS: INIT END.'); - //temp := 8294; - //ata.write(uint32(@temp), 0, 4); + temp := 8294; + ata.write(uint32(@temp), 0, 4); //temp := 1234; //ata.read(uint32(@temp), 0, 4); //console.writeintln(temp);