From 91848251db423ddc8db4c0a83d601b5764ee6cff Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 26 Oct 2017 12:33:39 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@266 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/kernel.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);