Rebased on develop & remove test code from Kernel main.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -142,12 +142,6 @@ var
|
|||||||
dds : uint16;
|
dds : uint16;
|
||||||
keyboard_layout : array [0..1] of TKeyInfo;
|
keyboard_layout : array [0..1] of TKeyInfo;
|
||||||
i : uint32;
|
i : uint32;
|
||||||
sha1ctx : TSHA1Context;
|
|
||||||
sha1dig : TSHA1Digest;
|
|
||||||
sha1msg : array[0..9] of uint8;
|
|
||||||
sha1ctx : TSHA1Context;
|
|
||||||
sha1dig : TSHA1Digest;
|
|
||||||
sha1msg : array[0..9] of uint8;
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
{ Init the base system unit }
|
{ Init the base system unit }
|
||||||
@@ -338,18 +332,6 @@ begin
|
|||||||
minh.UnitTest;
|
minh.UnitTest;
|
||||||
maxh.UnitTest;
|
maxh.UnitTest;
|
||||||
prio.UnitTest;
|
prio.UnitTest;
|
||||||
vfs.UnitTest;
|
|
||||||
storagetest.UnitTest;
|
|
||||||
|
|
||||||
{ Initialize desktop environment }
|
|
||||||
splash.update(100, 'Booting desktop...');
|
|
||||||
splash.teardown;
|
|
||||||
syslog.logln('KERNEL', 'DESKTOP: INIT BEGIN.');
|
|
||||||
desktop.init;
|
|
||||||
syslog.logln('KERNEL', 'DESKTOP: INIT COMPLETE.');
|
|
||||||
|
|
||||||
{ Initialize visual terminal (registers with desktop search) }
|
|
||||||
vterminal.init;
|
|
||||||
|
|
||||||
{ Register timer-driven tasks }
|
{ Register timer-driven tasks }
|
||||||
graphicsrefresh.init;
|
graphicsrefresh.init;
|
||||||
|
|||||||
Reference in New Issue
Block a user