Re: Oh my god, Google has a USENET archive going back to 1981!

2002-01-08 Thread Iain Templeton
On Tue, 8 Jan 2002, Matthew Dillon wrote: I had wired in an extra 16K of dynamic ram, giving me 48K total (bank selected) (imagine piggy-backing a bank of 14 or 16 pin DIPs on another bank and soldering each lead, except for the select, to the one below). Yes, now imagine

Re: syscall assembly

2000-12-13 Thread Iain Templeton
On Wed, 13 Dec 2000, Alfred Perlstein wrote: David, can you look at this? #include fcntl.h int foo() { open("file", O_RDONLY); return 0; } int main() { int x; x = foo(); return 0; } results in: foo: pushl %ebp movl %esp,%ebp subl $8,%esp

Re: nullfs patch

2000-08-22 Thread Iain Templeton
On Sun, 6 Aug 2000, Ustimenko Semen wrote: Hi! Here is a patch, it seems it fix some bugs in nullfs. At least i was able to make kernel on nullfs mounted filesystem. All results are welcome! This is pretty good. I have been doing all my port building on a nullfs mounted filesystem

Re: libvgl: free(): warning: junk pointer, too high to make sense.

2000-08-12 Thread Iain Templeton
On Sat, 12 Aug 2000 [EMAIL PROTECTED] wrote: Hi, Hi Andrew :-) I'm using libvgl but when I call VGLTextSetFontFile(FONT) I get: free(): warning: junk pointer, too high to make sense. What am I doing wrong? The only other vgl call I have made at this point is VGLInit. Well,