14 ms·
Thats the pascal kernel in all its glory. Its just a bare metal hello world KernelMain(); [public name 'kernelMain']; begin consoleClearDisplay(); consoleSet
by nn3 11mo ago
Thats the pascal kernel in all its glory. Its just a bare metal hello world
KernelMain(); [public name 'kernelMain'];
begin
consoleClearDisplay();
consoleSetAttributes(White, Black);
consolePutString('Hello world');
end;