From: "Arik Funke" Newsgroups: comp.os.msdos.djgpp Subject: Writing an OS Date: Sun, 25 Apr 1999 20:08:31 +0200 Organization: Zentrum fuer Datumverarbeitung Lines: 21 Message-ID: <7fvlo1$o0k$1@newsserv.zdv.uni-tuebingen.de> NNTP-Posting-Host: qzwinfo.extern.uni-tuebingen.de X-Trace: newsserv.zdv.uni-tuebingen.de 925063745 24596 172.16.7.241 (25 Apr 1999 18:09:05 GMT) X-Complaints-To: usenet AT newsserv DOT uni-tuebingen DOT de NNTP-Posting-Date: 25 Apr 1999 18:09:05 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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