Re: [Vala] [Having fun with Vala] Multiboot kernel using Vala!

2009-02-15 Thread Sam Liddicott
I wouldn't want to use glib, which was the point of my post. Sam -Original Message- From: Michael Torrie torr...@gmail.com Sent: 14 February 2009 21:31 Cc: vala-list vala-list@gnome.org Subject: Re: [Vala] [Having fun with Vala] Multiboot kernel using Vala! Sam Liddicott wrote: I

Re: [Vala] [Having fun with Vala] Multiboot kernel using Vala!

2009-02-14 Thread Michael Torrie
Sam Liddicott wrote: I think that is great. I'm determined to write a netfilter kernel module in vala. Can kernel modules link to glib? Seems like that would be needed for any features of vala. I guess you could statically link glib. But what about if you have 2 modules written in vala?

Re: [Vala] [Having fun with Vala] Multiboot kernel using Vala!

2009-02-11 Thread Yu Feng
Hi Matias, I am curious about how GLib was staticly linked to your kernel. I didn't see any flags on this in your makefile. Yu On Mon, 2009-02-09 at 12:45 -0200, Matías De la Puente wrote: Hello all!, I was playing with vala to see if it's posible to write a minimal kernel using vala.

Re: [Vala] [Having fun with Vala] Multiboot kernel using Vala!

2009-02-11 Thread Michael 'Mickey' Lauer
Am Wednesday 11 February 2009 17:49:26 schrieb Alessandro Pellizzari: Il giorno mar, 10/02/2009 alle 11.27 +, Sam Liddicott ha scritto: I think that is great. I'm determined to write a netfilter kernel module in vala. And I am curious to know if it is possible to write a window

Re: [Vala] [Having fun with Vala] Multiboot kernel using Vala!

2009-02-11 Thread Maciej Piechotka
Michael 'Mickey' Lauer mic...@vanille-media.de writes: Am Wednesday 11 February 2009 17:49:26 schrieb Alessandro Pellizzari: Il giorno mar, 10/02/2009 alle 11.27 +, Sam Liddicott ha scritto: I think that is great. I'm determined to write a netfilter kernel module in vala. It would

Re: [Vala] [Having fun with Vala] Multiboot kernel using Vala!

2009-02-10 Thread Sam Liddicott
I think that is great. I'm determined to write a netfilter kernel module in vala. Sam * Matías De la Puente wrote, On 09/02/09 14:45: Hello all!, I was playing with vala to see if it's posible to write a minimal kernel using vala. Based in the multiboot sample

[Vala] [Having fun with Vala] Multiboot kernel using Vala!

2009-02-09 Thread Matías De la Puente
Hello all!, I was playing with vala to see if it's posible to write a minimal kernel using vala. Based in the multiboot sample ( http://www.gnu.org/software/grub/manual/multiboot/html_node/Example-OS-code.html), I was able to wrote a minimal multiboot kernel in vala. ;) I wrote a multiboot