From 95f581f7bd839765dd8233c3f204ace1bf8cb19a Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 10 Apr 2018 12:41:41 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@463 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/driver/storage/storagemanagement.pas | 4 ++-- src/kernel.pas | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/driver/storage/storagemanagement.pas b/src/driver/storage/storagemanagement.pas index b0626d59..79cc90f5 100644 --- a/src/driver/storage/storagemanagement.pas +++ b/src/driver/storage/storagemanagement.pas @@ -57,8 +57,8 @@ type var - storageDevices : array[0..25] of PStorage_Device; //index in this array is global drive id - fileSystems : array[0..31] of PFilesystem; + storageDevices : array[0..25] of TStorage_Device; //index in this array is global drive id + fileSystems : array[0..31] of TFilesystem; procedure init(); diff --git a/src/kernel.pas b/src/kernel.pas index 34b11dd8..03e744d3 100644 --- a/src/kernel.pas +++ b/src/kernel.pas @@ -91,21 +91,13 @@ begin multibootmagic:= mbmagic; console.init(); - console.writestringln('A'); terminal.init(); - - console.writestringln('B'); terminal.registerCommand('MEMINFO', @terminal_command_meminfo, 'Print Simple Memory Information.'); - - console.writestringln('C'); terminal.registerCommand('BSOD', @terminal_command_bsod, 'Force a Panic Screen.'); console.writestringln('Booting Asuro...'); - while true do begin - end; - if (multibootmagic <> MULTIBOOT_BOOTLOADER_MAGIC) then begin console.setdefaultattribute(console.combinecolors(Red, Black)); console.outputln('KERNEL', 'Multiboot Compliant Boot-Loader Needed!');