From: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
To: Jeff Dike <jdike@addtoit.com>,
user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] Error in incremental patch link-x86-64
Date: Thu, 21 Oct 2004 13:32:58 +0200 [thread overview]
Message-ID: <41779E6A.8030706@fujitsu-siemens.com> (raw)
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
next reply other threads:[~2004-10-21 11:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-21 11:32 Bodo Stroesser [this message]
2004-10-22 0:49 ` [uml-devel] Re: Error in incremental patch link-x86-64 Jeff Dike
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41779E6A.8030706@fujitsu-siemens.com \
--to=bstroesser@fujitsu-siemens.com \
--cc=jdike@addtoit.com \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox