feature: preemptive process management & TCP/IP barebones #41

Merged
t3hn3rd merged 4 commits from feature/process-management into develop 2026-03-04 20:04:27 +00:00
Showing only changes of commit 491b0ea5c3 - Show all commits
-1
View File
@@ -43,7 +43,6 @@ begin
tracer.push_trace('progmanager.init');
{ Register commands from provider units }
stdio.registerCommand('MEMINFO', @kernel.terminal_command_meminfo, 'Print Simple Memory Information.');
stdio.registerCommand('BSOD', @kernel.terminal_command_bsod, 'Force a Panic Screen.');
stdio.registerCommand('CPU', @cpu.Terminal_Command_CPU, 'CPU Info.');
stdio.registerCommand('DEV', @drivermanagement.terminal_command_dev, 'Driver Management Interface.');