Shutdown computer, how operating systems achieve it? (C Kernel development)
I've been developing an OS lately in C. But how can I shutdown the computer? By saying 'shutdown the computer', I mean a force shutdown.
How can I do that in C kernel development?
Any help would be appreciated.