> Can you try after applying the patch below?
I've tried it with the below patch, I'm sorry to say it hasn't changed the
situation
any. It will still load the old kernel/initrd and still fails on the newer
kernel
that will work with a modified (but unknown how) haret.
Really frustrating when modifications are made and not documented anywhere or
sent
back as a patch. If you want me to send updated log files feel free to ask. Or
any
other device probing that might help.
I've checked the log file for any error messages but neither that or the screen
displayed as far as i can tell the error message added below.
Thanks for trying though, look forward to hearing from you again.
Daniel
PS. Will be emailing the rx1950 port maintainer to see if he knows what patches
were
applied to the haret code for there port.
> --- src/memory.cpp 27 Sep 2008 00:47:14 -0000 1.42
> +++ src/memory.cpp 24 Mar 2009 23:25:59 -0000
> @@ -750,6 +750,10 @@
> allocPages(struct pageAddrs *pages, int pageCount)
> {
> int pageBytes = pageCount * PAGE_SIZE;
> +#if 1
> + void *data = VirtualAlloc(NULL, pageBytes, MEM_COMMIT, PAGE_READWRITE);
> + int ret = 1;
> +#else
> HANDLE h = CreateFileMapping(
> (HANDLE)INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE,
> 0, pageBytes, NULL);
> @@ -761,6 +765,7 @@
>
> void *data = MapViewOfFile(h, FILE_MAP_WRITE, 0, 0, 0);
> int ret = CloseHandle(h);
> +#endif
> if (!data) {
> Output(C_ERROR "Failed to map %d pages (code %ld)"
> , pageCount, GetLastError());
>
>
--------------------------------------------------------------
Sent with "Me-Mail", Boltblue's FREE mobile messaging service.
http://www.boltblue.com
_______________________________________________
Haret mailing list
[email protected]
https://handhelds.org/mailman/listinfo/haret