git-svn-id: https://spexeah.com:8443/svn/Asuro@478 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -14,6 +14,7 @@ interface
|
||||
const
|
||||
KERNEL_VIRTUAL_BASE = $C0000000;
|
||||
KERNEL_PAGE_NUMBER = KERNEL_VIRTUAL_BASE SHR 22;
|
||||
BSOD_ENABLE = true;
|
||||
|
||||
type
|
||||
//internal types
|
||||
|
@ -258,6 +258,7 @@ end;
|
||||
|
||||
procedure BSOD(fault : pchar; info : pchar);
|
||||
begin
|
||||
if not BSOD_ENABLE then exit;
|
||||
console.setdefaultattribute(console.combinecolors(white, Red));
|
||||
console.clear;
|
||||
console.writestringln(' ');
|
||||
|
@ -156,7 +156,6 @@ begin
|
||||
pci.init();
|
||||
console.outputln('KERNEL', 'BUS DRIVERS: INIT END.');
|
||||
|
||||
|
||||
{ Network Stack }
|
||||
ipv4.register();
|
||||
|
||||
|
Reference in New Issue
Block a user