Hacker News new | ask | show | jobs
by nn3 231 days 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;