[9fans] low-power fun

2008-05-18 Thread erik quanstrom
nothing earth-shattering or alltogether unexpected. i was doing some aoe performance tests on an intel celeron 1.8ghz c430 processor today and noticed that with mp interrupts off, i got 750MB/s on two gbe interfaces. too good to be true unless you've got relativistic clocks. sure enough. time 3

[9fans] "Web server" wiki page not found

2008-05-18 Thread Pietro Gagliardi
% cd /mnt/wiki/ % ls | grep '^web_server$' web_server % cd web_server Can't cd web_server: 'web_server' file does not exist Why is this happening? My Mac OS X Safari reports the same thing. - Pietro

Re: [9fans] Linker weirdness? (was: Assembler weirdness?)

2008-05-18 Thread Richard Miller
> But now when I go to link I get these weird errors about undefined > symbols in a function that they are not even related to. Yes, the linker is being weird or at least misleading when it reports undefined symbols: > simplelang: np: not defined > simplelang: apm: not defined > simplelang: gdt

Re: [9fans] Linker weirdness? (was: Assembler weirdness?)

2008-05-18 Thread Pietro Gagliardi
Thanks for the typing tip. It turns out that I used x+0(SB) instead of x+0(FP) for some of the arguments to a functions. Now to test. On May 18, 2008, at 8:02 AM, erik quanstrom wrote: 8l -T0x10 -o 8.out boot.8 cpuid.8 floppy.8 gdt.8 halt.8 harddisk.8 interrupt.8 jmtrue.8 keyboard.8 memo

Re: [9fans] Linker weirdness? (was: Assembler weirdness?)

2008-05-18 Thread erik quanstrom
> 8l -T0x10 -o 8.out boot.8 cpuid.8 floppy.8 gdt.8 halt.8 harddisk.8 > interrupt.8 jmtrue.8 keyboard.8 memory.8 multitask.8 onlyin.8 pci.8 syscall.8 > time.8 timer.8 tone.8 video.8 x86.8 ../port/libpgosport.a > initnonport: incompatible type signatures 4c81a129(gdt.8) and 97da8762(x86.8) > f