From: "Marvin G Wise Jr" Newsgroups: comp.os.msdos.djgpp Subject: Re: Writing an OS Date: Fri, 30 Apr 1999 16:13:27 -0400 Organization: University of Cincinnati, ECE/CS News Server Lines: 33 Message-ID: <7gd2u9$r4j$1@news.ececs.uc.edu> References: <7fvlo1$o0k$1 AT newsserv DOT zdv DOT uni-tuebingen DOT de> NNTP-Posting-Host: t07-09.ra.uc.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hey, That's cool. I currently have a project team together myself which is developing an OS as well. If you'd like to join us, or we can trade information just let me know:) Marvin Arik Funke wrote in message news:7fvlo1$o0k$1 AT newsserv DOT zdv DOT uni-tuebingen DOT de... > Hy, I'd like to programm an OS and to load it with GRUB-bootloader. I use > DJGPP and RHIDE. > > My question: > 1. What is the minimum code to print a line to the screen? > > I've tried it like that: > main () > { > printf("%10d",1999) > } > but it doesn't work. > > 2. How must I compile it to load it with GRUB? > > thank's for all the help!!!! > > Arik Funke (14) > Germany > >