From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: compiling and linking C program with DJGPP for a new OS Date: Wed, 10 Nov 1999 13:11:49 +0300 Organization: Cityline news server Lines: 16 Message-ID: <942228728.17258@mao.cityline.ru> NNTP-Posting-Host: mao.cityline.ru X-Trace: news.gamma.ru 942228729 31940 195.46.160.35 (10 Nov 1999 10:12:09 GMT) X-Complaints-To: abuse AT gamma DOT ru NNTP-Posting-Date: 10 Nov 1999 10:12:09 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Cache-Post-Path: mao.cityline.ru!unknown AT 166 DOT 168 DOT 10 DOT dn DOT dialup DOT cityline DOT ru X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi people! I have a question... I program a new OS kernel in assembly. But farther development is being planned to be in C. May I use DJGPP compiler for making object files out of c-source and then compile them with my tiny "standard" library? The exact problem is how to dermine actual offsets and sizes of .TEXT, .DATA, .BSS, .STACK entries in the object files? This information is very useful for compiling ready-made executable for pmode. Thanks a lot. Alexei A. Frounze