Stu
(Stu)
6 December 2004 16:32
1
I did this to more or less scratch an itch.
This is a small extension for ruby that provides
uname support for all unices and win32 systems.
any posix complient non-unix boxes should also work
fine (beos, etc)...
ftp://mega-tokyo.com/pub/my_stuff/ruby-uname-0.0.1.tgz
tested on DragonFly BSD and WinXP.
I tried to package it as a gem but couldnt figure out how
to make the 'gem install' compile it... anyway.
-- Stu --
[FAQ] Write Your Own Operating System
http://www.mega-tokyo.com/osfaq2
Stu wrote:
I did this to more or less scratch an itch.
This is a small extension for ruby that provides
uname support for all unices and win32 systems.
There is already sys-uname on the RAA.
See http://ruby-sysutils.sf.net
Regards,
Dan
Stu
(Stu)
6 December 2004 20:22
3
like I said, I wrote it to scratch an itch, and made it available.
I wanted to find something I could play with and write an
extension to see how difficult an 'easy' one would be.
-- Stu --
[FAQ] Write Your Own Operating System
http://www.mega-tokyo.com/osfaq2
···
On 6 Dec 2004 11:22:47 -0800, djberg96@hotmail.com wrote:
Stu wrote:
I did this to more or less scratch an itch.
This is a small extension for ruby that provides
uname support for all unices and win32 systems.
There is already sys-uname on the RAA.
See http://ruby-sysutils.sf.net