Re: [Freedos-devel] FreeDOS

2006-09-04 Thread Imre Leber
>-Original Message- >From: Jim Hall [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 5, 2006 03:54 AM >To: freedos-devel@lists.sourceforge.net >Subject: [Freedos-devel] FreeDOS "1.0" in the news > >Just in case anyone is interested in the press coverage this is getting: > >Heise Online

Re: [Freedos-devel] FreeDOS "1.0" in the news

2006-09-04 Thread Aitor Santamaría
Well, the first feature of FreeDOS mentioned in Slashdot is LFN support... I hope it is not bringing much headaches ;-) Aitor 2006/9/5, Jim Hall <[EMAIL PROTECTED]>: > Just in case anyone is interested in the press coverage this is getting: > > Heise Online was the first to post an article about

[Freedos-devel] FreeDOS "1.0" in the news

2006-09-04 Thread Jim Hall
Just in case anyone is interested in the press coverage this is getting: Heise Online was the first to post an article about us: http://www.heise.de/english/newsticker/news/77674 I also sent out something of a press announcement to a variety of news outlets, and I've contacted Slashdot/Newsf

Re: [Freedos-devel] Surprise!

2006-09-04 Thread Lyrical Nanoha
On Sun, 3 Sep 2006, [EMAIL PROTECTED] wrote: > Hey jackass, did it occur to you that your actions will cause problems with > people trying to download the ISO's? Or who have already downloaded it? > Jackass. Get lost, troll. -uso.

Re: [Freedos-devel] Surprise!

2006-09-04 Thread Adam Peart
Roberto Mariottini wrote: > Daniel Verkamp wrote: > >> Blair Campbell wrote: >> >>> Hey folks. If you check out the website, you may be in for a surprise. >>> >>> >>> >> Excellent work! However, in testing the base CD in Virtual PC 2004, I >> came across this problem during pos

Re: [Freedos-devel] Surprise!

2006-09-04 Thread Adam Peart
Roberto Mariottini wrote: > Daniel Verkamp wrote: > >> Blair Campbell wrote: >> >>> Hey folks. If you check out the website, you may be in for a surprise. >>> >>> >>> >> Excellent work! However, in testing the base CD in Virtual PC 2004, I >> came across this problem during pos

[Freedos-devel] OT freedos irc / emails to markus/tassilo

2006-09-04 Thread markus
Hi We had a "major" failor in our hardware. 3 Harddisks died at the same time (well there it goes ur raid5). anyway never saw something like that. the irc network was affected because on one of the nodes our i7c.org hub was running. i configured a new hub (balamb) and we r linked again. the only s

Re: [Freedos-devel] Surprise!

2006-09-04 Thread kneefajaig
- Original Message - From: "Blair Campbell" <[EMAIL PROTECTED]> Newsgroups: gmane.comp.emulators.freedos.devel Sent: Sunday, September 03, 2006 5:30 PM Subject: Re: Surprise! > Does the ISO I just re-uploaded work now? (I know, it's kinda cheating). Hey jackass, did it occur to you that

Re: [Freedos-devel] Surprise!

2006-09-04 Thread Jim Hall
Blair Campbell wrote: >> Here I am, I've spent about 5 hours slowly downloading the full version, >> getting just a few K per second, and right before it gets done, you go and >> replace it. >> > > I'm sorry, but I made it quite clear in the announcemet that the full > ISOs were NOT ready

Re: [Freedos-devel] Surprise!

2006-09-04 Thread Alain M.
Thanks very very much to all :) :) :) BTW, did not disapear and I intend to help a little more, soon ;-) Alain Blair Campbell escreveu: > Hey folks. If you check out the website, you may be in for a surprise. > - Using To

[Freedos-devel] FreeCOM updates

2006-09-04 Thread Arkady V.Belousov
Hi! Blair, when you finish posting changes, notify me - I check resulting sources. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make

Re: [Freedos-devel] [Freedos-cvs] freecom/strings fixstrs.c, 1.7, 1.8

2006-09-04 Thread Arkady V.Belousov
Hi! 4-Сен-2006 20:14 [EMAIL PROTECTED] (Blair Campbell) wrote to [EMAIL PROTECTED]: BC> Support for BC BC> +++ fixstrs.c 4 Sep 2006 20:14:23 - 1.8 BC> -{ char *p, *q; BC> +{ char *p; BC> +const char *q; This also not relates directly for BC, but for any compiler, which

Re: [Freedos-devel] [Freedos-cvs] freecom/lib res_r.c,1.6,1.7

2006-09-04 Thread Arkady V.Belousov
Hi! 4-Сен-2006 20:03 [EMAIL PROTECTED] (Blair Campbell) wrote to [EMAIL PROTECTED]: BC> Support compiler oddity (Arkady) BC> +++ res_r.c 4 Sep 2006 20:03:14 - 1.7 BC> - , int (*fct)() BC> + , res_callbackp_t fct Here again not "oddity", but using power of type-checking. With u

Re: [Freedos-devel] [Freedos-cvs] freecom/cmd ren.c,1.12,1.13

2006-09-04 Thread Arkady V.Belousov
Hi! 4-Сен-2006 20:00 [EMAIL PROTECTED] (Blair Campbell) wrote to [EMAIL PROTECTED]: BC> Support TC 2 compiler oddity (Arkady) BC> +++ ren.c 4 Sep 2006 20:00:06 - 1.13 BC> -if ( ext ) for( s = end; ( *ext = *s++ ); ) ext++; BC> +if ( ext ) for( s = end; ( *ext = *s++ ) != '\0';

Re: [Freedos-devel] virtual environment

2006-09-04 Thread Andreas Bollhalder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Arkady Arkady V.Belousov wrote: > 1. how to pause output? Outside Windows I may press Pause key - how in QEMU? >For example, I wish pause at some point, before screen content is >replaced by next output... > > related question: The usa

Re: [Freedos-devel] Surprise!

2006-09-04 Thread Roberto Mariottini
Daniel Verkamp wrote: > Blair Campbell wrote: >> Hey folks. If you check out the website, you may be in for a surprise. >> >> > Excellent work! However, in testing the base CD in Virtual PC 2004, I > came across this problem during postinst.bat: > Batchfile 'C:\FDOS\POSTINST.BAT' does n

Re: [Freedos-devel] virtual environment

2006-09-04 Thread Arkady V.Belousov
Hi! 30-Авг-2006 14:31 [EMAIL PROTECTED] (Alain M.) wrote to freedos-devel@lists.sourceforge.net: >>> May someone recommend me free virtual environment (qemu? bochs?), with AM> These are the most important links about Qemu: AM> http://fabrice.bellard.free.fr/qemu/ AM> http://www.h7.dion.ne.jp