git-svn-id: https://spexeah.com:8443/svn/Asuro@650 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -394,6 +394,11 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure Reboot(Params : PParamList);
|
||||
begin
|
||||
resetSystem;
|
||||
end;
|
||||
|
||||
procedure init;
|
||||
begin
|
||||
console.writestringln('TERMINAL: INIT BEGIN.');
|
||||
@ -409,6 +414,7 @@ begin
|
||||
registerCommand('PATTERN', @cockwomble, 'Print an animated pattern to the screen.');
|
||||
registerCommand('TIME', @printTime, 'Print the current time.');
|
||||
registerCommand('SERIAL', @SendSerial, 'Send ''helloworld'' through COM1.');
|
||||
registerCommand('REBOOT', @Reboot, 'Reboot the system.');
|
||||
console.writestringln('TERMINAL: INIT END.');
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user