00:00:00 --- log: started forth/06.01.22 01:22:58 --- quit: madwork (Read error: 110 (Connection timed out)) 03:07:11 --- join: Cheery (i=Henri@a81-197-18-99.elisa-laajakaista.fi) joined #forth 03:11:55 --- quit: Cheery (Read error: 104 (Connection reset by peer)) 03:16:18 --- join: Cheery (i=Henri@a81-197-18-99.elisa-laajakaista.fi) joined #forth 03:17:39 --- quit: Cheery (Read error: 104 (Connection reset by peer)) 03:54:41 --- join: Cheery (i=Henri@a81-197-18-99.elisa-laajakaista.fi) joined #forth 05:30:01 --- join: PoppaVic (n=pete@0-3pool157-98.nas22.chicago4.il.us.da.qwest.net) joined #forth 07:26:22 --- join: snowrichard (n=richard_@adsl-69-155-177-158.dsl.lgvwtx.swbell.net) joined #forth 07:28:54 --- part: snowrichard left #forth 07:37:33 --- join: madgarden_ (n=madgarde@London-HSE-ppp3546632.sympatico.ca) joined #forth 07:55:16 --- quit: madgarden (Read error: 110 (Connection timed out)) 08:05:14 --- quit: madgarden_ (Read error: 110 (Connection timed out)) 08:24:29 --- quit: PoppaVic ("Pulls the pin...") 08:26:08 --- join: PoppaVic (n=pete@0-1pool47-111.nas30.chicago4.il.us.da.qwest.net) joined #forth 08:33:23 --- join: madgarden (n=madgarde@Toronto-HSE-ppp3713077.sympatico.ca) joined #forth 09:22:35 --- join: chuzbeeger (i=CapStone@ppp-70-247-75-4.dsl.ltrkar.swbell.net) joined #forth 09:23:10 --- quit: chuzbeeger (Client Quit) 09:40:11 --- quit: PoppaVic ("Pulls the pin...") 10:34:46 --- join: tathi (n=josh@pdpc/supporter/bronze/tathi) joined #forth 12:11:31 --- join: snoopy_1711 (i=snoopy_1@dslb-084-058-181-034.pools.arcor-ip.net) joined #forth 12:15:44 --- quit: Snoopy42 (Nick collision from services.) 12:16:19 --- nick: snoopy_1711 -> Snoopy42 12:27:00 --- quit: Cheery ("Leaving") 13:26:25 --- quit: segher_ () 14:44:26 --- join: TheBlueWizard (i=TheBlueW@ts001d0824.wdc-dc.xod.concentric.net) joined #forth 14:53:15 --- join: I440r (n=I440r___@rrcs-24-242-160-169.sw.biz.rr.com) joined #forth 14:54:27 hiya I440r! :) 14:54:33 tbw!! 14:54:36 ltns :) 14:54:40 hi 14:54:41 how ya doing ? 14:54:45 hi slava :) 14:54:56 I440r: does isforth run on os x/ 14:55:05 slava ya know i dont know! 14:55:10 its basically just fbsd right ? 14:55:15 with a new front end ? 14:55:19 the binary format is different 14:55:19 so it might! 14:55:21 and system calls are different 14:55:25 oh 14:55:25 damn 14:55:28 the _userspace_ is bsd 14:55:33 it could probably be ported to it 14:55:34 like /bin/ls and other stuff isforth doesn't carea bout :) 14:55:36 and i think the libc is bsd too 14:55:42 the kernel is mach 14:56:06 i know some ppl who run osx, i could get them to try ity 14:56:13 but it would probably need porting 14:57:19 brb, getting coffee 14:58:42 i run os x 15:00:42 then try isforth fbsd lol 15:00:45 OS X doesn't use ELF 15:00:48 tho it will probably not run :/ 15:00:52 oh 15:01:01 will nasm run in osx ? 15:01:09 nasm only assembles for x86 15:01:13 can nasm drop binaries for osx ? 15:01:27 isnt osx x86 ? 15:01:29 nasm doesn't make binaries, only relocatable elf files 15:01:37 i thunked fbsd was x86 only and osx was based on fbsd 15:01:53 OS X runs on both now, I believe 15:01:55 why wont osx load elf files 15:01:56 thats stupid 15:02:04 Apple is in the process of switching over to x86 from PPC. 15:02:05 someone should make a patch 15:02:12 ya 15:02:16 macintel :) 15:02:56 the kernel is mach, so it uses mach-o, not elf. 15:03:14 it should still be able to load elf files 15:03:23 well, syscalls are different anyway. 15:03:26 linux can load miscelaneous file types 15:03:42 does osx have a R E A L assenbler ? 15:03:45 i.e. NOT gas 15:03:53 yeah, and BSDs in general are far better than Linux about that 15:03:58 they use gas 15:04:02 gas cannot be used to assemble anything as complex as the isforth kernel 15:04:19 so isforth will not work on osx untill someone writes a real assembler for it 15:04:21 but as near as I can tell Apple rewrote almost half of it. 15:04:28 wtf are you talking about? 15:04:34 IsForth/PPC uses gas 15:04:37 oh yea 15:04:40 you used gas 15:04:47 i guess gas is only shitty on x86 15:05:07 i cant use gas to get a forth kernel workin on my arm forth 15:05:14 it's not designed to be used by a human anywhere 15:05:16 cant create the links 15:05:22 i know 15:05:31 ppc gas is fine 15:05:39 i.e. its the stinky REAR end to a crappy c compiler. its not an assembler 15:06:08 fasm is nice 15:06:14 how are you trying to create the links? 15:06:32 im not any more. im looking for an assembler for arm that WORKS 15:06:33 lol 15:06:35 oh...right. If you give a symbol a relative value, then they all get the final value. 15:06:48 yup 15:06:50 I used the local labels thing for IsForth 15:07:05 tried that too, couldnt get it to work 15:07:16 really? that's odd. 15:07:35 I440r: i ordered a quad cpu powermac with a 30" lcd screen 15:07:46 how much ? 15:08:22 tathi i tried for weeks to get a basic kernel with gas on my gba 15:08:35 anyway, IsForth would need a new turnkey bit, and fix the syscalls for OS X. 15:08:48 I keep thinking about doing it, but I don't have a machine to test on. 15:08:52 ya 15:08:58 does os x even use syscalls or is it all done with mach message ports 15:09:12 slava how much was your new box ? 15:09:24 slava: oh, I don't know. I've never really looked into it. 15:09:26 tathi: i don't want to give you a login on my mac mini because it is really sloooow. when the g5 arrives i can give you ssh 15:09:26 there's a fasm-arm project, http://board.flatassembler.net/topic.php?t=4191 15:09:47 there is ?> 15:09:50 I440r: about 5 thousand, IIRC 15:09:57 someone HALF ported nasm to arm 15:09:58 I440r: i don't have the quote in front of me right now 15:10:04 called it narm but it wont drop binaries 15:10:13 --- join: jungledog (n=dschauer@adsl-64-219-100-33.dsl.lgvwtx.swbell.net) joined #forth 15:10:13 slava is rich! 15:10:16 lol 15:10:31 I440r: hey, guess who. :) 15:10:34 I440r: well, if you don't have any luck finding another assembler, you might have a look at my header macro from IsForth/PPC 15:10:37 thats one grand per CPU plus another grand :) 15:10:45 jungledog, erm... no idea lol 15:10:50 I440r: the screen is 2000$ hehe 15:11:00 I440r: i get a discount because my employer has ADC membership 15:11:03 thati i didnt think of that at the time lol 15:11:16 slava sweet! 15:11:22 that must be one hell of a monitor :) 15:11:25 I440r: brb, switching to a different irc client... 15:11:27 --- quit: jungledog (Client Quit) 15:12:00 those monitors are gorgeous 15:12:04 aha thats someone in longview texas.. thats either dwight or kevin :) 15:12:14 its dwight! 15:13:36 I440r: apple is switching to x86 btw 15:13:41 and not x86-64... just x86 15:13:42 arg 15:13:44 slava i know 15:13:54 x86-64 isnt worth it yet 15:13:59 maybe in 2 or 3 years 15:14:00 oh come on 15:14:04 --- join: jungledog (n=dschauer@adsl-64-219-100-33.dsl.lgvwtx.swbell.net) joined #forth 15:14:08 it has 8 new integer registers, 8 new sse registers, and IP-relative addressing mode 15:14:09 dwight! lol 15:14:14 i had to /whowas you to see lol 15:14:31 yes 15:14:50 i saw th elongview texas whois and figured it was either you or kevin. the dschauer gave it away :) 15:15:01 he he... 15:41:35 --- nick: jungledog -> jungledog-away 15:51:25 --- quit: virl (Remote closed the connection) 16:00:52 gotta go...bye all 16:01:26 --- part: TheBlueWizard left #forth 16:08:14 --- join: segher (n=segher@dslb-084-056-160-240.pools.arcor-ip.net) joined #forth 16:29:25 --- nick: jungledog-away -> jungledog 17:16:30 Well, I trimmed the capslock key down on my keyboard and swapped it with the ctrl key 17:16:45 I like ctrl below tab better 17:40:06 jungledog: do you have an old nick I might know? 17:40:47 JasonWoof: Maybe. I forgot my password to my Hyrax nick. 17:41:34 no bells 17:41:48 ahh well. Glad to hear other people are messing with their keyboards though 17:41:54 I've not been on irc in about 9 months. 17:42:29 I popped most of the keys off mine and put them back in the dvorak arrangement 17:42:45 did you miss it? 17:42:51 I have a 1984 model M. One that I use, and another one for spares. 17:43:29 No, I did not really miss irc, but I enjoy being back on it. 17:46:21 :) 18:03:47 --- quit: tathi ("leaving") 19:15:47 Model M is a nice beast. 19:17:46 Yeah, have not found any new keyboards that feel the same. 19:28:26 --- quit: jungledog () 19:31:44 --- join: asymptote (n=weldon@pool-151-200-10-179.res.east.verizon.net) joined #forth 19:36:32 --- join: chuzbeeger (i=CapStone@adsl-69-153-116-26.dsl.ltrkar.swbell.net) joined #forth 19:37:18 --- part: chuzbeeger left #forth 19:54:40 --- join: jungledog (n=dschauer@adsl-64-219-100-33.dsl.lgvwtx.swbell.net) joined #forth 20:39:12 --- quit: asymptote ("Leaving") 21:58:22 --- join: aum (n=aum@60-234-156-82.bitstream.orcon.net.nz) joined #forth 22:50:45 --- quit: jungledog () 23:59:59 --- log: ended forth/06.01.22