You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(64) |
Oct
(438) |
Nov
(183) |
Dec
|
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
(132) |
May
(466) |
Jun
(366) |
Jul
(392) |
Aug
(31) |
Sep
(18) |
Oct
|
Nov
|
Dec
|
|
From: Brian P. <br...@sg...> - 2002-06-11 15:06:48
|
Yes, it does indeed do this. But if you are using DJGPP make and gcc then it should detect this problem and work around it by using pipes or temporary files or something. Perhaps you have an old version that does not have this functionality? Brian > -----Original Message----- > From: rea...@li... [mailto:reactos-kernel- > ad...@li...] On Behalf Of Eric Kohl > Sent: Tuesday, June 11, 2002 7:29 AM > To: rea...@li... > Subject: Re: [ros-kernel] Freeldr not working > > > "Brian Palmer" <br...@sg...> wrote: > > > > When was the last time you tried DJGPP? I have done some work on the > > makefiles recently. MinGW generates correct code, but somehow during the > > linking it screws something up. > > I used DJGPP several weeks ago. The new makefile generates command lines > that exceeed the 128 character limit of DOS. The command line gets > truncated > and gcc or nasm bails out. :-/ > > Eric > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel |
|
From: Brian P. <br...@sg...> - 2002-06-11 15:02:56
|
You need to edit the file: c:/djgpp/lib/gcc-lib/djgpp/3.1/djgpp.ver and remove the line that says to include sys/version.h. That will fix this problem. Brian > -----Original Message----- > From: rea...@li... [mailto:reactos-kernel- > ad...@li...] On Behalf Of Joseph Galbraith > Sent: Tuesday, June 11, 2002 7:32 AM > To: rea...@li... > Subject: Re: [ros-kernel] Freeldr not working > > gcc --version gives me: > > C:\Users\galb\reactos\freeldr>gcc --version > gcc.exe (GCC) 3.1 > > To get djgcc I followed the link off of reactos.com. > > freeldr make give me: > > C:\Users\galb\reactos\freeldr\freeldr>make > Calculating source file dependencies... > ===================================================== Assembling arch > In file included from <command line>:1: > c:/djgpp/lib/gcc-lib/djgpp/3.1/djgpp.ver:1:25: sys/version.h: No such file > or directory (ENOENT) > make.exe[1]: *** [arch.o] Error 1 > make.exe: *** [CHANGE_TO_TARGET] Error 2 > > Once I remove the -nostdinc it builds fine. > > - Joseph > > ----- Original Message ----- > From: "Brian Palmer" <br...@sg...> > To: <rea...@li...> > Sent: Monday, June 10, 2002 22:04 > Subject: RE: [ros-kernel] Freeldr not working > > > > What error did it give you? And what version of DJGPP gcc are you using? > > > > Brian > > > > > -----Original Message----- > > > From: rea...@li... > > [mailto:reactos-kernel- > > > ad...@li...] On Behalf Of Joseph Galbraith > > > Sent: Monday, June 10, 2002 9:29 PM > > > To: rea...@li... > > > Subject: Re: [ros-kernel] Freeldr not working > > > > > > I had to remove the -nostdinc from the makefile in > > > the freeldr directory to get it to build with djgpp. > > > > > > I haven't tested it yet (still have to figure out > > > how to load it onto the floppy image for bochs), > > > but with the -nostdinc CFLAG, it crumbled building > > > arch. > > > > > > - Joseph > > > > > > ----- Original Message ----- > > > From: "Brian Palmer" <br...@sg...> > > > To: <rea...@li...> > > > Sent: Monday, June 10, 2002 7:33 PM > > > Subject: RE: [ros-kernel] Freeldr not working > > > > > > > > > > When was the last time you tried DJGPP? I have done some work on the > > > > makefiles recently. MinGW generates correct code, but somehow during > > the > > > > linking it screws something up. > > > > > > > > Brian > > > > > > > > > -----Original Message----- > > > > > From: rea...@li... > > > > [mailto:reactos-kernel- > > > > > ad...@li...] On Behalf Of Eric Kohl > > > > > Sent: Monday, June 10, 2002 9:13 AM > > > > > To: rea...@li... > > > > > Subject: Re: [ros-kernel] Freeldr not working > > > > > > > > > > > > > > > "Brian Palmer" <br...@sg...> wrote: > > > > > > > > > > > > > > > > MinGW does not generate a valid executable. I have to use DJGPP > > to > > > > > > compile it. If you are using MinGW then that is a definitely a > > > > problem. > > > > > > Try compiling with DJGPP. Eric, are you also using MinGW? > > > > > > > > > > Yes, I'm using MinGW because DJGPP doesn't like the freeloader > > > > makefiles. > > > > > > > > > > Eric > > > > > > > > > > > > > > > _______________________________________________________________ > > > > > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > > > August 25-28 in Las Vegas - > > > > > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > > > > > > > _______________________________________________ > > > > > reactos-kernel mailing list > > > > > rea...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > > > > > > > > > > _______________________________________________________________ > > > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > > August 25-28 in Las Vegas - > > > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > > > > > _______________________________________________ > > > > reactos-kernel mailing list > > > > rea...@li... > > > > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > > > > > > > > > > > > > > > > > > _______________________________________________________________ > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > August 25-28 in Las Vegas - > > > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > > > _______________________________________________ > > > reactos-kernel mailing list > > > rea...@li... > > > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > > > > _______________________________________________________________ > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > August 25-28 in Las Vegas - > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > _______________________________________________ > > reactos-kernel mailing list > > rea...@li... > > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > > > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel |
|
From: Joseph G. <gal...@va...> - 2002-06-11 13:38:45
|
gcc --version gives me: C:\Users\galb\reactos\freeldr>gcc --version gcc.exe (GCC) 3.1 To get djgcc I followed the link off of reactos.com. freeldr make give me: C:\Users\galb\reactos\freeldr\freeldr>make Calculating source file dependencies... ===================================================== Assembling arch In file included from <command line>:1: c:/djgpp/lib/gcc-lib/djgpp/3.1/djgpp.ver:1:25: sys/version.h: No such file or directory (ENOENT) make.exe[1]: *** [arch.o] Error 1 make.exe: *** [CHANGE_TO_TARGET] Error 2 Once I remove the -nostdinc it builds fine. - Joseph ----- Original Message ----- From: "Brian Palmer" <br...@sg...> To: <rea...@li...> Sent: Monday, June 10, 2002 22:04 Subject: RE: [ros-kernel] Freeldr not working > What error did it give you? And what version of DJGPP gcc are you using? > > Brian > > > -----Original Message----- > > From: rea...@li... > [mailto:reactos-kernel- > > ad...@li...] On Behalf Of Joseph Galbraith > > Sent: Monday, June 10, 2002 9:29 PM > > To: rea...@li... > > Subject: Re: [ros-kernel] Freeldr not working > > > > I had to remove the -nostdinc from the makefile in > > the freeldr directory to get it to build with djgpp. > > > > I haven't tested it yet (still have to figure out > > how to load it onto the floppy image for bochs), > > but with the -nostdinc CFLAG, it crumbled building > > arch. > > > > - Joseph > > > > ----- Original Message ----- > > From: "Brian Palmer" <br...@sg...> > > To: <rea...@li...> > > Sent: Monday, June 10, 2002 7:33 PM > > Subject: RE: [ros-kernel] Freeldr not working > > > > > > > When was the last time you tried DJGPP? I have done some work on the > > > makefiles recently. MinGW generates correct code, but somehow during > the > > > linking it screws something up. > > > > > > Brian > > > > > > > -----Original Message----- > > > > From: rea...@li... > > > [mailto:reactos-kernel- > > > > ad...@li...] On Behalf Of Eric Kohl > > > > Sent: Monday, June 10, 2002 9:13 AM > > > > To: rea...@li... > > > > Subject: Re: [ros-kernel] Freeldr not working > > > > > > > > > > > > "Brian Palmer" <br...@sg...> wrote: > > > > > > > > > > > > > MinGW does not generate a valid executable. I have to use DJGPP > to > > > > > compile it. If you are using MinGW then that is a definitely a > > > problem. > > > > > Try compiling with DJGPP. Eric, are you also using MinGW? > > > > > > > > Yes, I'm using MinGW because DJGPP doesn't like the freeloader > > > makefiles. > > > > > > > > Eric > > > > > > > > > > > > _______________________________________________________________ > > > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > > August 25-28 in Las Vegas - > > > > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > > > > > _______________________________________________ > > > > reactos-kernel mailing list > > > > rea...@li... > > > > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > > > > > > > _______________________________________________________________ > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > August 25-28 in Las Vegas - > > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > > > _______________________________________________ > > > reactos-kernel mailing list > > > rea...@li... > > > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > > > > > > > > > > > > _______________________________________________________________ > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > August 25-28 in Las Vegas - > > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > _______________________________________________ > > reactos-kernel mailing list > > rea...@li... > > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > |
|
From: Eric K. <ek...@rz...> - 2002-06-11 13:25:49
|
"Brian Palmer" <br...@sg...> wrote: > When was the last time you tried DJGPP? I have done some work on the > makefiles recently. MinGW generates correct code, but somehow during the > linking it screws something up. I used DJGPP several weeks ago. The new makefile generates command lines that exceeed the 128 character limit of DOS. The command line gets truncated and gcc or nasm bails out. :-/ Eric |
|
From: <cra...@mi...> - 2002-06-11 13:08:30
|
I have quickly looked at the way NtDuplicateObject works. Maybe it will help you.
NtDuplicateObject()
1) ObReferenceObjectByHandle(SourceProcessHandle, 40h, PsProcessType, ...ProcessObject)
2) decrement current_thread->Tcb.KernelApcDisable
3) KeWaitForSingleObject(ObpInitKillMutant, 0, 0, 0, 0)
4) if (ProcessObject->Pcb.TrapFrame == 0) {
KeReleaseMutant(ObpInitKillMutant,...)
increment KernelApcDisable
do some check here
HalRequestSoftwareInterrupt(...)
ObfDereferenceObject(ProcessObject)
return(STATUS_PROCESS_IS_TERMINATING)
}
5) if (current_thread->Tcb.ApcState.Process = ProcessObject) {
KeAttachProcess(Processobject)
}
6) ObReferenceObjectByHandle(SourceHandle, ...)
7) if (dunno what :))
KeDetachProcess(ProcessObject)
8) ObReferenceObjectByHandle(TargetProcessHandle, 40h, PsProcessType, ...ProcessObject2)
9) ...
10) ObpIncrementHandleCount(2, current_thread->Tcb.ApcState,
11) ...
12) ExCreateHandle(...)
13) if (SeDetailedAuditing == 1) {
SeAuditHandleDuplication(...)
}
14) KeReleaseMutant(...)
15) ObfDereferenceObject(ProcessObject)
16) ObfDereferenceObject(ProcessObject2)
17) return(NTSTATUS)
here we go.
assuming :
NTSTATUS NtDuplicateObject(in HANDLE SourceProcessHandle,
IN HANDLE SourceHandle,
IN HANDLE TargetProcessHandle OPTIONAL,
OUT PHANDLE TargetHandle OPTIONAL,
IN ACCESS_MASK DesiredAccess,
IN ULONG HandleAttributes,
IN ULONG Options);
cya
|
|
From: Brian P. <br...@sg...> - 2002-06-11 05:38:59
|
Optimized FAT32 bootsector to read more than 1 sector at a time on
systems supporting LBA calls.
Modified Files:
bootsect/fat32.asm
Brian
|
|
From: Brian P. <br...@sg...> - 2002-06-11 04:04:40
|
What error did it give you? And what version of DJGPP gcc are you using? Brian > -----Original Message----- > From: rea...@li... [mailto:reactos-kernel- > ad...@li...] On Behalf Of Joseph Galbraith > Sent: Monday, June 10, 2002 9:29 PM > To: rea...@li... > Subject: Re: [ros-kernel] Freeldr not working > > I had to remove the -nostdinc from the makefile in > the freeldr directory to get it to build with djgpp. > > I haven't tested it yet (still have to figure out > how to load it onto the floppy image for bochs), > but with the -nostdinc CFLAG, it crumbled building > arch. > > - Joseph > > ----- Original Message ----- > From: "Brian Palmer" <br...@sg...> > To: <rea...@li...> > Sent: Monday, June 10, 2002 7:33 PM > Subject: RE: [ros-kernel] Freeldr not working > > > > When was the last time you tried DJGPP? I have done some work on the > > makefiles recently. MinGW generates correct code, but somehow during the > > linking it screws something up. > > > > Brian > > > > > -----Original Message----- > > > From: rea...@li... > > [mailto:reactos-kernel- > > > ad...@li...] On Behalf Of Eric Kohl > > > Sent: Monday, June 10, 2002 9:13 AM > > > To: rea...@li... > > > Subject: Re: [ros-kernel] Freeldr not working > > > > > > > > > "Brian Palmer" <br...@sg...> wrote: > > > > > > > > > > MinGW does not generate a valid executable. I have to use DJGPP to > > > > compile it. If you are using MinGW then that is a definitely a > > problem. > > > > Try compiling with DJGPP. Eric, are you also using MinGW? > > > > > > Yes, I'm using MinGW because DJGPP doesn't like the freeloader > > makefiles. > > > > > > Eric > > > > > > > > > _______________________________________________________________ > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > August 25-28 in Las Vegas - > > > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > > > _______________________________________________ > > > reactos-kernel mailing list > > > rea...@li... > > > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > > > > _______________________________________________________________ > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > August 25-28 in Las Vegas - > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > _______________________________________________ > > reactos-kernel mailing list > > rea...@li... > > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > > > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel |
|
From: Joseph G. <gal...@va...> - 2002-06-11 03:28:55
|
I had to remove the -nostdinc from the makefile in the freeldr directory to get it to build with djgpp. I haven't tested it yet (still have to figure out how to load it onto the floppy image for bochs), but with the -nostdinc CFLAG, it crumbled building arch. - Joseph ----- Original Message ----- From: "Brian Palmer" <br...@sg...> To: <rea...@li...> Sent: Monday, June 10, 2002 7:33 PM Subject: RE: [ros-kernel] Freeldr not working > When was the last time you tried DJGPP? I have done some work on the > makefiles recently. MinGW generates correct code, but somehow during the > linking it screws something up. > > Brian > > > -----Original Message----- > > From: rea...@li... > [mailto:reactos-kernel- > > ad...@li...] On Behalf Of Eric Kohl > > Sent: Monday, June 10, 2002 9:13 AM > > To: rea...@li... > > Subject: Re: [ros-kernel] Freeldr not working > > > > > > "Brian Palmer" <br...@sg...> wrote: > > > > > > > MinGW does not generate a valid executable. I have to use DJGPP to > > > compile it. If you are using MinGW then that is a definitely a > problem. > > > Try compiling with DJGPP. Eric, are you also using MinGW? > > > > Yes, I'm using MinGW because DJGPP doesn't like the freeloader > makefiles. > > > > Eric > > > > > > _______________________________________________________________ > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > August 25-28 in Las Vegas - > > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > _______________________________________________ > > reactos-kernel mailing list > > rea...@li... > > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > |
|
From: KJK::Hyperion <no...@li...> - 2002-06-11 03:21:50
|
At 01.56 11/06/2002, you wrote: > > Are you sure? what flags do you pass to NtDuplicateObject? have you tried > > with DuplicateHandle? >I'm reading the code for our NtDuplicateObject. Must be a bug in our code. I don't see it mentioned anywhere |
|
From: KJK::Hyperion <no...@li...> - 2002-06-11 02:15:12
|
At 23.05 09/06/2002, you wrote: > > BTW, is someone working on psapi right now? If not, I'm looking for an easy > > project to work on, and PSAPI and ToolHelp seem trivial enough >No, I'm not working on psapi and I don't plan to do so. ;-) Perfect. I'll start working on it tonight. I know exactly how to implement most functions, it shouldn't be hard |
|
From: Brian P. <br...@sg...> - 2002-06-11 01:33:39
|
When was the last time you tried DJGPP? I have done some work on the makefiles recently. MinGW generates correct code, but somehow during the linking it screws something up. Brian > -----Original Message----- > From: rea...@li... [mailto:reactos-kernel- > ad...@li...] On Behalf Of Eric Kohl > Sent: Monday, June 10, 2002 9:13 AM > To: rea...@li... > Subject: Re: [ros-kernel] Freeldr not working > > > "Brian Palmer" <br...@sg...> wrote: > > > > MinGW does not generate a valid executable. I have to use DJGPP to > > compile it. If you are using MinGW then that is a definitely a problem. > > Try compiling with DJGPP. Eric, are you also using MinGW? > > Yes, I'm using MinGW because DJGPP doesn't like the freeloader makefiles. > > Eric > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel |
|
From: Rex J. <re...@lv...> - 2002-06-10 23:21:31
|
in the maillog for mok, I see the following error reported from commits: Jun 9 05:58:56 mok sendmail[10491]: xxx: to=...@li..., ctladdr=bpalmer (1007/200), delay=12:54:57, xdelay=00:03:00, mailer=esmtp, pri=1200407, relay=externalmx.valinux.com., dsn=4.0.0, stat=Deferred: 451-Envelope sender verification failed Any idea what the 451 error is? I'm thinking that the mail addresses on mok are not registered with the mailing list, and cannot therefore post. Rex Jolliff re...@lv... |
|
From: Eric K. <ek...@rz...> - 2002-06-10 23:04:26
|
ntoskrnl/include/internal/io.h ntoskrnl/io/device.c ntoskrnl/io/driver.c ntoskrnl/io/pnpmgr.c ntoskrnl/ldr/loader.c Changed data structure which represents driver objects from MODULE_OBJECT to DRIVER_OBJECT. Now a DriverEntry's RegistryPath string is usable automagically. Eric |
|
From: David W. <we...@cw...> - 2002-06-10 22:59:19
|
On Mon, Jun 10, 2002 at 03:10:20PM +0200, KJK::Hyperion wrote: > Are you sure? what flags do you pass to NtDuplicateObject? have you tried > with DuplicateHandle? > I'm reading the code for our NtDuplicateObject. |
|
From: Hartmut B. <har...@te...> - 2002-06-10 21:45:48
|
ntoskrnl\cc\copy.c: ntoskrnl\cc\view.c: ntoskrnl\include\internal\cc.h: ntoskrnl\ntoskrnl.def: ntoskrnl\ntoskrnl.edf: Implemented CcZeroData. ntoskrnl\cc\misc.c: Fixed a minor bug in CcSetFileSizes. drivers\fs\vfat\cleanup.c: drivers\fs\vfat\close.c: drivers\fs\vfat\vfat.h: Added updating of directory entries in VfatCleanupFile/VfatCloseFile. drivers\fs\vfat\rw.c: Updating the directory entries in VfatWrite only, if the allocation size has changed. Added zeroing for files, if the write starts after the current end of the file. drivers\fs\vfat\dirwr.c: Fixed a minor bug in updEntry. lib\msvcrt\stdio\fflush.c: Fixed fflush for non dirty file streams. lib\msvcrt\stdio\ftell.c: Fixed ftell for streams which are opened for reading and writing. lib\msvcrt\stdio\fread.c: lib\msvcrt\stdio\fwrite.c: Rewrote fread/fwrite for a better/faster handling of read/write requests. lib\msvcrt\sys_stat\fstat.c: Added flushing of file streams. ntoskrnl\ke\kthread.c: ntoskrnl\mm\cont.c: ntoskrnl\mm\balance.c: ntoskrnl\mm\i386\page.c: ntoskrnl\mm\ncache.c: ntoskrnl\mm\section.c: ntoskrnl\mm\virtual.c: Replaced all calls to MmDereferencePage with MmReleasePageMemoryConsumer. Added handling for multiple referenced pages in MmReleasePageMemoryConsumer. ntoskrnl\mm\mdl.c: Unmap the pages first and than remove the entries from the allocation map in MmUnmapLockedPages. ntoskrnl\ps\kill.c: Reference/Dereference the process object in PiTerminateProcess. - Hartmut |
|
From: Casper H. <ch...@us...> - 2002-06-10 18:10:20
|
man, 2002-06-10 kl. 19:41 skrev Perry Werneck: > On 10 Jun 2002 16:45:46 +0200, Casper Hornstrup wrote: > > Hi, > > >Click the bottom link of your message and follow instructions. > > I'm trying to unsubscribe for some time without any success. The link request some password and I > don't have it! According with the help the password is sent in regular intervals but, until now a never received > it. Enter your subscription email address in the bottom text box on that page and click the "Edit Options" button. Then click the button named "Email My Password To Me". This worked for me just a minute ago. - Casper |
|
From: Perry W. <per...@te...> - 2002-06-10 17:43:02
|
On 10 Jun 2002 16:45:46 +0200, Casper Hornstrup wrote: Hi, >Click the bottom link of your message and follow instructions. I'm trying to unsubscribe for some time without any success. The link request some password and I don't have it! According with the help the password is sent in regular intervals but, until now a never received it. |
|
From: KJK::Hyperion <no...@li...> - 2002-06-10 17:26:28
|
At 20.31 09/06/2002, you wrote: >Is it documented somewhere that NtDuplicateObject can't duplicate >inheritable objects? Are you sure? what flags do you pass to NtDuplicateObject? have you tried with DuplicateHandle? |
|
From: Eric K. <ek...@rz...> - 2002-06-10 15:09:34
|
"Brian Palmer" <br...@sg...> wrote: > MinGW does not generate a valid executable. I have to use DJGPP to > compile it. If you are using MinGW then that is a definitely a problem. > Try compiling with DJGPP. Eric, are you also using MinGW? Yes, I'm using MinGW because DJGPP doesn't like the freeloader makefiles. Eric |
|
From: Casper H. <ch...@us...> - 2002-06-10 14:55:50
|
Click the bottom link of your message and follow instructions. |
|
From: Brian P. <br...@sg...> - 2002-06-10 14:53:05
|
MinGW does not generate a valid executable. I have to use DJGPP to compile it. If you are using MinGW then that is a definitely a problem. Try compiling with DJGPP. Eric, are you also using MinGW? Brian > -----Original Message----- > From: rea...@li... [mailto:reactos-kernel- > ad...@li...] On Behalf Of Casper Hornstrup > Sent: Monday, June 10, 2002 5:41 AM > To: rea...@li... > Subject: Re: [ros-kernel] Freeldr not working > > man, 2002-06-10 kl. 13:26 skrev Eric Kohl: > > > > "Brian Palmer" <br...@sg...> wrote: > > > > > Ok, good - I'm glad that's not the problem. ;-) I don't think it is a > > > problem with switching to and from protected mode then. I did a lot of > > > work on those two functions that you say are hanging, so I probably > > > broke something. The problem is that I cannot reproduce this on any of > > > my machines. What computer model are you running on? > > > > FreeLoader hangs on my three x86-machines: > > 1) MSI K7T Turbo (V3.0) / Athlon TB 900 / 512MB > > 2) ECS D6VAA / 2x Pentium III 700 / 256MB > > 3) Acer TravelMate 521 TEV (Mobile Pentium III 600) > > > > So I guess it is a general problem. > > > > Eric > > Could it be the latest MinGW? Brian did you try to compile with gcc 3.1? > > - Casper > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel |
|
From: Joseph G. <gal...@va...> - 2002-06-10 14:42:59
|
> > I'm having trouble booting into bochs since I > > got this change. (Well, I'm not sure it was > > this change, but I didn't see anything else.) > > Are you booting with FreeLoader or Loadros (boot.bat)? > I just checked out a clean tree, built it and booted it using Loadros. Runs > fine! FreeLoader -- but since building FreeLoader requires different tools I haven't yet bothered to get to the point where I can build it so I'm still using the version that shipped with the 0.0.19 bochs images. > With the last patch I changed the format of the 'group order list' from > semi-colon separated value string (REG_SZ) to multi string (REG_SZ_MULTI). > LoadRos doesn't handle this properly yet. I'll fix it tomorrow as soon as > I'm out of bed and had my first coffee. ;-) Given this, I'm guessing my problem is that I need a new version of freeldr. I guess I'll have to bite the bullet and get setup to build it. Thanks for the help, Joseph |
|
From: Sarat A. <sar...@ya...> - 2002-06-10 14:36:52
|
__________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com |
|
From: Casper H. <ch...@us...> - 2002-06-10 11:51:52
|
man, 2002-06-10 kl. 13:26 skrev Eric Kohl: > > "Brian Palmer" <br...@sg...> wrote: > > > Ok, good - I'm glad that's not the problem. ;-) I don't think it is a > > problem with switching to and from protected mode then. I did a lot of > > work on those two functions that you say are hanging, so I probably > > broke something. The problem is that I cannot reproduce this on any of > > my machines. What computer model are you running on? > > FreeLoader hangs on my three x86-machines: > 1) MSI K7T Turbo (V3.0) / Athlon TB 900 / 512MB > 2) ECS D6VAA / 2x Pentium III 700 / 256MB > 3) Acer TravelMate 521 TEV (Mobile Pentium III 600) > > So I guess it is a general problem. > > Eric Could it be the latest MinGW? Brian did you try to compile with gcc 3.1? - Casper |
|
From: Eric K. <ek...@rz...> - 2002-06-10 11:23:34
|
"Brian Palmer" <br...@sg...> wrote: > Ok, good - I'm glad that's not the problem. ;-) I don't think it is a > problem with switching to and from protected mode then. I did a lot of > work on those two functions that you say are hanging, so I probably > broke something. The problem is that I cannot reproduce this on any of > my machines. What computer model are you running on? FreeLoader hangs on my three x86-machines: 1) MSI K7T Turbo (V3.0) / Athlon TB 900 / 512MB 2) ECS D6VAA / 2x Pentium III 700 / 256MB 3) Acer TravelMate 521 TEV (Mobile Pentium III 600) So I guess it is a general problem. Eric |