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)
{
    int i;
    for (i=0;i<10;i++){
  write
("This message has been written 10 times");
    }
  
    return 0;
}