Bestsoft ID:
Password:  


C

Start writting your Operating System now in C by Downloading Bestsoft Space IDE Download


#include "bestsoft.h"

int main
(struct multiboot *mboot_ptr)
{
    clear
();   
    write
("Welcome to Bestsoft OS\nC Programming Language");
 
    return 0;
}