Re: [HelenOS-devel] Bithenge: first commit

2012-05-25 Thread Sean Bartell
Hi, Vojtech, On Fri, May 25, 2012 at 08:11:04AM +0200, Vojtech Horky wrote: > > The tree only contains the final result of decoding the binary data. The > > converter (which is the part I'm still thinking about) may know that > > some data is a 4-byte little-endian unsigned integer, but after it's

Re: [HelenOS-devel] Bithenge: first commit

2012-05-24 Thread Vojtech Horky
Hello Sean. 2012/5/25 Sean Bartell : > Hello, Vojtech, > > On Thu, May 24, 2012 at 11:24:37AM +0200, Vojtech Horky wrote: >> 2012/5/24 Sean Bartell : >> I have a few comments (mostly details). >> >> First of all, I am not able to compile the code for 32bit architecture >> ... >> blob.c:71:2: note:

Re: [HelenOS-devel] Bithenge: first commit

2012-05-24 Thread Sean Bartell
Hello, Vojtech, On Thu, May 24, 2012 at 11:24:37AM +0200, Vojtech Horky wrote: > 2012/5/24 Sean Bartell : > > currently supported; in the next few days, I will add support for files > > and task memory and improve style and documentation. Although the > Looks good. By "task memory" you mean memory

Re: [HelenOS-devel] Bithenge: first commit

2012-05-24 Thread Vojtech Horky
Hello Sean, thanks for the report. 2012/5/24 Sean Bartell : > Hello, everyone, > > I've made the first commit to lp:~wtachi/helenos/bithenge with partial > support for binary blob data sources. It uses an object-oriented design > to make adding new data sources relatively easy. Only block devices