>>16
OK, BAM! DONE!
// Super High Infrastructure Technology Operating System
// v1.00 COMPLETE RELEASEVERSION NOT BETA
//
// Theory of operation:
// Programs run best when they have direct access to the hardware
// and don't have to go through an intermediate software solution
// to function. Furthermore, introduction of such a software layer
// (better known as 'kernel', 'BIOS', etc. to primitive minds) only
// serves to introduce bugs while decreasing execution speed. By
// eliminating the entire notion of operating system services, we
// assure maximum performance. Programs are all expected to write
// directly to hardware.
int main() { return 0; }