Hi Sir Richard,
just FYI, this rev introduced freeldr crash (happens after loading
initial drivers): http://bjauy.com/images/45155-freeloader.png
Best regards,
Maciej
----------------------------------------------------------------------
Rezerwując wczesniej kupisz bilety lotnicze taniej!
Sprawdz >>> http://link.interia.pl/f256c
Hi,
sir_richard wrote:
> /* GLOBALS *******************************************************************/
> +
> +/* Boot and double-fault/NMI/DPC stack */
> +UCHAR P0BootStackData[KERNEL_STACK_SIZE] __attribute__((aligned (16)));
> +UCHAR KiDoubleFaultStackData[KERNEL_STACK_SIZE] __attribute__((aligned (16)));
MinGW GCC 4.4.x can ignore in some situations attribute aligned on
uninitialized global variables because of a bug. A workaround is to
initialize a variable or to compile with -fno-common.
Hi Sir Richard,
Build's broken:
ntoskrnl/ke/i386/context.c: In function 'KiSwapProcess':
ntoskrnl/ke/i386/context.c:30: warning: passing argument 1 of '_InterlockedXor' makes pointer from integer without a cast
ntoskrnl/ke/i386/context.c:31: warning: passing argument 1 of '_InterlockedXor' makes pointer from integer without a cast
make: *** [/mnt/ramdisk/buildbot/debug/obj/ntoskrnl/ke/i386/context_ntkrnlmp.o] Error 1
make: *** Waiting for unfinished jobs....
Command exited with non-zero status 2
from: http://build.reactos.org:8010/builders/x86_%28Debug%29/builds/3789/steps/co…
Gabriel.
_________________________________________________________________
25 Gygabite gratis online. Archivia e condividi i tuoi file!
http://www.windowslive.it/skyDrive.aspx
hello guys,
I am sorry for not mentioning a specific area that I am interested. I
am interested in filesystems. Thank you Aleksey , victor and others for
providing the list of projects. From the list I am interested in the
partition manger as arty shed some light it. Any suggestions and help
are most welcome.
Thanks & Regards,
sudheer.
I read the PDF and other information earlier today. I've just updated the Wikipedia page (in English, at least)
regarding Arwinss with the newer, more detailed information. Hopefully, once more people know about Arwinss
and what it will do for ReactOS, more people will appreciate the potential of this project and join in.
I felt you guys should know, since I brought up the issue earlier. Feel free to check on it and correct any errors
I've made. :)
-Joshua Bailey