Displaying 20 results from an estimated 90 matches similar to: "[klibc 13/43] UML: the klibc architecture is the underlying architecture"
2007 Dec 11
1
Help with UML editor?
A colleague, using CentOS 5 64-bit, installed by me, asked me for the following
assistance:
"The site I was trying to get to was http://www.eclipsedownload.com/. I
downloaded the EclipseUML free version, but it's obviously not giving me the
information I need. I have Java packages in Eclipse that I would like to
display in a class diagram to show how they relate to one another.
2007 May 22
0
uml on centos
Hello,
Has anyone got this working? I'm looking around for a virtual system
implementation and this one seems lightweight.
Thanks.
Dave.
2007 Apr 19
1
UML under Centos5
Has anyone been able to get UserModeLinux to work under CentOS5? I've
got an image which works fine under CentOS4.4 but when I try it under
CentOS5 then it hangs just after mounting root
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Now, I'd read this was a known issue because of
2006 Jan 23
0
"UML-like" modelling of RoR
Is anyone aware of a tool that can take
my RoR code and model the views, controllers,
helpers, layouts, etc?
Chris M.
--
Posted via http://www.ruby-forum.com/.
2007 May 01
0
2.6.21 and UML
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi,
Any chance of getting a snapshot/patch to apply to 2.6.21?
Also, the FAQ doesn't mention UML but at a glance the two
virtualizations look very similar - or am I missing something?
The address space stuff looks like what skas0 does in uml?
Cheers
Antoine
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.3 (GNU/Linux)
Comment: Using GnuPG
2006 Jul 11
0
Crossbow and UML
Hey ..This looks very much like the user-mode linux i used to work on. not gone thru the Xen specs but what crossbow looks like is solaris version of UML[user-mode linux] . last time i was almost killed testing free/swan on a virtual testbed using UML. gosh... matching the root filesystem version with the kernel was the biggest fight...lately had to build my own with mkrootfs :) ... best view of
2005 Oct 13
2
French Guide on Xen[debian, netbsd] and Uml[debian] install and use
Hello,
For those those who speak french and are interested. I wrote a guide
about Uml and
Xen virtualisation solution for course purpose.
Cheers,
François Visconte
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Feb 27
1
Ask About ruby-uml
Any body here has used ruby-uml from http://ruby-uml.rubyforge.org/ ??
I dont know how to use it, would you mind to share your experience on
it?
OR
Have you found plug-in or gem for generating application code like
controllers, models, views to sequence diagram ? I have tried RailRoad,
but it can not create sequence diagram, only class diagram for
controllers and models.
Thank You for your
2007 Apr 18
2
[PATCH 1/6] i386 virtualization - Fix uml build
* zach@vmware.com (zach@vmware.com) wrote:
> Attempt to fix the UML build by assuming the default i386 subarchitecture
> (mach-default).
>
> I can't fully test this because spinlock breakage is still happening in
> my tree, but it gets rid of the mach_xxx.h missing file warnings.
I assume this is intended to fix a build error caused by patches in the
earlier set which added
2007 Apr 18
2
[PATCH 1/6] i386 virtualization - Fix uml build
* zach@vmware.com (zach@vmware.com) wrote:
> Attempt to fix the UML build by assuming the default i386 subarchitecture
> (mach-default).
>
> I can't fully test this because spinlock breakage is still happening in
> my tree, but it gets rid of the mach_xxx.h missing file warnings.
I assume this is intended to fix a build error caused by patches in the
earlier set which added
2007 May 01
0
2.6.21 and UML
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi,
Any chance of getting a snapshot/patch to apply to 2.6.21?
Also, the FAQ doesn't mention UML but at a glance the two
virtualizations look very similar - or am I missing something?
The address space stuff looks like what skas0 does in uml?
Cheers
Antoine
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.3 (GNU/Linux)
Comment: Using GnuPG
2012 Dec 24
2
[LLVMdev] Do you use UML utility programs?
Hello list,
I'd like to know if people use UML tool to analyze and/or document LLVM/Clang.
I use StarUML. It's free and very good though it's free.
But I consider using a commercial program. Because the organization I
belong is willing to support for this.
I don't think I will use these tools to write code.
I think I will use these to do a documentation and analyze code.
So the
2012 Dec 24
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Mon, Dec 24, 2012 at 2:08 AM, Journeyer J. Joh
<oosaprogrammer at gmail.com> wrote:
> Do you use one of these tools? If so let me know your experience.
> And I don't believe people use these to generate code for LLVM/Clang.
I personally don't use any tool like that.
My impression is that most developers here do not use any kind of UML
code generation; I could, of course,
2012 Dec 25
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Mon, Dec 24, 2012 at 9:19 PM, "C. Bergström"
<cbergstrom at pathscale.com> wrote:
> At the bottom
>
> Created using<a href="http://sphinx.pocoo.org/
> <view-source:http://sphinx.pocoo.org/>">Sphinx</a> 1.1.3.
That is the documentation generator which creates generate the HTML
page from the .rst files (similar to how LLVM and
2012 Dec 27
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Wed, Dec 26, 2012 at 3:31 PM, Alex Turbov <i.zaufi at gmail.com> wrote:
> do you know that doxygen have a @msc and @mscfile commands?
Didn't know about that. However, I was thinking more along the lines
of something that would extract such diagrams automatically.
-- Sean Silva
2013 Jan 13
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
You can easily collect this information with DTrace on a Mac (or
Solaris or FreeBSD) without any special LLVM instrumentation.
-- Sean Silva
2013 Jan 13
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Oh I see. Thank you. I will study that.
Journeyer
2013/1/13 Sean Silva <silvas at purdue.edu>:
> You can easily collect this information with DTrace on a Mac (or
> Solaris or FreeBSD) without any special LLVM instrumentation.
>
> -- Sean Silva
--
----------------------------------------
Journeyer J. Joh
o o s a p r o g r a m m e r
a t
g m a i l d o t c o m
2013 Jan 13
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Sat, Jan 12, 2013 at 10:00 PM, Journeyer J. Joh
<oosaprogrammer at gmail.com> wrote:
> Oh I see. Thank you. I will study that.
You will want to use the pid provider. The most basic thing you can
probably do is to turn on flowindent and just trace
`pid$target:::entry' and `pid$target:::return`, which will trace all
the function calls and returns. This blog post
2007 Sep 06
0
Asterisk on UML (User Mode Linux)
What's the current thinking on running Asterisk in a UML environment? I
saw some discussion about Xen and asterisk on a Xen DomU.
I'm currently running Asterisk in a UML and have noticed poorer quality
on calls. I'm only using SIP and IAX2 trunks. No hardware adapters. I
guess timing is important, but even if I could get the provider to
install a kernel with the Zaptel Dummy timing