00:00:00 --- log: started osdev/03.11.06 00:00:08 uc, ether+tcp chip, 8 relays, 8 outlets, some decent guage wire, and a male plug :) 00:00:21 you'll have a cheap, nice toy ;) 00:00:41 :P 00:01:00 you could send it a udp packet "1=off" to turn outlet 1 off, for example 00:01:05 yey :P 00:01:13 that would be good :P 00:01:15 yea 00:01:21 okey, writing to disk now 00:01:23 cronjob to reboot nt machines ;) 00:01:38 actually 00:01:44 need to *find* a floppy disk :) 00:01:52 ah, there's a few 00:02:11 heh 00:02:51 you know what i want to have 00:03:04 i want to have a system completely remotely controllable 00:03:18 as in you upload a floppy image with a web tool and it becomes the floppy 00:03:26 and it's a real machine or something 00:03:32 Hmm, could be a fun bios hack 00:03:33 Ya know 00:03:39 hehe 00:03:51 i should buy a cheap mobo w/ redundant flash bios 00:04:07 then disassemble the bios and hack as i want, including serial console ;) 00:04:10 i have heaps i could experiment with here 00:04:19 anyone w/ redundant bios? 00:04:26 that would be a good thing to do... but would require more knowledge than i have at the moment :P 00:04:30 hmm 00:04:35 in case u fsck up, you hold a key to get it to use backup bios 00:04:37 where would you get info like that? 00:04:38 MSI had a few like that 00:04:55 dresden: i have an old with dualbios 00:05:00 they tend to advertise it :) 00:05:03 that would be good :) 00:05:04 old gigabyte 00:05:06 heh 00:05:19 i bet you could test the bios w/ bochs too 00:05:30 *writes* 00:05:56 are there any sort of docs on the net for that? 00:06:08 or would it be rather trial and error? :P 00:06:26 trial and error pretty much :) 00:06:30 hmm 00:06:38 file doesn't exist? 00:06:41 how can it say that? :P 00:06:44 kyelewis eh? 00:06:55 kyelewis what file? 00:06:57 just trying to get it to a disk 00:07:05 it's saying the image doesn't exist ;) 00:07:13 dd if=floppy.img of=/dev/fd0 bs=512 count=2880 00:07:14 :) 00:07:16 even though it's right in front of my eyes :) 00:08:24 writing 00:08:32 finally :P 00:08:38 * kyelewis whistles 00:09:32 heh 00:09:48 done 00:10:01 2880+0 records in 00:10:04 2880+0 records out :) 00:10:12 looks good 00:10:24 *was staring at some jpeg's* 00:10:32 :P 00:10:41 ouch 00:10:45 eh? 00:10:54 i just almost put my hand inside the an open server box :) 00:10:58 s/the// 00:11:00 that wouldn't be good 00:11:03 by tripping :P 00:11:14 wasn't running anything important obviously 00:11:17 heh 00:11:17 else it wouldn't be open :) 00:11:43 due to the extreme likeliness of me tripping and putting my hand somewhere it really shouldn't be :) 00:11:57 and i mean the server 00:11:58 :P 00:12:06 nowhere else ;) 00:12:22 * kyelewis starts up 00:12:22 ya know.. while tripping, i've put my hands in places they shouldn't have been :P~ 00:12:26 if i see smoke, you're dead ;) 00:12:32 (j/k :P) 00:13:01 3:12AM up 1 day, 12:51, 3 users, load averages: 0.00, 0.10, 0.08 00:13:07 argh 00:13:09 Wow.. only 1.6 days 00:13:10 Operating System not found 00:13:14 great ;) 00:13:16 Eh? 00:14:09 on the floppy? 00:14:17 it should have a proper grub image 00:14:24 file floppy.img 00:14:41 hmm 00:14:51 just ext2... hmm 00:15:00 Linux rev 1.0 ext2 filesystem data 00:15:03 Interesting 00:15:06 you got grub installed? 00:15:07 how nice new days for next week 00:15:09 could it be my comptuer? :P 00:15:18 pretty sure i do, but lets have an extra make sure 00:15:21 hmm, lemme make you an img 00:15:22 mur: hmm 00:15:24 and i thought it was vacation, not even our amanuensis knew of days. how fun 00:15:30 mur: lol 00:15:57 * kyelewis rebuilds 00:16:11 build/GENERIC/floppy.img: x86 boot sector 00:16:16 that's proper result of 'file' 00:16:57 hmm 00:16:58 which: no grub in (/sbin) 00:16:58 which: no grub in (/usr/local/sbin) 00:16:58 which: no grub in (/usr/local/bin) 00:16:58 which: no grub in (/usr/bin) 00:16:58 which: no grub in (/bin) 00:17:15 i'm uploading it now 00:17:23 [kye@router-sw01 sys]$ whereis grub 00:17:23 grub: /usr/sbin/grub 00:17:30 hehe 00:17:42 ahh ;) path issue 00:17:48 the make doesn't look in /usr/sbin i take it? 00:17:48 :) 00:17:54 oooOOOoo 00:17:59 it just uses $PATH 00:18:02 ah, shut up geist :P 00:18:03 hmm 00:18:07 ah 00:18:10 well, i'm not root 00:18:12 that would do it :) 00:18:16 would it? 00:18:20 seeing it's in sbin? 00:18:21 ya 00:18:29 you probably have to be root or have sudo setup anyways 00:18:30 for the loopback mounts 00:18:33 * geist has his feeling really hurt 00:18:38 i do have sudo set up 00:18:45 just sudo happens *after* the grub stuff :P 00:18:45 kye = ALL ALL? 00:19:16 --- quit: witten (Read error: 113 (No route to host)) 00:19:43 # User privilege specification 00:19:44 root ALL=(ALL) ALL 00:20:08 hmm 00:20:20 kyelewis http://iridium.sf.net/floppy.img 00:20:28 thnx 00:20:31 np 00:20:37 i think because it's in /usr/sbin 00:20:39 i prolly shoulda gzip'd it 00:20:40 --- join: witten (~witten@adsl-gte-la-216-86-199-140.mminternet.com) joined #osdev 00:20:50 and then that isn't run sudo'ed afaics? 00:20:59 anyway, it won't find it :P 00:21:10 kyelewis it should be all ran via sudo if not root 00:21:14 check out bochs/rules.mk :) 00:21:17 It's pretty slick 00:21:26 wow, real os talk 00:21:29 lol 00:21:32 amazing, isn't it ;) 00:21:36 * kyelewis dl's the image from sf 00:21:39 no kidding 00:21:53 god I'm so unhapy with my os dev progress lately 00:22:02 it seems that all the fun stuff was done already 00:22:08 and mur hasn't been asking about the osdev "opera"... so it's ll good :P 00:22:09 geist: :/ 00:22:18 now I'm working on bigger and bigger things that just doesn't satisfy me anymore 00:22:33 it's a diminishing returns thing 00:24:06 geist: that sucks 00:24:11 geist: you need to start over 00:24:14 lets re-do that floppy then 00:24:41 kyelewis btw, the make should have failed w/ an error if it couldn't find grub, i'll check that out tho :) 00:24:44 *writing* 00:24:50 dresden: :P 00:26:27 *written* 00:26:58 expecting bigger things this time :) 00:27:02 heh 00:27:09 GRUB Loading stage2 00:27:11 Popcorn :) 00:27:24 does it do anything? :) 00:27:31 hehe 00:27:31 it should drop you to kdbg> 00:27:40 after showing various messages stating what's happening 00:27:45 i've got stopped at machdep_pic_init: done! 00:28:02 hmm 00:28:02 and not doing any more 00:28:19 should do machdep_idt_init right after that 00:28:47 hmm 00:28:49 re-ran it through again 00:28:58 this time machdep_idt_init: Done! showed 00:29:03 and stopped there instead :P 00:29:25 weird :( 00:29:35 what happens after idt_init? 00:29:39 http://iridium.sf.net/snapshot.txt is what happens for me 00:29:41 hmm 00:29:44 in bochs 00:29:46 and this time it stopped at pic again 00:29:50 machdep_timer_init 00:30:42 hmm 00:30:54 a little different from mine 00:35:09 at least, from what's on my screen :) 00:35:09 that maybe slightly older heh 00:35:09 what's diff? 00:35:09 the smp enable was moved 00:35:09 i have a lot more * =.. hmm 00:35:09 ahh 00:35:09 that's norma 00:35:09 comes from the loader 00:35:09 * size = even ;) 00:35:09 smp: only 32 CPUs supported! 00:35:09 memory map entries 00:35:09 (x3) 00:35:09 wtf? 00:35:09 Interesting :) 00:35:09 smp: MPS found at 0xa000 (BIOS version 1.255) (a small amount of jibberish) 00:35:09 wtf? 00:35:09 ahh! 00:35:09 smp: 187 CPUs detected ? 00:35:09 Boot CPU has ID 245 00:35:09 smp code is getting confused by junk in ram :) 00:35:09 :P 00:35:09 lemme disable smp 00:35:09 i was going to say :P 00:35:09 that's a bit out of whack :P 00:35:09 it's not well tested 00:35:09 * kyelewis hugs his "187 CPUs" 00:35:09 ;) 00:35:09 strange that only 32 CPUs are supported though... even though i have 187 ;) 00:35:09 :) 00:35:09 or not :P 00:35:09 * kyelewis wishes ;) 00:35:09 187 00:35:09 nice 00:35:09 debug: it's a bug in code unfortunately ;) 00:35:09 debug: i can always dream :) 00:35:09 :) 00:35:09 same url, append .gz :) 00:35:09 hehe, k 00:35:09 much smaller dl 00:35:09 gzip'd the floppy image 00:35:09 since it's mostly empty fs :) 00:35:09 always constant 187 CPU's though :) 00:35:09 hehe 00:35:09 * kyelewis dl's 00:35:09 --- quit: witten (Read error: 60 (Operation timed out)) 00:36:17 what's the cmd for .gz again? :) 00:36:32 s'been a while since i've had a gz without tar :) 00:36:50 gunzip 00:37:14 * kyelewis puts that in his brain 00:37:33 hmm 00:37:36 3rd time's a charm 00:37:39 lets see 00:37:39 --- join: grrrrr (~grrrrr@1Cust44.tnt35.sfo8.da.uu.net) joined #osdev 00:37:46 if that's true ;) 00:37:55 *writing* 00:37:55 * dresden makes a note that the smp code is funky on non-smp :) 00:38:01 :) 00:38:18 Interesting 00:38:50 it looks like your bios is leaving the string _MP_ laying in the address space for some reason 00:38:53 --- join: vitamin-X (vitamin-X@213.138.100.231) joined #osdev 00:39:00 interesting indeed 00:39:03 heya vitamin-X 00:39:30 hey kyelewis :) 00:39:56 *written* 00:40:21 *testing* 00:40:37 btw i think i fixed the smp probe bug :) 00:40:40 :) 00:40:41 was a missing return :) 00:40:44 lol 00:40:48 fair enough :P 00:40:53 ok, at prompt 00:40:58 cool, does it work? :) 00:40:58 timer_init done 00:41:04 hw.cpu0.speed = 340Mhz 00:41:10 machdep_keyboard_init: done! 00:41:16 System Ready... 00:41:18 kdbg> 00:41:37 although nothing seems to work from that point on 00:41:40 340Mhz? :) 00:41:40 --- join: oeck (~oeck@host81-134-206-47.in-addr.btopenworld.com) joined #osdev 00:41:47 now i think that's a bug too *sigH* 00:41:47 is it meant to be able to do something? 00:41:54 dresden: it's a 1.1Ghz :) 00:41:59 it should accept input 00:42:17 kyelewis the probing code seems to stop working about 340mhz lol 00:42:21 hehe 00:42:31 yay.. too many things on the ToDo already lol 00:42:35 :P 00:43:16 still, proves that real hardware is good :) 00:43:28 yea heh 00:43:48 only thing that's not working vs the emu is the keyboard driver it seems 00:44:01 and it was flakey in bochs :) 00:44:06 :P 00:44:23 otherwise, it's getting there heh 00:44:30 :) 00:44:30 lemme see what i can do on that cpu speed 00:45:13 you know what i'd really like to be able to do 00:45:18 upload an image to a web server 00:45:21 and then have... 00:45:31 a heap of computers hooked up somehow to all boot at once with that image 00:45:46 you can do that w/ tftp dhcp and grub :) 00:45:50 and be able to view the output through like an interactive interface :P 00:45:55 hehe 00:45:59 hmm 00:46:03 i wonder 00:46:05 just redirect their consoles or their syslogs :) 00:46:15 get a 16 port cyclades or similar 00:46:26 connect their serial port 0 to a port on it 00:46:26 dresden: ? 00:46:34 and use serial console on the machines ;) 00:46:40 buhah 00:46:42 i'm talking like for osdev :) 00:46:46 how would that work? :P 00:47:03 write a serial console driver and use it instead of regular console? :) 00:47:15 dresden: but not every OS has that ;) 00:47:20 i could... but it's not flexible ;) 00:47:25 hmm 00:47:35 but using tftp would be nice 00:47:45 if i got some boot rom's could i do that? 00:47:52 grub can do it too :P~ 00:47:59 hmm 00:48:12 well 00:48:35 would be nice if i could do it without a floppy or hd 00:48:38 yea 00:48:39 but that would be cool anyway 00:48:51 bootrom or grub on small DiskOnChip :) 00:48:56 :) 00:49:00 i hate to do this, but it's getting late 00:49:10 well plenty of nic's here, just no bootrom's ;) 00:49:16 dresden: noooooo :P 00:49:18 :0 00:49:20 :) 00:49:24 kyelewis you might be able to get a cheap rom-programmer 00:49:26 and make your own 00:49:34 i need to build a PIC/ROM programmer 00:49:35 0349 00:49:39 :) 00:49:42 and i work tomorrow :) 00:49:47 hehe 00:50:23 fair enough :P 00:50:26 we might be able to let you go ;) 00:50:43 elcome to hacker's treasure zoo - Column 14 Line 25(+100) (80,25) 00:50:54 You escaped the dungeon. 00:51:01 Interesting.. 00:51:10 screen has some.. unique? messages :) 00:51:15 heh 00:51:32 i'm eventually going to have screen-like vt management in my console driver :) 00:51:47 ehh 00:51:50 s/ehh/heh/ 00:52:08 it'll save having so much staticly allocated memory for consoles 00:52:15 _and_ it'll also add a nice feature 00:52:19 * kyelewis hugs his large number of test pc's :) 00:52:25 send me one :P~ 00:52:26 yey :P 00:52:28 i have to use emu :) 00:52:35 hehe 00:52:39 or reboot my box constantly 00:52:49 i think it'd be cheaper for you to buy a cheap box yourself ;) 00:52:53 lol probably 00:52:58 the postage cost wouldn't really be worth it ;) 00:53:04 hm 00:53:14 kyelewis got a sf.net account? 00:53:18 yep 00:53:35 hmm, do i have one under kyelewis... 00:53:38 want added to be able to have rw access to the cvs? :) 00:53:41 i may have only created one under kyethespy 00:53:48 (and not being lagged 24 hours :) 00:53:48 from a while ago :) 00:53:57 :P 00:54:04 sure why not 00:54:12 up to you really anyway :) 00:54:24 which username? 00:54:32 * kyelewis logs in to find out :) 00:54:35 i think kyethespy 00:54:40 ok :) 00:55:07 yes, kyethespy 00:56:02 what's that project name again? 00:56:07 i'll put a bookmark in 00:56:12 iridium 00:56:57 sf.net/projects/iridium bookmark in :) 00:58:22 done :) 00:59:59 ok 01:00:03 reloaded was weird 01:00:08 yea 01:00:26 hehe 01:00:28 it is :) 01:00:45 yey, amd prices have dropped :) 01:00:49 this is why i wanted to watch them together 01:01:01 now im gonna have to go see revolutions tomorrow 01:01:05 lol 01:01:05 heh! 01:01:10 i want to anyway... or saturday 01:02:32 hmm 01:02:37 my comp seems to be running a bit slow 01:02:47 bandit.probe-networks.de? wtf? 01:03:00 excuse me for a sec :P 01:03:13 eh? 01:03:19 in the netstat 01:03:50 it's supposedly a security scanner 01:04:10 but i desperately much sleep 01:04:26 Zzz 01:04:38 * dresden is away: dreaming of that one girl :) 01:06:44 --- join: kyelewis|afk (~kye@dsl-47.71.240.220.lns02-dryb-mel.dsl.comindico.com.au) joined #osdev 01:06:47 argh, stupid desktop 01:06:48 :P 01:06:53 --- nick: kyelewis|afk -> kyelewis_lap 01:07:22 as i was saying... bandit.probe-networks.de? what a stupid name for an irc server :P 01:08:08 hm 01:08:29 ok 01:09:02 hey, i'm on brin now :) 01:09:13 nice and local :) 01:09:36 is zion part of the matrix? 01:09:58 it's in the "real world" 01:10:11 but i thought the first matrix kinda revealed that? 01:10:12 the "real world" matrix? 01:10:29 air: that i don't know... i haven't seen revolutions, so i have no idea 01:10:35 didnt the architect say they had destroyed zion 5 times before? 01:11:21 yeah, as i said, i don't know how it pans out in revolutions; it's quite possible that the "real world" is another "matrix", but i don't know 01:11:30 i can speculate all day :P 01:11:38 but i'd rather see it :P 01:11:58 heh 01:12:01 --- quit: kyelewis (Nick collision from services.) 01:12:05 --- nick: kyelewis_lap -> kyelewis 01:14:29 --- join: kyelewis2 (~kye@dsl-47.71.240.220.lns02-dryb-mel.dsl.comindico.com.au) joined #osdev 01:14:29 --- quit: kyelewis (Read error: 104 (Connection reset by peer)) 01:14:31 --- nick: kyelewis2 -> kyelewis 01:15:27 --- join: fa11en (star@ppp019.216-96-207.sherb.mt.videotron.ca) joined #osdev 01:15:39 hmm 01:15:50 www.ozforcesshop.com takes *way* too long to load :/ 01:15:57 at least, from here :/ 01:16:49 --- join: kyelewis_blah (~kye@dsl-47.71.240.220.lns02-dryb-mel.dsl.comindico.com.au) joined #osdev 01:16:49 --- quit: kyelewis (Read error: 104 (Connection reset by peer)) 01:16:50 argh 01:16:56 --- quit: redblue (Read error: 110 (Connection timed out)) 01:17:00 this network card just keeps dropping out :/ 01:17:04 wireless that is 01:17:34 --- nick: kyelewis_blah -> kyelewis 01:18:27 takes too long to load for a website hosted by my ISP <40ms away 01:18:36 on ADSL 01:19:08 --- join: grrrrr_ (~grrrrr@1Cust149.tnt1.sfo8.da.uu.net) joined #osdev 01:20:02 --- quit: grrrrr (Read error: 60 (Operation timed out)) 01:24:49 --- quit: grrrrr_ ("ChatZilla 0.9.40 [Mozilla rv:1.6a/20031020]") 01:33:54 wtf 01:33:57 zion is real? 01:33:59 ? 01:34:04 the machines repopulate it 01:34:10 ? 01:34:18 in what? 01:34:23 im reading this spoiler 01:34:28 *sigh* 01:34:31 don't read it to us then :P 01:34:40 :) 01:34:44 or i'll have to hurt you 01:34:46 :) 01:34:49 yer the lil bitch that made me go rent reloaded 01:34:57 no i didn't :P 01:34:57 :) 01:35:02 sure u did 01:35:03 i stated it was released :) 01:35:09 you were the one who checked the local store had it :P 01:35:12 u could kept yer mouth shut 01:35:37 anyway 01:35:43 you should have watched it ages ago ;) 01:35:51 well 01:36:07 you should have watched it in the cinemas ages ago ;) 01:36:30 you realise you could wait and see revolutions in the cinemas :P 01:36:36 rather than reading a spoiler :P 01:38:36 i must know right now 01:38:42 and XP sucks ass 01:38:44 why? 01:38:51 no self-control :) 01:38:56 my dvd player crashed and now my dvd drive is gone 01:38:58 and why does XP suck ass? 01:39:08 windows cant see it 01:39:09 really? 01:39:13 never ever had that happen 01:39:16 and i cant open the drive manually 01:39:19 is it in the device manager? 01:39:23 and you've rebooted? 01:39:24 :) 01:39:34 of course im rebooting now 01:39:39 hehe 01:39:41 thats the answer to ALL windows problems 01:39:42 --- quit: CrayT3E (Remote closed the connection) 01:39:45 yep 01:40:01 rebooting is too common a fix in windows i reckon :P 01:40:01 thats why it sucks ass 01:40:05 yep :P 01:40:11 but that's not XP in general 01:40:20 XP in general is better than 98 01:41:00 s/not XP in general/not XP in particular/ 01:41:08 --- quit: gnats ("Lost terminal") 01:42:24 --- join: CrayT3E (~CrayT3E@finsler.math.uoa.gr) joined #osdev 01:42:36 --- join: wl (philipp@pD954E13B.dip.t-dialin.net) joined #osdev 01:45:59 --- join: ZLM (~fork@AToulouse-103-1-3-66.w80-14.abo.wanadoo.fr) joined #osdev 01:48:31 --- join: voider_ (~voider@modemcable226.10-203-24.mc.videotron.ca) joined #osdev 01:50:00 --- quit: voider (Read error: 104 (Connection reset by peer)) 01:52:04 --- join: Smbclient (~Smbclient@66.90.81.84) joined #osdev 01:52:50 --- quit: Smbclient (Client Quit) 01:52:51 --- join: Mathis_ (~anyone1@pD9EAA3FA.dip.t-dialin.net) joined #osdev 01:53:14 hi 01:53:19 * kyelewis waves enthusiastically to Mathis_ ;) 01:53:23 hey :) 01:54:09 ? 01:55:00 what? 01:55:09 * kyelewis waves enthusiastically to Mathis_ ;) 01:55:10 am i not allowed to wave enthusiastically? 01:55:10 ? 01:55:15 :P 01:55:26 unknown why... 01:55:52 because i feel happy? :P 01:56:08 okay... 01:56:20 got my exam timetable today :) 01:56:43 I woke up right now 01:57:10 where morning = 9.00 to 10.15 and afternoon = 1.30 to 3.00 or so 01:57:34 Monday Morning for maths, Tuesday afternoon for history, Thursday morning for programming, Friday afternoon for english literature :) 01:57:41 nicely spread out :) 02:00:34 "You changed the position of the mouse pointer. Pleas restart Windows so that changes takes effect." 02:00:41 hehe :) 02:01:01 old, but funny :) 02:02:13 although 02:02:19 air: i will now agree xp sucks 02:02:27 this connection won't re-enable :/ 02:02:44 I dont agree 02:02:49 WinXP is okay 02:02:51 heh 02:03:06 it sucks because it won't re-enable my connection :) 02:03:10 ;) 02:03:25 actually it's not bad... better than other windows vers anyway 02:03:30 except perhaps 2003 server 02:03:35 "Critical error: The computer cannot continue. Click 'OK' to continue." 02:03:40 2003 server is stable... although it has problems with some stuff 02:03:55 mostly stuff that a server shouldn't be doing anyway 02:03:56 :P 02:04:29 "why does my WinXP not run my old games? it says: wrong OS/2 version!" 02:05:00 ;) 02:05:44 earlier on was amazing 02:05:52 there was actually some osdev discussion ;) 02:05:56 "Disk 'C:\' required. You get this disk from your hardware seller. Click 'OK' to continue." 02:06:08 Mathis_: now they're getting stupid :) 02:06:49 "Error in CD-ROM drive caused an error in the CD-ROM drive." 02:07:03 this is a MacOS error msg 02:07:34 "Problem creating object: The operation completed successfully." 02:07:51 :) 02:08:09 i've seen errors like that :) 02:08:10 plenty :P 02:08:26 "Errornous error - No error occured." 02:08:27 yey, i'm going to have even more boxes here soon :) 02:08:31 hehe 02:08:40 i get some wierd errors from vIRC sometimes 02:08:54 ViRC runs smoothly here 02:09:02 can't remember the stupid error again 02:09:26 doesn't run too bad here 02:09:37 but when there's errors, they're stupid error messages :) 02:10:51 "This program has performed an illegal operation and will be sent to prison immediately." 02:11:03 :) 02:11:17 "Marked messages cannot be deleted. Not enough memory." 02:11:23 --- quit: Prophet__ (Remote closed the connection) 02:11:29 that one makes sense 02:11:38 really... 02:11:39 it's stupid, but it makes sense :) 02:12:10 "Windows 95 was unable to detect your keyboard. Press F1 to retry or F2 to abort." 02:12:22 hehe 02:12:35 "Magic Duel: Decision OVERFLOW!" 02:12:41 just like the "Press F1 to continue" for keyboard errors :) 02:13:05 "Not enough memory to completly display the" 02:13:17 heh 02:13:26 now that one's good :) 02:14:34 "Printer Wizard: The new and incredible 32bit intelligent wizard has obtained a solution to your printing problem: do not print." 02:15:46 "Tip of the Day: Tip 433: The only difference between Windows 95 and Windows NT is the name." 02:16:43 "Windows Help: 'Unsupported' means unsupported. Click OK to return to the previous menu." 02:18:39 "Windows Help: Error CC3PO2:0089 occurs when the variable 66XC7 and tt8t2 are initialized; in addition, parameter BB654 (10:3) must have been executed." 02:18:41 woah 02:18:59 is the matrix for the machines? 02:19:16 is the matrix a prison for them? 02:19:41 --- join: Prophet_ (~Prophet@pD958D382.dip.t-dialin.net) joined #osdev 02:19:43 lol, shut up :P 02:20:03 the ppl in zion and the ppl 'entering the matrix' arent really real 02:20:15 ah SHUT UP :P 02:20:16 its all just a big VR for the machines 02:20:22 lalalalalalala 02:20:25 lalalalalalalalalala 02:20:26 so they think they are destroying zion and in control 02:20:32 i'm not listeniiiiiing 02:20:40 im not saying this is what happens 02:20:43 im asking questions 02:20:44 tell me more 02:21:11 :P 02:21:18 "Information: You need -65535 empty disk(s)." 02:21:36 lol 02:21:40 hmm 02:21:43 what the 02:21:48 how'd a moth get in here? 02:21:50 --- quit: ishq (Read error: 60 (Operation timed out)) 02:21:52 the window is closed 02:21:59 all the windows are closed 02:22:33 and the windows in here have fly-screens anyway 02:22:34 hmm 02:24:09 I wish I could become error message designer at Microsoft... 02:24:24 ... You probably also missed that Neo stopped those sentinels at the end of *Reloaded* by generating a EMP burst, and (being a machine) immobilized 02:24:24 himself in the process. -- How could you NOT have seen that?!! It's so obvious he collapsed just like the sentinels, and right on cue! 02:25:05 also the other one collapsed 02:25:17 which has brain-loaded Smith 02:25:33 bane 02:27:49 now reloaded makes sense 02:27:54 none of it is real 02:27:57 neo is not real 02:28:07 neither is trinity or any of the humans 02:28:13 its all one big VR for the machines 02:30:58 the IRC is a matrix 02:31:10 and all users are connected to it 02:31:17 the bots are the sentinels 02:31:24 and I am Neo :-) 02:32:00 lol 02:32:08 suuuuure ;) 02:33:02 i feel so much better knowing what the movie is about 02:33:19 gtg, working... 02:33:20 --- quit: Mathis_ ("User pushed the X - because it's Xtra, baby") 02:33:25 ..So there's the concept, more or less. Neo & company are only freethinking electronic entities, not human at all. ...Which is how Agent Smith can exist outside the Matrix: he is a virus, and has copied himself into the robot Bane. 02:34:08 hrm 02:34:13 damnit 02:34:28 this 'revolutions spoiler' was written long ago 02:34:51 I guess we'll have to wait until November to find out for sure. 03:05:04 it is november, moron. 03:20:24 re 03:20:36 air, lynx! 03:20:41 kye stll awake? 03:20:43 win 15 03:20:47 oops 03:23:04 --- quit: dresden (Read error: 110 (Connection timed out)) 03:24:22 --- quit: fa11en (Connection timed out) 03:35:52 --- join: frank (~frank@e143049.upc-e.chello.nl) joined #osdev 03:48:10 --- join: idle (~idle@208.27.1.217) joined #osdev 03:48:33 i found good instructions for smoking banana peels 03:50:27 uh 03:50:29 that's great 03:50:41 mur: yes :) 03:50:49 just doing some work for history :) 03:51:23 which part of history 03:52:03 well, not history as such 03:52:07 just the subject is history :) 03:52:18 the presentation is on the israeli palestine conflict 03:52:26 blah too recent 03:52:41 heh 03:52:48 it's the last history task for the year 03:52:53 you have to do a presentation? 03:52:57 after that, all i have left is a tiny bit of maths work 03:53:01 yes, a presentation 03:53:08 otherwise, i wouldn't have said "a presentation" 03:53:13 I always suffered at presentations 03:53:19 hehe 03:53:51 well actually 03:53:59 you said "the presentation" 03:54:03 6:52a the presentation is on the israeli palestine conflict 03:54:09 darn it 03:54:09 6:52a otherwise, i wouldn't have said "a presentation" <-- incorrect 03:54:14 i *knew* you were going to say that! 03:54:16 :P 03:54:18 >:] 03:54:30 you really are bored :P 03:54:37 too attentive to detail ;) 03:54:50 yeap 03:56:17 ):> 03:57:46 )o] 03:57:55 )1] 03:58:04 )2] 03:58:40 >::o() 03:59:47 >\/::0oOoOoo]} 04:00:17 what was that meant to be? 04:00:40 its meant to be an oiwmtiss gromzit 04:00:59 an alien from Neptune 04:02:01 riiiiiiiiiiiiiIIIIIiiiIIiiIiiIiIiIIiiIIIIIIiiiiiIIiiIIiiiight ;) 04:02:29 wowoOowooOooOooo 04:03:11 thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaat's greeeeeeeeeeeeeeeeeeeeeeeeaaaaaaaaaaaaaaaaaaat ;) 04:06:25 hi 04:06:31 hi 04:06:35 also frustrated? 04:09:19 * debug is not coding today 04:10:34 !!!!!!!!!!????? 04:10:46 WHY??????!!??!?!?! 04:10:47 :) 04:10:48 ........ 04:10:52 WHY NOT? 04:10:54 hehe 04:10:59 uh... good point :) 04:11:01 carry on :) 04:11:08 I cna tyep 300 wrods per minuet. 04:11:28 really? 04:11:28 cool 04:11:29 ;) 04:11:33 so can i 04:11:39 if i make 50,000 mistakes ;) 04:13:24 debug why not :/ 04:13:35 no time? 04:13:41 mur: coding is pleasure 04:13:44 * mur is not going to stay awake 5 am this time 04:13:45 sure 04:13:48 mur: school stuff is Real World. 04:13:49 lol 04:13:58 errrr 04:13:59 heh 04:14:03 __6 AM__ 04:14:03 I need to study some NP vs P stuff, advanced algorithmics 04:14:19 and i need to do my history presentation 04:14:24 awake until 6 am and got up 8 am :) 04:14:27 but i probably won't :P 04:14:34 until tomorrow anyway 04:15:18 --- join: lodda (~lodda@p508FD828.dip.t-dialin.net) joined #osdev 04:16:08 i haven't been shaking for 2 ours :) 04:16:20 lol 04:20:01 ARGH, program crashed and i lost unsaved work 04:20:12 :/ 04:23:09 when can I code in the garage... 04:23:22 on tuesdays 04:23:34 what was the question? :P 04:23:45 and heya :) 04:23:57 hiya 04:25:10 kyelewis: are you musical? 04:25:19 personally? 04:25:23 am i musical? 04:25:35 yes do you have rythm and composition sense and such 04:25:42 well, yes 04:26:39 hmm I suppose you guys can listen to music.. 04:26:52 ? 04:26:58 * kyelewis looks at frank 04:27:14 * frank frowns 04:27:56 musicality has nothing to do about if you listen to music or ot 04:27:57 not 04:28:06 yes I know 04:28:13 hehe 04:28:14 but I'm not allowed to listen to any kind of music atm 04:28:34 and secondly I get food things throwed at me 04:28:38 and shouting 04:28:44 so hard time concentrating + progrmaming atm 04:29:01 --- quit: idle ("Sic Sempere Tyrannis!") 04:29:05 the voice input system requires you to sing and keyboard is broken? 04:29:55 lol 04:31:37 --- quit: cookin (Read error: 110 (Connection timed out)) 04:33:30 --- quit: lodda () 04:39:24 --- quit: frank ("bbl") 04:40:42 --- join: cookin (~jrydberg@h55x405.delphi.afb.lu.se) joined #osdev 04:50:49 hehe 04:50:57 the video part of my presentation is good :) 04:55:42 pr0? 04:55:50 pr0? 04:55:53 i woudlnt count entirely on that 04:55:56 n 04:56:07 entirely on what? 04:56:11 the video part of the presentation? 04:56:15 the fact that it's good? 04:56:24 or the "pr0" part? 04:56:33 --- join: mrMister (~andri@ti122110a080-6601.bb.online.no) joined #osdev 04:57:01 pr0n 04:57:14 you wouldn't count entirely on pr0n? 04:57:16 what is the presentation about btw? 04:57:24 *sigh* 04:57:29 and no... it's not about *sigh* 04:57:34 :) 04:57:47 history 04:57:51 israeli palestine conflict 05:02:06 --- quit: oeck (Client Quit) 05:02:16 are you doing to demonstrate it with pong? 05:02:23 lol 05:02:27 that's *perfect*! 05:02:32 why didn't i think of that? ;) 05:03:20 there was cool poster here 05:03:29 someone done here 05:03:41 it had israeli on another side and palestinians on anoher side of pong 05:03:45 flags represented them 05:03:47 lol 05:03:47 :) 05:04:00 but this is a presented presentation 05:04:04 the pongball was skull and scores were amount of people killed 05:04:13 hehe 05:17:13 --- quit: CrayT3E (Remote closed the connection) 05:17:26 bbiab 05:19:12 --- join: CrayT3E (~CrayT3E@finsler.math.uoa.gr) joined #osdev 05:21:47 --- join: frank_ (~frank@e143049.upc-e.chello.nl) joined #osdev 05:25:53 hi 05:36:06 --- join: kriptox_ (~fork@AToulouse-103-1-2-184.w80-13.abo.wanadoo.fr) joined #osdev 05:37:40 --- quit: frank_ ("brb") 05:43:16 --- quit: ZLM (Read error: 60 (Operation timed out)) 05:47:57 fun fun 05:48:05 --- join: frank_ (~frank@e143049.upc-e.chello.nl) joined #osdev 05:48:06 i always have more fun when doing something i shoudln't do 05:48:07 backs 05:48:14 re 05:48:18 re 05:48:22 made japanese style name badgets :) 05:52:48 --- join: redblue (star@ppp019.216-96-207.sherb.mt.videotron.ca) joined #osdev 06:13:05 --- nick: kriptox_ -> ZLM 06:20:30 --- quit: file (Read error: 113 (No route to host)) 06:24:02 the table is full of dozens of print products i've made 06:28:27 badgets? 06:28:38 are those a kind of bird that displays a name? 07:06:01 --- quit: frank_ ("oks, bbl") 07:08:09 --- join: Cassini (okay@a246.nemendur.hi.is) joined #osdev 07:09:11 --- part: Cassini left #osdev 07:17:42 mm you can use these ones in envelopes and folders too :) 07:20:28 --- quit: ZLM (orwell.freenode.net irc.freenode.net) 07:20:28 --- quit: wl (orwell.freenode.net irc.freenode.net) 07:20:28 --- quit: vitamin-X (orwell.freenode.net irc.freenode.net) 07:20:28 --- quit: lodsb_ (orwell.freenode.net irc.freenode.net) 07:20:28 --- quit: Ricardo (orwell.freenode.net irc.freenode.net) 07:20:28 --- quit: aaronl (orwell.freenode.net irc.freenode.net) 07:20:28 --- quit: KilgoreTrout (orwell.freenode.net irc.freenode.net) 07:20:28 --- quit: Zenton (orwell.freenode.net irc.freenode.net) 07:20:28 --- quit: gila (orwell.freenode.net irc.freenode.net) 07:20:28 --- quit: geist (orwell.freenode.net irc.freenode.net) 07:21:30 --- join: ZLM (~fork@AToulouse-103-1-2-184.w80-13.abo.wanadoo.fr) joined #osdev 07:21:30 --- join: wl (philipp@pD954E13B.dip.t-dialin.net) joined #osdev 07:21:30 --- join: vitamin-X (vitamin-X@213.138.100.231) joined #osdev 07:21:30 --- join: KilgoreTrout (~devo@me-augustacuda1cable3a-37.agstme.adelphia.net) joined #osdev 07:21:30 --- join: lodsb_ (~lodsb@pD9E631EC.dip.t-dialin.net) joined #osdev 07:21:30 --- join: Ricardo (Rico@node-c-75bb.a2000.nl) joined #osdev 07:21:30 --- join: geist (~geist@216.220.214.26) joined #osdev 07:21:30 --- join: gila (~gila@cc16711-a.delfz1.gr.home.nl) joined #osdev 07:21:30 --- join: Zenton (~vicente@8.Red-80-34-35.pooles.rima-tde.net) joined #osdev 07:21:30 --- join: aaronl (aaronl@vitelus.com) joined #osdev 07:26:10 --- join: frank (~frank@e143049.upc-e.chello.nl) joined #osdev 07:29:10 --- join: Robert (~snofs@c-255a71d5.17-1-64736c10.cust.bredbandsbolaget.se) joined #osdev 07:29:16 Robert: !! 07:29:22 correct robert? 07:29:29 hmm supposingly, where have you been? 07:29:44 Hi there, mur :) 07:29:49 At home, mostly. 07:31:40 --- join: wcstok (strtok_r@dialup-67.31.178.60.Dial1.Denver1.Level3.net) joined #osdev 07:48:23 --- join: oeck (~oeck@host81-134-206-47.in-addr.btopenworld.com) joined #osdev 08:18:52 --- join: dresden (~djdresden@ip-wv-68-119-143-145.charterwv.net) joined #osdev 08:19:23 --- quit: frank ("brb") 08:24:51 --- quit: redblue (Read error: 104 (Connection reset by peer)) 08:37:25 --- quit: ZLM (Remote closed the connection) 08:38:03 --- join: ZLM (~fork@AToulouse-103-1-2-184.w80-13.abo.wanadoo.fr) joined #osdev 09:00:22 hah.. marijuana rat traps 09:01:38 --- join: demise (HjuT@c-a74272d5.01-94-7673741.cust.bredbandsbolaget.se) joined #osdev 09:12:45 --- quit: wcstok (Read error: 54 (Connection reset by peer)) 09:14:26 --- join: SLACKo (~foo@65.199.128.125) joined #osdev 09:19:14 --- join: lx9 (~asdf@livexml.logicscope.com) joined #osdev 09:25:35 RE 09:25:37 now in home 09:25:41 all the stuff is done 09:25:43 :D 09:25:50 except sleeping 09:25:51 .) 09:26:52 heh 09:26:56 cool 09:26:57 :) 09:34:04 --- quit: SLACKo (Read error: 60 (Operation timed out)) 09:41:38 --- part: lx9 left #osdev 09:55:26 --- join: BladE^ (~UNIX@62-101-126-225.fastres.net) joined #osdev 09:57:11 --- quit: Robert ("brb") 10:15:30 --- join: t0k3m0n (~djdresden@ip-wv-68-119-143-145.charterwv.net) joined #osdev 10:27:42 --- quit: BladE^ (Read error: 104 (Connection reset by peer)) 10:29:24 --- join: Robert (~snofs@c-255a71d5.17-1-64736c10.cust.bredbandsbolaget.se) joined #osdev 10:33:25 --- quit: dresden (Read error: 110 (Connection timed out)) 10:34:12 --- join: idle (~idle@208.27.1.217) joined #osdev 10:54:34 --- join: lodda (~lodda@p508FEA89.dip.t-dialin.net) joined #osdev 11:06:41 * gila is back (gone 24:14:34) 11:18:48 --- quit: ZLM (Remote closed the connection) 11:18:55 --- join: ZLM (~fork@AToulouse-103-1-2-184.w80-13.abo.wanadoo.fr) joined #osdev 11:19:20 --- join: Dr_Evil (~dos4gw@p508FE34E.dip.t-dialin.net) joined #osdev 11:23:34 --- quit: idle (Read error: 60 (Operation timed out)) 11:27:52 --- join: idle (~idle@208.27.1.207) joined #osdev 11:31:19 --- quit: vitamin-X (Read error: 104 (Connection reset by peer)) 11:32:27 --- join: Kurt (~weberk@enad130pc13.ics.purdue.edu) joined #osdev 11:42:44 --- join: grrrrr (~grrrrr@1Cust80.tnt36.sfo8.da.uu.net) joined #osdev 11:50:42 --- join: elvstone (~elvis@h235n2fls32o879.telia.com) joined #osdev 11:55:26 --- join: df (~yakumo@host81-132-187-53.in-addr.btopenworld.com) joined #osdev 12:01:00 --- quit: demise ("BitChX- services that you can't refuse.") 12:08:21 --- quit: oeck (Client Quit) 12:09:23 --- join: Ghiottone (~ale@ppp-248-17.27-151.libero.it) joined #osdev 12:11:36 --- join: SLACKo (~foo@65.199.128.41) joined #osdev 12:17:15 --- quit: Dr_Evil (Nick collision from services.) 12:18:15 --- join: Dr_Very_Evil (DSLflat@p508FE34E.dip.t-dialin.net) joined #osdev 12:19:21 --- join: Dr_Evil (DSLflat@p508FE34E.dip.t-dialin.net) joined #osdev 12:23:54 --- join: Mathis_ (~anyone1@pD9EABC06.dip.t-dialin.net) joined #osdev 12:24:14 hi 12:26:25 hey 12:28:12 df! 12:28:35 bob! 12:29:04 :) 12:29:21 sup rob? 12:32:43 yay 12:32:50 maya 5 works on my sgi box 12:32:52 Well..I'm fine :) 12:37:53 meow 12:37:57 --- nick: t0k3m0n -> dresden 12:38:00 damn splits 12:38:11 well 12:38:28 my ps2 sucks, network adaptor wont work on it for some reason.. tried 3 of em so far :( 12:38:40 So.. time to get a new ps2 and just use this one for dvd player/games :P~ 12:41:36 out of warranty or something? 12:42:19 dresden: you wanted to code for it? 12:42:24 i bought my ps2 for that reason, too 12:42:50 grrrrr long out of warranty 12:43:10 dresden: there's the exchange option 12:43:15 lodsb_ among other things 12:43:26 grrrrr heh.. mine's been opened anyways to clean it 12:43:28 for the jap pr0n games? 12:43:45 --- nick: lodsb_ -> lynx 12:44:11 to watch movies as well as to play games.. and oh yea.. for a nice convenient linux box that is pretty damn portable 12:44:16 but PSSH! no luck w/ that 12:44:37 dresden: i ahd a dreamcast with similar properties, first edition, first month it was out. to make a long story short, after some qtips and rubbing alchohol it was as good as new to the store that sold me one that very same day. 12:45:03 interesting :) 12:45:05 but i waited a few days to return it anyways 12:45:28 but i seriously doubt this one would be a good candidate, missing the warranty stickers n all :) 12:45:34 *shrugs* 12:45:38 b urn it!! 12:45:39 i'll just buy a second one.. heh.. 12:45:48 bbl, got a chick over ;) 12:45:50 dresden is da money pimp 12:46:05 lynx no, i just figure i can use this one for it's original purpose 12:46:06 dresden: as long as you dont have sex with her i am not impressed. 12:46:09 it was _cheap_ 12:46:15 yaya... 12:46:17 lynx i intend to ;) 12:46:18 shes a cheap whore? 12:46:19 damn 12:46:20 df no! the ps2 12:46:27 ps2 was 25$ 12:46:30 yopu bought her for a ps2? 12:46:34 no 12:46:35 ugh 12:46:36 bbl 12:46:36 i had a coworker who did a demo on a pc that he returned the next day. im evil for picking up bad habits like that 12:50:58 --- join: witten (~witten@ip-64-32-131-193.dsl.lax.megapath.net) joined #osdev 12:52:06 --- join: vitamin-X (vitamin-X@213.138.100.231) joined #osdev 12:56:55 --- quit: lodda () 12:57:56 --- join: ToreSB (~tore@062016148138.customer.alfanett.no) joined #osdev 12:59:15 --- quit: Kurt (Client Quit) 13:00:30 --- quit: dresden ("No windows for this server") 13:05:39 --- quit: air ("Client killed by user") 13:07:59 --- quit: wl ("Quit") 13:08:09 --- quit: elvstone (Read error: 104 (Connection reset by peer)) 13:09:32 --- join: elvstone (~elvis@h235n2fls32o879.telia.com) joined #osdev 13:10:28 --- quit: grrrrr (Read error: 113 (No route to host)) 13:13:04 --- log: started osdev/03.11.06 13:13:04 --- join: clog (nef@bespin.org) joined #osdev 13:13:04 --- topic: 'Operating System DEVelopment || stats/people/logs: http://www.qzx.com/osdev || http://brix-os.sf.net/library, http://www.osdev.org, http://www.osjournal.hopto.org, http://www.osdev.com.ar, http://www.osdever.net, http://www.mega-tokyo.com/forum/index.php?board=1' 13:13:04 --- topic: set by kdehl on [Tue Nov 04 08:58:06 2003] 13:13:04 --- names: list (clog air elvstone ToreSB vitamin-X witten Mathis_ Dr_Very_Evil SLACKo Ghiottone df idle ZLM Robert aaronl Zenton gila geist Ricardo lynx KilgoreTrout CrayT3E mrMister cookin Prophet_ voider_ kyelewis mur GTCoder rhavyn daam zhware sdt Patrick_W unreal gab Boney HeavyJoost Odin- debug damieng johs) 13:17:13 --- quit: kyelewis (Connection timed out) 13:26:27 --- join: file (~file@mctn1-2432.nb.aliant.net) joined #osdev 13:29:10 --- join: grrrrr (~grrrrr@1Cust115.tnt35.sfo8.da.uu.net) joined #osdev 13:32:30 --- quit: grrrrr (Remote closed the connection) 13:32:56 ttfn 13:48:21 --- quit: df ("syntax: ja matte ne!") 13:51:23 --- quit: ToreSB ("Leaving") 13:55:21 --- join: lodda (~lodda@p508FEA89.dip.t-dialin.net) joined #osdev 14:01:00 --- quit: Dr_Very_Evil () 14:12:34 --- quit: lodda () 14:12:36 --- quit: vitamin-X (Read error: 104 (Connection reset by peer)) 14:18:43 --- part: Ghiottone left #osdev 14:23:44 --- quit: ZLM (Remote closed the connection) 14:23:55 --- join: ZLM (~fork@AToulouse-103-1-2-184.w80-13.abo.wanadoo.fr) joined #osdev 14:37:24 --- join: newbs (newbs@ts1-illavl302.shawneelink.net) joined #osdev 14:41:19 --- join: oeck (~oeck@host81-134-206-47.in-addr.btopenworld.com) joined #osdev 14:50:00 --- quit: Prophet_ (Read error: 54 (Connection reset by peer)) 14:53:30 --- join: Prophet_ (~Prophet@pD958D382.dip.t-dialin.net) joined #osdev 15:05:30 --- quit: SLACKo ("[x]chat") 15:08:13 --- join: mors (~mors@128.107.174.103) joined #osdev 15:12:15 --- join: Kurt (~weberk@mrdh1395pc1.ics.purdue.edu) joined #osdev 15:12:43 gmorning 15:14:26 gevening 15:14:54 I guess I ask too many questions... 15:15:07 Gotta stop using the question mark, so that they don't hurt me in the statistics. 15:16:08 * unreal doesnt see why your so bothered about the statistics if whoever answers your question teaches you something. 15:19:56 ofcourse, stop asking and start answerin 15:21:29 like me or idle 15:21:53 idle hasnt even asked a single Q in this channel 15:22:41 whereas he has made people rich with his great ideas in their OSs 15:23:48 --- quit: ZLM ("Client Exiting") 15:24:18 when i grow up, i wanna be like idle 15:24:28 is what most young geeks say 15:25:39 mors: Haha. 15:25:47 I'd rather be like Mathis_. He's such a troll. 15:27:40 ah, one more to mathis fan club 15:30:10 --- join: redblue (star@ppp030.216-96-207.sherb.mt.videotron.ca) joined #osdev 15:30:31 mors: Please not the sarcasim. 15:31:06 oh. mathis was the only member in that fan club earlier anyway 15:31:37 --- quit: file (Read error: 104 (Connection reset by peer)) 15:32:12 mors: I think my statistics are skewed anyways because I was making fun of Mathis by ending every sentance with a question mark for a while. :-P 15:32:27 --- join: file (~file@mctn1-2790.nb.aliant.net) joined #osdev 15:32:32 are you new here? 15:32:44 all noobs in this channel love mathis 15:33:19 i too was a victim once upon a time 15:33:22 Slightly new I suppose. 15:33:38 Not a noob as far as OSdev is concerned though. 15:33:47 hmm 15:40:01 --- quit: lynx (Remote closed the connection) 15:41:35 mm, noone cooks like your own mom. 15:42:09 * debug is hungry 15:42:57 * elvstone suggests curry-cream-veggie(quorn)-banana thingie with rise. 15:46:16 --- quit: mrMister ("I bid you good night") 15:59:59 --- quit: mors () 16:01:41 --- join: lynx (~lodsb@p5080950B.dip.t-dialin.net) joined #osdev 16:01:42 mmmm curry 16:03:27 good night guys. 16:04:46 nite 16:07:08 gnite elvstone 16:07:11 * debug prepares physical coffee 16:26:58 --- quit: Kurt (Client Quit) 16:35:27 --- quit: Mathis_ ("User pushed the X - because it's Xtra, baby") 16:57:13 --- join: air- (~brand@c-24-10-199-222.client.comcast.net) joined #osdev 17:09:11 --- quit: cookin (Remote closed the connection) 17:11:21 --- join: cookin (~jrydberg@h55x405.delphi.afb.lu.se) joined #osdev 17:15:36 --- quit: air (Read error: 110 (Connection timed out)) 17:31:09 --- quit: file (calvino.freenode.net irc.freenode.net) 17:31:09 --- quit: newbs (calvino.freenode.net irc.freenode.net) 17:31:09 --- quit: elvstone (calvino.freenode.net irc.freenode.net) 17:31:09 --- quit: rhavyn (calvino.freenode.net irc.freenode.net) 17:31:09 --- quit: daam (calvino.freenode.net irc.freenode.net) 17:33:05 --- join: file (~file@mctn1-2790.nb.aliant.net) joined #osdev 17:33:05 --- join: newbs (newbs@ts1-illavl302.shawneelink.net) joined #osdev 17:33:05 --- join: elvstone (~elvis@h235n2fls32o879.telia.com) joined #osdev 17:33:05 --- join: daam (mada@adsl-64-118-243-135.netrox.net) joined #osdev 17:33:05 --- join: rhavyn (rhavyn@newcastle.devrandom.net) joined #osdev 17:53:12 --- join: pengo (xtofu@p462-tnt1.mel.ihug.com.au) joined #osdev 18:23:05 --- quit: file () 18:24:03 --- quit: rhavyn (Read error: 113 (No route to host)) 18:27:45 --- join: Mathis_ (~anyone1@pD9EABC06.dip.t-dialin.net) joined #osdev 18:46:53 --- join: file (~file@mctn1-2790.nb.aliant.net) joined #osdev 18:58:32 --- quit: idle ("Sic Sempere Tyrannis!") 19:01:17 --- quit: oeck (Client Quit) 19:04:46 --- quit: Mathis_ ("User pushed the X - because it's Xtra, baby") 19:23:24 --- join: Apophis (~kn64@ppp192-90.lns1.syd3.internode.on.net) joined #osdev 19:23:28 --- join: mors (~mors@dhcp-128-107-158-50.cisco.com) joined #osdev 19:26:30 --- join: file[desk] (~file@mctn1-2790.nb.aliant.net) joined #osdev 19:33:05 --- quit: newbs (Client Quit) 19:47:28 --- quit: mors () 20:05:29 --- quit: redblue (Connection reset by peer) 20:14:36 --- join: redblue (star@ppp095.216-96-207.sherb.mt.videotron.ca) joined #osdev 20:26:09 --- join: grrrrr (~grrrrr@1Cust192.tnt36.sfo8.da.uu.net) joined #osdev 20:40:56 --- quit: witten ("Client exiting") 21:01:13 hm 21:01:38 --- join: dresden (~djdresden@ip-wv-68-119-143-145.charterwv.net) joined #osdev 21:19:31 --- join: trans (~trans@fatwire-201-54.uniserve.ca) joined #osdev 21:23:43 --- quit: grrrrr (Read error: 60 (Operation timed out)) 21:36:47 ah darn 21:36:52 kyelewis isnt here 21:36:55 --- nick: air- -> air 21:50:13 --- quit: pengo ("I could develop a system that would make money obsolete, but it would only make me rich") 21:51:58 --- join: pengo (xtofu@p739-tnt2.mel.ihug.com.au) joined #osdev 21:59:35 --- join: grrrrr (~grrrrr@1Cust28.tnt36.sfo8.da.uu.net) joined #osdev 21:59:44 --- quit: dresden ("brb") 22:38:27 --- nick: Ricardo -> Rico 22:44:15 Hoi, Rico! 22:49:30 Hoi, Robert! 22:56:49 --- quit: air (Read error: 104 (Connection reset by peer)) 23:05:38 --- join: peng (xtofu@p502-tnt2.mel.ihug.com.au) joined #osdev 23:13:46 --- join: jsmith (~jsmith@adsl-155-139-10.mem.bellsouth.net) joined #osdev 23:18:18 --- quit: voider_ (Remote closed the connection) 23:21:03 --- join: voider (~voider@modemcable226.10-203-24.mc.videotron.ca) joined #osdev 23:21:07 --- quit: voider (Client Quit) 23:23:08 --- join: voider (~voider@24.203.10.226) joined #osdev 23:25:19 --- quit: pengo (Connection timed out) 23:30:18 --- join: witten (~witten@adsl-gte-la-216-86-199-140.mminternet.com) joined #osdev 23:50:39 --- join: Prophet__ (~Prophet@pD958D959.dip.t-dialin.net) joined #osdev 23:58:10 --- quit: Prophet_ (Read error: 60 (Operation timed out)) 23:59:59 --- log: ended osdev/03.11.06