Re: [Emc-developers] comp and make

2012-10-26 Thread andy pugh
On 26 October 2012 01:06, andy pugh wrote: > Another strange thing: > option userspace breaks RTAPI_MP_STRING and friends. Thinking about it, I think I might understand that now. -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto -

Re: [Emc-developers] New PCI based system for LinuxCNC

2012-10-26 Thread Bence Kovács
Hello > The best reference for git I've found is the Pro Git book: > > http://git-scm.com/book Thanks, great source; I understood its main goals and basic usage. > Basically what you want to do is clone the central git repo, create a new > local branch (maybe call it general-mechatronics-drive

Re: [Emc-developers] New PCI based system for LinuxCNC

2012-10-26 Thread andy pugh
On 26 October 2012 22:49, Bence Kovács wrote: > I added driver and documentation to github: > https://github.com/BenceKovacs/linuxcnc-mirror > I hope I did everything fine. Which branch is your stuff in? -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ---

[Emc-developers] Mdoule load/unload

2012-10-26 Thread andy pugh
This is a strange question, but please bear with me. I want to write a hal realtime component that only runs init code. (I have an application where being in kernel space with an active rtapi and the hm2 drivers loaded makes the task in hand much easier than otherwise) However, after running the r

Re: [Emc-developers] Module load/unload

2012-10-26 Thread andy pugh
The very minimalist code is here: http://codepad.org/mMvsYn0l -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto -- WINDOWS 8 is here. Millions of people. Your app in 30 days. Visit The Windo

Re: [Emc-developers] Mdoule load/unload

2012-10-26 Thread Charles Steinkuehler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/26/2012 7:40 PM, andy pugh wrote: > This is a strange question, but please bear with me. I want to > write a hal realtime component that only runs init code. (I have an > application where being in kernel space with an active rtapi and > the hm2

Re: [Emc-developers] New PCI based system for LinuxCNC

2012-10-26 Thread s...@highlab.com
The branch is called general-mechatronics-driver. I'll try to review it this weekend. -- Sebastian Kuzminsky - Reply message - From: "andy pugh" Date: Fri, Oct 26, 2012 15:57 Subject: [Emc-developers] New PCI based system for LinuxCNC To: "EMC developers" On 26 October 2012 22:49, Be

Re: [Emc-developers] New PCI based system for LinuxCNC

2012-10-26 Thread s...@highlab.com
Thanks Bence, i'll take a look at it this weekend. -- Sebastian Kuzminsky - Reply message - From: "Bence Kovács" Date: Fri, Oct 26, 2012 15:49 Subject: [Emc-developers] New PCI based system for LinuxCNC To: "EMC developers" Hello > The best reference for git I've found is the Pro Git