From: Brian P. <br...@sg...> - 2002-07-29 03:00:44
|
I would like to start using 64-bit integers in FreeLoader. But when I do a 64-bit divide it doesn't seem to just generate a couple instructions to do it. Instead it seems to call __udivdi3. Now since I do not use standard headers or link against standard C-runtime libraries I do not get this function. I am using DJGPP currently, and I do not know if Mingw32 uses this crap also. Does anyone know if there is any way to get around using this function or am I just going to have to copy it from the compiler source? Brian |
From: Kohn E. D. <em...@cs...> - 2002-07-29 08:19:14
|
Hi Brian, The problem with 64 bit divisions on the 32 bit x86 architecture is that the processor provides support only for dividing a 64 bit number by a 32 bit number. In this case you need just a single instruction. However, if the divisor is 64 bit (i.e. its most significant 32 bits are not all zero), things go messy. As far as I know, all 32 bit compilers rely on a library routine for 64 bit division. So I think you will have to copy the routine from the runtime library. Emil On Sun, 28 Jul 2002, Brian Palmer wrote: > I would like to start using 64-bit integers in FreeLoader. But when I do > a 64-bit divide it doesn't seem to just generate a couple instructions > to do it. Instead it seems to call __udivdi3. Now since I do not use > standard headers or link against standard C-runtime libraries I do not > get this function. I am using DJGPP currently, and I do not know if > Mingw32 uses this crap also. Does anyone know if there is any way to get > around using this function or am I just going to have to copy it from > the compiler source? > > Brian > |
From: Koert v. d. V. <ko...@ic...> - 2002-07-29 12:38:17
|
Hi there, I'd like to download the latest CSV, in order to start hacking. For some reason however, I cant find the exact data on the website. I know I should be able to find it on the website (in rosdocs), but for some reason i get a 404 there. BTW: Major parts of the site are down, I suppose someone is aware of that... =) grz, Koert |
From: James M. <jid...@sa...> - 2002-07-29 20:50:19
|
I think the mok.lvcm.com cvs was going do for some work? Can't remember f= or=20 sure. What you will want to do is get cvs(cvshome.org i think). Then goto a she= ll=20 prompt and issue these commands "cvs -z3 -d:pserver:cv...@mo...:/CVSROOT/ReactOS login" "cvs -z3 -d:pserver:cv...@mo...:/CVSROOT/ReactOS co reactos"=20 "cvs -z3 -d:pserver:cv...@mo...:/CVSROOT/ReactOS logout" The problem is that the /CVSROOT/ReactOS part of this command is gooffed = up.=20 Anyone clarify that? This should check out the source code. The last one=20 makes sure you clean out your cvs lock file(just to be safe). --=20 James Marjie |
From: Casper H. <ch...@us...> - 2002-07-29 22:34:00
|
----- Original Message ----- From: "Koert van der Veer" <ko...@ic...> To: <rea...@li...> Sent: Monday, July 29, 2002 2:38 PM Subject: [ros-kernel] RosDocs > Hi there, > > I'd like to download the latest CSV, in order to start hacking. For some > reason however, I cant find the exact data on the website. I know I should > be able to find it on the website (in rosdocs), but for some reason i get a > 404 there. > > BTW: Major parts of the site are down, I suppose someone is aware of that... > =) > > grz, > > Koert Yes, the tutorials seem to be gone for the moment. In the mean time you can use the daily updated documentation from my site: http://reactos.wox.org/rosdocs/tutorials.html Casper Hornstrup |
From: Koert v. d. V. <ko...@ic...> - 2002-07-30 06:39:50
|
Thank you, but i already found an alternative: Google's cache... ;-) Worked great. ----- Original Message ----- From: "Casper Hornstrup" <ch...@us...> To: <rea...@li...> Sent: Monday, July 29, 2002 8:18 PM Subject: Re: [ros-kernel] RosDocs > > ----- Original Message ----- > From: "Koert van der Veer" <ko...@ic...> > To: <rea...@li...> > Sent: Monday, July 29, 2002 2:38 PM > Subject: [ros-kernel] RosDocs > > > > Hi there, > > > > I'd like to download the latest CSV, in order to start hacking. For some > > reason however, I cant find the exact data on the website. I know I should > > be able to find it on the website (in rosdocs), but for some reason i get > a > > 404 there. > > > > BTW: Major parts of the site are down, I suppose someone is aware of > that... > > =) > > > > grz, > > > > Koert > > Yes, the tutorials seem to be gone for the moment. In the mean time you can > use the daily > updated documentation from my site: > > http://reactos.wox.org/rosdocs/tutorials.html > > Casper Hornstrup > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > |
From: Jason F. <jas...@ya...> - 2002-07-30 06:45:35
|
Heh - did ya get my earlier mail? The rosdocs are back on reactos.com! - Jason --- Koert van der Veer <ko...@ic...> wrote: > Thank you, but i already found an alternative: Google's cache... > ;-) Worked > great. > ----- Original Message ----- > From: "Casper Hornstrup" <ch...@us...> > To: <rea...@li...> > Sent: Monday, July 29, 2002 8:18 PM > Subject: Re: [ros-kernel] RosDocs > > > > > > ----- Original Message ----- > > From: "Koert van der Veer" <ko...@ic...> > > To: <rea...@li...> > > Sent: Monday, July 29, 2002 2:38 PM > > Subject: [ros-kernel] RosDocs > > > > > > > Hi there, > > > > > > I'd like to download the latest CSV, in order to start hacking. > For some > > > reason however, I cant find the exact data on the website. I > know I > should > > > be able to find it on the website (in rosdocs), but for some > reason i > get > > a > > > 404 there. > > > > > > BTW: Major parts of the site are down, I suppose someone is > aware of > > that... > > > =) > > > > > > grz, > > > > > > Koert > > > > Yes, the tutorials seem to be gone for the moment. In the mean > time you > can > > use the daily > > updated documentation from my site: > > > > http://reactos.wox.org/rosdocs/tutorials.html > > > > Casper Hornstrup > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: Dice - The leading online job > board > > for high-tech professionals. Search and apply for tech jobs > today! > > http://seeker.dice.com/seeker.epl?rel_code=31 > > _______________________________________________ > > reactos-kernel mailing list > > rea...@li... > > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job > board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com |
From: Rex J. <re...@lv...> - 2002-07-30 01:36:53
|
At 01:52 PM 7/29/02 -0700, you wrote: >I think the mok.lvcm.com cvs was going do for some work? Can't remember for >sure. Mok is getting moved. Probably will be down in the time frame of 8/4 to 8/6. Getting utility companies to show up at the same time has proven difficult. >What you will want to do is get cvs(cvshome.org i think). Then goto a shell >prompt and issue these commands >"cvs -z3 -d:pserver:cv...@mo...:/CVSROOT/ReactOS login" >"cvs -z3 -d:pserver:cv...@mo...:/CVSROOT/ReactOS co reactos" >"cvs -z3 -d:pserver:cv...@mo...:/CVSROOT/ReactOS logout" >The problem is that the /CVSROOT/ReactOS part of this command is gooffed up. >Anyone clarify that? it should be /CVS/ReactOS PS- sandyvalley.net... is that Sandy Valley NV? Rex Jolliff re...@lv... |
From: James M. <jid...@sa...> - 2002-07-30 02:02:22
|
Yeah Sandy Valley, NV way out in the middle of no where. --=20 James Marjie |
From: Rex J. <re...@lv...> - 2002-07-30 03:18:20
|
At 07:04 PM 7/29/02 -0700, you wrote: >Yeah Sandy Valley, NV way out in the middle of no where. I'm in Vegas. not too far from ya. >-- >James Marjie > > > >------------------------------------------------------- >This sf.net email is sponsored by: Dice - The leading online job board >for high-tech professionals. Search and apply for tech jobs today! >http://seeker.dice.com/seeker.epl?rel_code1 >_______________________________________________ >reactos-kernel mailing list >rea...@li... >https://lists.sourceforge.net/lists/listinfo/reactos-kernel Rex Jolliff re...@lv... |
From: James M. <jid...@sa...> - 2002-07-30 03:30:38
|
Closer to Cali or Utah? --=20 James Marjie |