* [uml-devel] Error in incremental patch link-x86-64
@ 2004-10-21 11:32 Bodo Stroesser
2004-10-22 0:49 ` [uml-devel] " Jeff Dike
0 siblings, 1 reply; 2+ messages in thread
From: Bodo Stroesser @ 2004-10-21 11:32 UTC (permalink / raw)
To: Jeff Dike, user-mode-linux-devel
With this patch installed, UML no longer boots in TT-mode:
Checking PROT_EXEC mmap in /tmp...OK
Mapping memory: Invalid argument
Applied a patch, that fixes it.
Bodo
---
--- a/arch/um/Kconfig_i386 2004-10-21 13:01:34.972662948 +0200
+++ b/arch/um/Kconfig_i386 2004-10-21 13:01:49.597246150 +0200
@@ -4,5 +4,5 @@
config TOP_ADDR
hex
- default 0xc0000000 if HOST_2G_2G
- default 0x80000000 if !HOST_2G_2G
+ default 0xc0000000 if !HOST_2G_2G
+ default 0x80000000 if HOST_2G_2G
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-21 23:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-21 11:32 [uml-devel] Error in incremental patch link-x86-64 Bodo Stroesser
2004-10-22 0:49 ` [uml-devel] " Jeff Dike
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox