IRC log started Thu Jul 22 00:00:00 1999 [msg(TUNES)] permlog 1999.0722 night all -:- SignOff ruiner: #TUNES (Leaving) 12:20am -:- core [core@mcp.suntech.fr] has joined #tunes people hi hoy core hi there hcf :) 12:30am -:- SignOff hcf: #TUNES (Leaving) -:- AlonzoTG [Alonzo@209-122-239-136.s390.tnt2.lnh.md.dialup.rcn.com] has joined #tunes -:- SignOff eihrul: #TUNES (Leaving) -:- smoke [smoke@13dyn71.delft.casema.net] has joined #tunes hi hola, smoke core: great thing you linked ggi-project here ! :) core: do you still need a channel owner (to be responsible for kickban wars?) :) -:- NetSplit: king.openprojects.net split from sterling.openprojects.net [06:45am] -:- BitchX+Deb1an: Press Ctrl-F to see who left Ctrl-E to change to [king.openprojects.net] -:- Netjoined: king.openprojects.net sterling.openprojects.net -:- Mr_Wrong [seanl@adsl-63-192-213-146.dsl.snfc21.pacbell.net] has joined #Tunes -:- core [core@mcp.suntech.fr] has joined #Tunes -:- smoke [smoke@13dyn71.delft.casema.net] has joined #Tunes 06:50am smoke: sorry, i was away smoke: yes, i still do :) 07:00am -:- SignOff smoke: #TUNES (brb) -:- smoke [smoke@13dyn71.delft.casema.net] has joined #tunes smoke: sorry, i was away :) core: np, i was too :) 07:20am hey anyone awake here? i am, but i only listen.. :) 08:10am what's "dynamic translation"? something Bochs features s_r: dynamically compiling to native x86 code, on the fly s_r: it doesn't work well yet, and works on a small set of instructions, don't use it, or most things will crash badly. *nod* 08:20am i'm not familiar with GGI is it like svgalib? what does it have to do with bochs? :) in a way yes * s_r/#tunes is thinking about Clementine svgalib is an usermode program that needs setuid though ggi is a set of drivers for the kernel, and an userspace graphic library (kgi and libggi resp.) oh, yeah, clementine uses ggi so you can change modes in console ? with ggi i'm playing with ggi's nvidia driver under clementine right now actually :) yeah, you can switch to a 800x600 game without starting X. hmm does GGI support BSD? or is this Linux-only no, but wouter was working on it at some point you can run libggi on bsd, but KGI would need a glue for the bsd kernels like andy wrote one for clementine. it took him 2 days tho. so KGI is quite portable. core: what kind of GUI will clementine feature? :) anything people will want to write in components. we're working on a default one that looks quite new but i can't say right now :) probably a rip-off of Windows 95 :) uhh, no. heh i was joking i'd hope so :) so are you still using the NoKernel concept in clementine? (trusted compiler, etc) i talked with QZ about this earlier he seems strongly opposed to the idea there are many folds in the nokernel concept. i'm not using the trusted compiler, but i'm using migratable, seperate components. trusted code can gradually be introduced thanks to xcom. well, i'd be surprised if QZ agreed with anything. X could use GGI 08:30am tell that to dirk hondel we have a working X server for GGI/KGI tho. it has no drivers, and needs not be setuid it just opens libggi and uses the running KGI driver. no screen glitches, no user code banging hardware. the new X is supposed to be modular, maybe it could be better ported to XCOM? tril: that'd be nice. core: is there a working hardware acceleration driver for GGI that uses the NVIDIA TNT2? s_r: yes core: does it fully use the hardware though, unlike the preliminary xfree86 tnt2 driver? (use it as Direct3d does) prelim? I thought it worked fine err, my friend is using it, and i need to install it on my other friend's system one day.. s_r: it's a 2D driver core: xfree86 4.0 will include 3d drivers, i think tril: i bought myself a TNT2 at home, and i use it, it works very well s_r: yes, i was answering your KGI question s_r: there is 3D acceleration in the OpenGL libs nvidia provide for linux, yes. accelerates xscreensaver-gl :o) tril: i must say at 1600x1200 is nice now that i have a board that makes it FAST :) hmmm should i buy an alpha, an SGI, or a Sun? s_r: definitely not an alpha. core: why not? s_r: because it sucks. 08:40am s_r: trust me, i have one. heh 21064A, 275 mhz probably the new ones are much better, but linux is dog slow on it, and it does all it can to make your life complicated sgi's are neat hardware, irix is a good unix, although bad on a few points (NFS notably). sun's are sucky hardware but solaris is quite nice. hmm what does it do to make things complicated? well, mine has an NT firmware -:- ElGato [dave@bespin.dhs.org] has joined #tunes just booting linux is: firmware -> fat partition -> milo.exe -> milo console -> autoboot -> linux kernel -> ext2 partition -> init. i don't like the fact that it is really hard to buy individual alpha CPUs (but it is easy to get intel cpus that way) s_r: well, you have three bazillion x86 systems vendors. s_r: and everything is available for x86 first, like months ahead. i'm considering doing my OS dev on a processor other than intel s_r: also the alpha runs an x86 emulator so it can boot the BIOS of the video cards. s_r: why, besides feeling "cool" and "different" ? s_r: if you mean writing an OS specifically for alpha, you'll have 3 1/2 people using it, and about half of them contributing to it. s_r: the point of x86 isn't that it's good, but that it's cheap and many people have it. i don't care about other people using my OS :) s_r: then don't release it either :P heh do it on x86 then port it hmmm i'll tell you what's dog slow an S3 VirGE/VX card * ElGato/#tunes couldn't give a damn about his graphics s_r last night before i went to bed i wrote most of the lexical anylizer ElGato: cool ElGato: what about the tokenizer? now im having a LITTLE touble 08:50am how so? hmm i think i'll make an OS for the VAX mmm VAX you see there is nothing that distiguishes objects and variables from numbers how will obtain a token from them a preceding special token nah that complicates things for the programmer *sigh* * s_r/#tunes shakes head am i going to have to write this for you? :P * ElGato/#tunes kicks s_r's ass do tell s_r hmmm maybe i should indeed * ElGato/#tunes is waiting 09:00am for what? your special token it's just an idea well tell me anyway well the scanner finds a word that is an object and say, gives it the ID #1 and whatever comes after that tokenizer or what have you gives it 0001 which is ID #1 but precedes it with the "type" ID and type "object" would be 0001 perhaps so you'd have two numbers one for type and one for ID well that doesn't really solve my problem you see im saying the only way to distinguish between a number and an object is to not allow numbers in object names o so you're having trouble parsing it? no just tokenizing i haven't gotten to parsing yet 09:10am hmmm i beginning to think more about lengua and i think it's better that functions aren't objects but do have the same scoping rules apply your ideas are more and more becoming a crazy man's talk heh :( i'm glad i'm not working on this with you we'd have too many clashes * ElGato/#tunes must not stoop thinking * ElGato/#tunes thinks s_r is a mislead little boy hah you're one to call others "boy!" you're the third closest! :D om hi al om mooo 09:20am Alonzo: how's LiNuKs programming? suckey maximum suckey * ElGato/#tunes 's ideas are running wild in his head i need to relax for a little bit -:- SignOff ElGato: #TUNES (ElGato has no reason) 09:30am -:- SignOff s_r: #TUNES (Ping timeout for s_r[phila-dialup044.nni.com]) -:- Fare [rideau@quatramaran.ens.fr] has joined #Tunes -:- SignOff Fare: #TUNES (Read error to Fare[quatramaran.ens.fr]: EOF from client) -:- Fare [rideau@quatramaran.ens.fr] has joined #Tunes -:- smkl [sami@MCCCLXXXIX.rdyn.saunalahti.fi] has joined #tunes -:- ruiner [blah@ppp283.wi.centuryinter.net] has joined #tunes -:- core [core@core.suntech.fr] has joined #tunes re boot? 10:50am -:- eihrul [lee@usr5-ppp76.lvdi.net] has joined #Tunes -:- SignOff ruiner: #TUNES (Leaving) is anyone alive? * core/#tunes returns sort of undead? :) well, i've been drooling and stumbling about as if a zombie but that could just be a lack of sleep eihrul: lack of sleep does strange things eihrul: are you in holidays, or something ? well, the 3 month holiday more commonly known as summer break :) eihrul: ohh.. well, i'm not in school anymore, i wouldn't know :) eihrul: how old are you ? 17 oh ok just wondering. 12:00pm -:- ElGato [dave@bespin.dhs.org] has joined #tunes could it be? fare back!? it's not, it's an impostor !!! he dropped in, but i missed him fare is always logged in Screen from the enst anyway s/enst/ens/ hi core i was going to ask you something but i forgot :) elgato: hehe, you should have noted it down elgato: i have a RDBMS on one of my boxes where i input everything i want to do :) (although i have good memory) 12:10pm core: that's too convenient though... think of it like gambling with your thoughts, the chance that you might forget them makes it all the more fun. eihrul: the fact you actually forget stuff is good IMHO, the bad ideas are thrashed this way eihrul: but i have good memory and i never forget much, so i figured i could as well use a database :) core: i only remember things when people don't want me to remember them core: question... would be better to A) map the kernel address space into a processes virtual address space or B) reload the page directory base register on an interrupt? elgato: hehe eihrul: reloading the page directory is very expensive eihrul: you should map the kernel in every process' address space, and not have a page directory for the kernel ah... ok, is simple enough yeah since you only need to keep one page table for kernel address space well if you only use one page, yeah heh 4k of ram supervisor space in clementine can grow up to a given limit (set to 2 GB right now, but it can be changed), so it's more than one :) elgato: no, 4 M. one page *table*. ohhh you should be more specifc about things that you say ;) elgato: if you never intend to use more than 4M for your kernel space (in a uK, it makes sort of sense), then you can just map that page in your process pgd when you create it, and leave it there for good. elgato: sorry core: np core: actually, wait... could be a problem since my page allocator stores free page information on the free pages themselves... elgato: i meant page table, but i'm typing a document at the same time so i got mixed up :P eihrul: that's bad. eihrul: you mean you roam the entire memory for free page pointers? eihrul: and that you have to map physical pages before you use them, so you can access them to store the info? no... on the front of each page i store a structure with A) a pointer to the next free run of pages, B) the number of pages in the run it doesn't search any non-free pages eihrul: but you still roam for pages eihrul: every time you touch one page, it destroys one entry of the TLB, then. eihrul: roam 32 pages and it will have the same effect as reloading the page directory. ack... so should i use a bitmap allocation scheme then? eihrul: plus you still have to map them in eihrul: since it's like 20 times as fast, i suppose. how is it 20 times as fast? eihrul: you loose 1 byte for every 32K of memory, but i think it's a decent tradeoff eihrul: i use a buddy allocator for pages, it does at most 32 operations. not sure anymore how those work i barely remember reading about those in tanenbaum :) eihrul: downside is that you can only allocate 2^n physical memory, but good side is that it automatically solves the alignment problem the stupid PC DMA has. eihrul: look at the linux mm page for a very bare explanation, else /usr/src/linux/mm/page.c or somesuch :) er wait... the 2^n jogged my memory it's a very simple technique was that where you keep splitting the memory in 2, until you find closest fit? 12:20pm eihrul: right. eihrul: for physical pages, it does the job eihrul: most of the time you'll want 4K pages so you'll have an exact fit eihrul: the only other time you'll want more than 4K of contiguous memory is for dma buffers eihrul: and those allocate in 8K, 16K, 32K, 64K, or 128K, just fine. but you can only have 2^20 pages, so shouldn't it only take 20 ops at most? 12:30pm -:- Connection closed from clarke.openprojects.net: Success -:- Use /Server to connect to a server -:- Connecting to port 6667 of server irc.us.openprojects.net [refnum 0] -:- BitchX+Deb1an: For more information about BitchX type /about -:- Welcome to the Internet Relay Network TUNES (from lucas.openprojects.net) -:- Your host is lucas.openprojects.net, running version u2.10.05.18.(ipcheck4-5) (from lucas.openprojects.net) -:- This server was cobbled together Wed Apr 28 1999 at 12 02:19 EDT(from lucas.openprojects.net) -:- lucas.openprojects.net u2.10.05.18.(ipcheck4-5) dioswkfcg biklmnopstv -:- [local users on irc(9)] 2% -:- [global users on irc(162)] 40% -:- [invisible users on irc(245)] 60% -:- [ircops on irc(15)] 4% -:- [total users on irc(407)] -:- [unknown connections(0)] -:- [total servers on irc(31)] (avg. 13 users per server) -:- [total channels created(111)] (avg. 3 users per channel) !lucas.openprojects.net Highest connection count: 10 (9 clients) !lucas.openprojects.net Welcome to Open Projects! You are on 4 ca 1(2) ft 14(14). -:- Mode change [+f] for user TUNES -:- Mode change [+iws] for user TUNES -:- JOIN activated by "TUNES #tunes tunes@bespin.dhs.org " -:- TUNES [tunes@bespin.dhs.org] has joined #tunes -:- Topic for #TUNES: ISBN 0672306557 -:- topic set by AlonzoTG [Thu Jul 22 15:27:05 1999] -:- [Users(#Tunes:14)] [ TUNES ] [ tcn ] [ overfien ] [ liar ] [ AlonzoTG ] [ abi ] [@Tril ] [ ElGato ] [ smkl ] [ hcf ] [ Fare ] [ smoke ] [ Crimson ] [ Plundis ] -:- Channel #Tunes was created at Sun Feb 28 08:48:06 1999 -:- BitchX+Deb1an: Join to #tunes was synced in 7.971 secs!! -:- Mode change [-s] for user TUNES anyway it forces me to read a book or something or u can find a girl there and take her home and then she can take yer laundry down the next time :) tcn: i can't seem to figure out what retro does after init.inc hehe I haven't seen any fine young ladies there yet, but I only been there once ElGato: after it switches to pmode, it goes to pmode.inc ohhh look for a far jmp must have missed it like JMP 0x08:pmode oh yes i remmeber but i ain't all that good with nasm syntax from there it's pretty straightforward, like a C program liar: what server was #asm on? I wanna stop by there tcn: try irc.concentric.net * AlonzoTG/#tunes just won Draw Three vegas Solitare. =P tcn: get some butt ugly chick :) that seems to be your advidce to everyone tcn: u will get laid and u wont have to do yer laundry anymore 03:30pm ElGato: did u find one yet? #rodentsex? haha I made the mistake of /list -yes liar: i only had one chick and she was a slut #GayBitches haha im not proud of myself well at least you're man enough to admit it what do you expect at my age heh -:- SignOff abi: #TUNES (dying by hcf's request) abi never dies at my requres om most 16 year olds say they've banged 5 or 10 chicks already s/requres/request/ -:- abi [nef@bespin.dhs.org] has joined #tunes >>> hcf [nef@me-portland-us637.javanet.com] requested PING 932683103 from TUNES and what do most 14 year olds say ;) they should say s/chicks/fingers/ ElGato: 4-9 heh figures hmm.. no #asm on concentric.net * ElGato/#tunes is thumbing through his fpu manual trying to figure out how the hell he's gonna write this emulator on that irc net I think /list #*gay* would be almost as long as /list -yes write code for the real FPU first you have one right? that's easy you just set a few flags\ three flags but uh first im gonna hafta make a n exception handler what kinda procs does retro have for making entrys in the idt ? umm patch_int in pmode.inc retro has forth other than that it has no real os features it had multitasking had?? damnit i wish i were more experienced in assembler well I took it out temporarily.. it's not like it's useful yet now brix on the other hand has a very nice os api 03:40pm I need to work out a virtual console/window system, and it takes time to do a good one. And I need to play w/ graphics first, which I just started.. i have a good vc in brix i need help on somethign very trivial * ElGato/#tunes is ashamed to ask ElGato: thats nothing new and my window system, not written, is wel designed ElGato: you should just screw around w/ asm before you jump right into "working for other people" ElGato: masturbation? heh hehe well i gotta set some flags in the CR0 he wants a reacharound and i don't know how im gonna mask the bits :( ElGato: dont ask alonzo for help he will just tell u to find a cat or dog mov eax,cr0 ; and eax,~0000100b ; mov cr0,eax what flags do u wanna set? EM that's to turn off the bits set to 1 and some others i can't remmeber their names or eax,0000100b to turn it on ~ is NOT ok :( abi, ~? ~ is probably NOT thanks ehh oh and if the bit u wanna turn on/off is 0-7 then use al instead of eax yeah it's faster but never use ax smaller opcode sure ax is a byte smaller than eax, but it takes an additional clock cycle yay! we are discussing actual real code! =))))))))))))))))))))))))))))))))))))))))))))0 -:- ruiner [blah@ppp020.wi.centuryinter.net] has joined #tunes * AlonzoTG/#tunes ignites a flamethrower and eyes ruiner * AlonzoTG/#tunes greets "Salutations ruiner!" :-) yo I hate publishers. WOMEN'S T-SHIRT SAYINGS I used to be schizophrenic, but we're OK now. hehe tcn: i don't think it's really necessary for me to push and pop registers in init.inc do you? no, that's a symptom of quadrophenia. hey i found one for all the girls that elgato knows I'm busy. You're ugly. Have a nice day. hehe see ya later qz: huh? Remember my name ... you'll be screaming it later. ElGato: probably not i wish u bitchx users would PLEASE turn off the bold colon on yer nick completion it just turns it back on I just try not to use nick completion 03:50pm om tcn: are u using a script? just a few lines in .ircrc -:- liar has changed the topic on channel #Tunes to: ISBN 0672306557 || I'm multitalented,,,,, I can talk and annoy you at the same time. .does bitchx use .ircrc? it has its own .bitchxrc ircrc works I used to have ircii Objects Under This Shirt Are Larger Than They Appear. might get it again too haha thats a good present to get for all those flat chested girls u know :) heh Objects in pants are smaller than they appear (written on back) no DO NOT ENTER hah oh geez kids these days dammit tcn: i think u hurt his feelings :) now that I like this song my CD player won't play it -:- SignOff overfien: #TUNES (Ping timeout for overfien[m245.telcomplus.net]) ElGato: or if you prefer, ENTER HERE ElGato: which one do u prefer? :) uh is it on a girl? no, on u if you prefer the latter you could look in #GayBitches fuck no, it isn't on me you could meet your future 'wife' there tcn: HAHAHAHA 04:00pm ElGato: do u want 'ENTER HERE' or 'DO NOT ENTER' printed on the back of yer shirt? there's a TV reporter here who oughtta have "GERBILS ENTER HERE" put exit only on the back of the shirt i think the word "enter" shoul not be used at all ruiner: :) more like: sit here -:- SignOff smoke: #TUNES (off) everyone knows a nurse or doctor who was working that night er, one of those nights * liar/#tunes thinks that elgato is in denial :) -:- Mr_Wrong [seanl@adsl-63-192-213-146.dsl.snfc21.pacbell.net] has joined #tunes in denial of what? blug hehe know what the #1 pick up line in gay bars is? ElGato: in denial of what alonzo openlu admits according to qz I mean.... s/openlu/openly/ I wonder if anyone's put up a web site with images of the X-ray "Special Files" I wouldn't know personally....anyhow...anybody know? that would be some funny shit shutupu gay basher im no homo "can I push in your stool?" that one's lame go join the KKK or soemthing * AlonzoTG/#tunes barfs only if you join nambla elgato ruiner: have u picked anyone up with that line? :) nambla? yeah, the ladies love it national something man boy love association uhhh jesus christ how the fuck did you know that? masking bits has turned into this tcn: ruiner is a member :) it was in some revenge stuff I found on the net...avenger files or something hahah =\ -:- tcn is now known as fed he's a recruiter yer under arrest, you sick bastard!! told you to join up your target and put the bumper stickers on his car when he wasn't paying attention, etc etc CAN ALL THE FUCKING FAGS IN THIS CHAN JUST /PART AND LEAVE IT TO THE PROGRAMMERS???? -:- fed is now known as tcn yah bite me, I'm no anal agitator um that was dumb alonzo No Shit None at all heh, what's the best word for 'homosexual' ? that rupaul chick is hot.... pellow biter I'd do her hahaha you mean pillow? yeah well i can't spell brown hatter.. I read that in a gay article in an english course lol thats pretty gross bone smuggler? 04:10pm I like to call them fancy lads... i'd rather not picl at any minority s/picl/pick * AlonzoTG/#tunes smashes ElGato with an Iron Butterfly * AlonzoTG/#tunes smashes ruiner with an Iron Butterfly u guys are sick and why u know these names is even sicker iron butterfly...cool * ruiner/#tunes thinks qz is offended...or maybe just his boyfriend ruiner: its alonzo's gay weapon of choice innagaddadavida? yeah tcn tcn: u choking? that song is like half an hour long with the drum solo =) hey anyone listen to Judas Priest? Almost long enuff =P no half hour? that must fill up a whole side of an LP at least if an FPU is detected should i execute a FINIT instruction? enigma only puts one ~45 song on their cds i got my metallica collection out tcn: wadduh you got? metallica sucks now I like their old stuff though ride the lightning is my fave I got to like their new sound too.. they didn't really sell out, they got bored :) yeah i got ride the lightning on cassete now that I got a turntable I'd like to get some of their EP's garage days, etc. tcn: if im going to correctly init the FPU im gonna need some more accurate processor detection ElGato: I haven't fucked w/ it yet heh.. what albums are you most ashamed of having?? micheal jackson 04:20pm oh oh .. this 80's deep purple album is pretty scary well mabye not i think i can get by without it hahaha, ruiner has music made by a child molester yeah well....I got it back when he was going to the grammys with madonna so byte me ElGato: when u figure out howto save/restore the fpu state then tell me savatage, they mostly suck.. Countdown to Extinction is pretty bad.. dream theater.. also an old Corrosion of Conformity, it's nothing like their 90's albums * AlonzoTG/#tunes kat is sleapin on MY bed. =\ kill it! hehe man am I glad I don't have them anymore.. my house isn't all furry liar: what are you talking about? I like howard stern's michael jackson imitation heheh ElGato: when u figure out the fpu then give me the code to save/restore the fpu stack and state dream theater is horrible oh some guy walked up to me today and goes "have you heard about jesus christ??" oh yeah your code doesn't do it "isn't he the guy that sang 'you ain't nothing but a hound dog'?" brix knows if it has an fpu and it will save/restore the state/stack for any threads that want to use the fpu. but i dont currently have any code in the scheduler to do it Why Are all mexicans named "Ramirez"? =\ um it means Smith that was dumb too al lambe me culo, alonzo There is barely a page and a half of smiths in the average telefone book... AlonzoTG: there is a telefone book dedicated to smiths here u got yer normal telefone book and yer smith's telefone book atg: chinges tu mano tcn: haha tu madre lambò me culo y es bueno ooops wrong accent other way yes, phat people have more chins than a chineese telephone book. =P english motherfucker...do you speak it? si, ella come' la maize en me mierda pulp fiction ref si hablo ingles malo :( chinga los cochinos! 04:30pm why are programmers so much smarter than the average person in all aspects of life? uh in retro should fpu error exceptions be handled internally? Gato...who's writing this? you or us? just curious... uh what the hell are you talkiing abou8t? ElGato: they should be thrown to the client ElGato: unless the client doesnt want to catch them ElGato: I don't know yet so should i set the NE bit to 0 or 1? ElGato: or u can just kill the client for fucking up haha we should do that at work ok i just won't set it for now um if i mask the CR) the way you guys said won't it mask out a bunch of bits i don't want changed? CR0 umm.. what bit is NE? dang...he's on to us ElGato: u really should learn asm first tcn: 5 hey i know asm starting from 0? i just don't know masking tcn: yes I didn't learn the masking technique right away either and I didn't learn about ~ in NASM until a couple months ago.. saves a lot of time :) and ax,~10000b ; CLEAR THE FRIGGIN BIT or ax,10000b ; SET THE FRIGGIN BIT neither touchs any other bits hehe.. that new Megadeth song sucks but won't i all those zeros fuck up the other bits fine ElGato: he's not lying ElGato: NEITHER OF THOSE WILL FRIGGIN CHANGE ANY OTHER BITS I'm gonna write a dev enviornment for nasm... I gotta write an assembler pisses me off...I need one 04:40pm ruiner: why dont u port nasm to brix for me ruiner: i know u want to ooh...let me know when you start...I offer my help hmmmm.... -:- SignOff hcf: #TUNES (Leaving) pay for my new computer and you have a deal -:- hcf [nef@me-portland-us131.javanet.com] has joined #tunes me? me is too lazy to die =P you don't need a new computer to do ASM wb you're the one who wants nasm ported to brix eeech this sounds like Winger I won't do it for the heck of it prick PRiX? that's what u should call yer os, ruiner lol nah...I know what I'm calling mine already my friend dave was joking around...he's gonna work on one called WeeniOS pronounced weenie-o's oh ya that will get somewhere :) haha it might... if he weren't such a lazy pud further than, say, ChaOS Prick UNIX heh that's what system V is help! my WeeniOS got stuck in Windows yeah Skynyrd rocks! skynyrd rules tcn: have u tried chaos? nope, you? yup and? anybody know of any multitasking dos projects? (wow no response from abi) FreeDOS multitasking is a piece of cake how many people are working on it? do you know? well its a 40k classical uk that uses fat and is meant to replace the linux kernel I don't know WHY anyone would want to clone DOS tcn: have u seen the chaos web page? yeah dos was by far my favorite command line os it says that windows sucks cuz it crashes (true) and linux sucks cuz its based on stone-age unix, but hurd is so much better :) but do you think a p133 is fast enough for the hurd? when u take a dumpy old hard to use os like unix and give it a bloated uk it becomes better I don't care how old whatever a os is based on...linux rox....the old tech argument is crap yup but...linux is a wounded animal when compared to be DOS is my favorite OS period ruiner: linux is still faster then beos I don't even try to say Retro is high-tech :) 04:50pm linux pisses me off bah! not nearly as slick though ruiner: beos to linux ftp 800kBps, linux to linux ftp 1.1MBps blah blah blah be to be? om I hear Be is gonna try to sneak into the server market is beos reliable? -:- ElGato_ [dave@bespin.dhs.org] has joined #tunes be to be doesn't matter much right now...since almost everything is win nt or linux hahaha, beos is not ready for primetime right now beos is single user -:- SignOff smkl: #TUNES (sleeping ...) bull.... it's prolly better than NT though R6 is said to be multiuser give it 6 months look at all the idiots using Windows internet servers 30 guys working on Be, thousands on linux...and the 30 are putting the thousands to shame well they're getting paid :) R5 they are gonna remove the storage drivers from its fat bloated 800k uk and put tcp/ip into it so then it can get better bandwidth ruiner: no they arent ruiner: linux kicks ass over beos small teams of pro's will always beat thousands of 'average' people yeah they are look at how long its taken them and what they've accomplished so far -:- s_r [sr@phila-dialup163.nni.com] has joined #tunes ruiner: reality check, beos was started in what '91 hehe like Linux liar: what book has ISBN 0672306557? look at where linux is today and where beos is liar: that's partly because linux is open-source ruiner: do u own beos? no...played with it though... brb...somebody needs the phone ruiner: i OWN it ruiner: its UI sucks shit ruiner: its web browser sucks shit hehe Go to Amazon.com and look up that ISBN... =\ ruiner: its filesystem layout sucks shit liar: but it's fast Chuck Moore recently said if you're not sure what to write, try writing a good web browser NS & IE really suck s_r: when compared to windows yes and there is absolutely nothing that can be customized in beos u get it their way or their way -:- SignOff ruiner: #TUNES (Ping timeout for ruiner[ppp020.wi.centuryinter.net]) hmmm i reckon im gonna have to write an FPU.inc 05:00pm i take it beos sucks shit it's probably like a fast MacOS for the PC damn, these other tunes people are all getting into Java * ElGato_/#tunes pukes java is ok but it's slow i guess im just no into interpreted languages plus BeOS is closed source if only it were compiled and not free hey sr, you should get a nick -:- tcn is now known as pyro -:- SignOff ElGato: #TUNES (BitchX-75+Deb1an -- just do it.) 05:10pm what does s_r stand for? -:- ElGato_ is now known as ElGato -:- SignOff AlonzoTG: #TUNES (Have Nice Day :)) if someone requests a version how do i give it to em? I got it already ok by panasync - Linux 2.2.4 : Keep it to ak * ElGato/#tunes knows jack shit about bitchx CTCP VERSION reply from ElGato: BitchX-75+Deb1an+ by panasync u type /ctcp pyro version .ctcp pyro version or /ctcp #chan version haha wtf is Deb1an? debian linux CTCP VERSION replay from pyro: TomX - Retro 1.0.7 :D j/k that's right your a windows lamer ;) who is? Retro doesn't utilize any Tunes ideas, why do you call it a tunes prototype when it's just a separate project? actually it already does most of what the Tunes LLL calls for oh hmm i guess i'll just see how Fare will cope with it he wants to write a Scheme interpreter for it * s_r/#tunes is running Windows 95... powered by Microsoft, enpowering a future information generation! most people who use computers shouldn't even bother pyro do u know that if windows 95 detects linux on any harddrive attached to the computer, it secretly sends a notice to Microsoft? i had this on a LAN and the sniffer picked up the notice MS didn't know about linux when they wrote 95 05:20pm pyro: do u want Windows source code? FUCK NO!! heh remember when people used to spread rumours on pirate bbses about having Windows source? i'm sure they had it just as i am sure some people have BeOS source hey noon of that Euro trash "rumour" in here I wouldn't doubt it IBM owns half of this town ElGato: you're Euro Trash aren't you? s_r: uh no it prolly wasn't hard for someone to get OS/2 source endicott would have been Silicon Valley, except it was vacuum tubes and relays, at the time :) it's almost as polluted though ElGato's got contacts in the industry uh wtf are you talking about? yeah I know lots of temps at IBM if I got paid that low I'd rip them off (IBM) i think that's what i'm going to do get a job at Be inc. or some place neat and rip off src SGI maybe haha if you can get access to it Nintendo division :) each programmer is probably in charge of one header file and they can't see any others hahahaahhhh I know a guy who does N64 games.. he says there's like 3 programmers and they use gcc and the OpenGL libs? no there's a N64 dev kit 05:30pm gcc is part of the dev kit oh i see basically it's a $300 interface that they charge $10000 for, and some free software i want to program an OS for the n64 pyro: should i buy an SGI Indigo2? only if it's cheap what kinda CPU does it have? MIPS? r4400 i'm looking at them on ebay yeah, that's like what the N64 has pyro: what do you think of Alpha? go buy some crack heh never used an alpha except a little bit, in VMS looked like any old VAX though anyway, alpha isn't cost-competitive it also ain't RISC, it's got almost as many instructions as a pentium oh alpha sucks then i thought it was risc oh it's designed better hmm this is really strange but it's funny how the Alpha is "RISC" but the 68000 with 52 instructions "isnt' i saw this instruction in some gcc output: movsbl -5(%ebp), %eax and in the intel manuals it saws movsb takes it from ES:ESI and into DS:EDI or whatever, and doesn't have operands it's intel syntax vs. at&t syntax typo? but the syntax can't differ so much that operands are different 05:40pm it assembles it wtf? anyone know how to get a flat binary with ld? ld it regularly and then use dd to strip it off * ElGato/#tunes is away: (Auto-Away after 10 mins) [BX-MsgLog On] that's how they do it in boot sector development I wonder what core does ok -:- Netjoined: sterling.openprojects.net clarke.openprojects.net -:- Tril [dem@bespin.dhs.org] has joined #Tunes -:- Fare [rideau@quatramaran.ens.fr] has joined #Tunes -:- liar [brand@p0wer.qzx.com] has joined #Tunes -:- hcf [nef@me-portland-us131.javanet.com] has joined #Tunes -:- ServerMode/#Tunes [+o Tril] by irc.linux.com -:- Crimson [crimson@chaosdev.org] has joined #Tunes -:- Plundis [plundis@chaosdev.org] has joined #Tunes -:- pyro [tcn@cci-209150250111.clarityconnect.net] has joined #Tunes -:- Mr_Wrong [seanl@adsl-63-192-213-146.dsl.snfc21.pacbell.net] has joined #Tunes -:- ElGato [dave@bespin.dhs.org] has joined #Tunes how the fuck do i compile this bitch though? -:- s_r [sr@phila-dialup163.nni.com] has joined #Tunes oh he uses nasm :) -:- ruiner [blah@ppp333.wi.centuryinter.net] has joined #tunes who's he? emmanuel marty pyro: do you know why it assembles (the movsb ebp eax)? how do i compile retro apparently im missing some files in the snap shot or something? yeah odb.mac bforth.fo is a symlink 05:50pm and it looks for some other stuff in ../retro/ do you have cvs? yeah bbut i don't know where to look for retro with it or just download the CVS snapshot (not v9) is that more current? put it under the same directory v9 is under v9 is current or more so, anyway I haven't uploaded the one with IDE & video support how will i get the snapshot through cvs -:- SignOff liar: #TUNES (Ping timeout for liar[p0wer.qzx.com]) where do i look? just get the .tar.bz2 snapshot on the web page fine -:- liar [brand@p0wer.qzx.com] has joined #tunes "daily snapshot" how will i add my changes after they're tested? and approved of course pyro: have you added a lot to retro? just diff them against the original mail me the diff output k you go "diff original_file new_file > diff_output" k make sure ya don't extract v9.tgz over your modified version :) uh how do i UNbzip something? cd v9 ; tar zxvf v9.tgz ; mv v9 ../v9.orig bunzip2 -c file.tar.bz2 | tar xvf - bzip is annoying and slow hehehehehehe bunzip hehehehe it uses Huffman encoding, like ARJ Lempel-Ziv is a lot faster so most people use that too much printing huffman is too slow to use real-tiem 06:00pm i like tar and gzip i like bzip hey cool I found a menu interface for cvs cvs is a pain in the royal ass where do I find the 32 bit binary for nasm for windows? I can only find it gzipped for linux on www.cryogen.com/nasm? the stuff I have in my ftp dir should be considered obsolete; 0.98 is out checking... oh yeah, I should post 0.98 compiled with the XCOM patch, if I'm gonna use XCOM -:- abi [nef@bespin.dhs.org] has joined #Tunes hi abi uh 06:10pm diff doesn't seem to exist on bespin abi is a script dude hi pyro -:- SignOff ElGato: #TUNES (ElGato has no reason) that sometimes has someone controling what she says ruiner: she's not a script fine...she's a bot ruiner: i'm tcn pyro = tcn not tbn i wish Fare were here i wish lbt were here Fare: DUDE I NEED TO ASK YOU SOMETHING -:- SignOff liar: #TUNES (Ping timeout for liar[p0wer.qzx.com]) -:- liar [brand@p0wer.qzx.com] has joined #tunes s_r: use email * pyro/#tunes laughs * s_r/#tunes laughs damn CuRvEs is slow curves? the CVS menu program * pyro/#tunes puts on his uncle's favorite Metallica song the country one pyro: play some good music pyro: i thot all the new ones were country ;) I don't have anything past LOAD hcf: do you know anything about AT&T instructions/syntax? pyro: any Skinny Puppy? s_r: whatcha need? nope. are they an "industrial" band hcf: i saw this instruction "movsbl -5(%ebp), %eax" in some gcc -S output, and then i looked "movsb" up in the intel manual and it says it takes no operands what's going on? 06:20pm hey that song "wasting my hate" is cool pyro: you should learn to appreciate good music ;) bbl... -:- SignOff ruiner: #TUNES (Leaving) Brandy is cool :) well what's "movsbl" in AT&T syntax damn do i have to look thru the "as" source code :) it's probably just a regular MOV well, eax is the destination (backwards from intel syntax) it's accessing a local variable pyro: i know :P if it was + instead of -, it would be a parameter I got it! 'sbl' means 'sign-extend byte to long' it's a 'char' variable right? right so that's really a movzx eax, byte [ebp-5] hhahahahahah rofl god ATT syntax is stpuid Motorola syntax is nice though what does "sign-extend byte to long" do? well, it's a byte variable so it only fills AL zero-extend would fill the rest of EAX with zeroes s_r: http://ftp.uni-klu.ac.at/gnu/gas/as_193.html sign-extend fills it with zeros, but sets the MSB to 1 if it's negative err wrong it makes it negative wrong in 2's complement if the byte is negative then it fills eax with 1's hmm hcf the man with the URLs it makes it a negative 32-bit number if it was a negative 8-bit number if not negative then zeros liar: what instruction in intel syntax would be equal to "movsbl" in AT&T I told you movzx eax, byte [ebp-5] movsx hcf: you always know the best websites for peoples' questiosn questions 06:30pm he's a web geek s_r: as u might notice, that page is from the as manual, something u should of checked b4 asking the question ok good idea -:- duckman [user3497@ta10-089.vvm.com] has joined #Tunes -:- SignOff duckman: #TUNES (Leaving) 06:40pm hehe my server's namesake got run over by a minivan 06:50pm -:- ruiner [nate@ppp008.wi.centuryinter.net] has joined #tunes I have returned! rsync is cool 'bout time I used it 07:00pm hmmmmm....whys it so quiet in here? busy anybody know a site with some good ide's for nasm? nasm edit and nasm ide aren't going to cut it I use 'joe' pico is also good jed! hey I gotta get pico linux turd I should write my own....too bad I'm a pud pyro: when will Retro be at the stage of development that linux is in? 07:10pm when it is ruiner? you are plain sucking lol me? tcn? tcn is the author of retro abi: i am tcn me? somebody said pyro was tcn me? i heard s_r was working on a little thing called Virix abi: forget me s_r, I didn't have anything matching me abi: forget s_r s_r: I forgot s_r abi: s_r is a windows loser no, s_r is a windows luser s_r? s_r is a windows loser you? abi: no, s_r is a windows luser okay, pyro. heh why you still got windows anyway? windows is the most stable, efficient, speedy os on earth so sayeth bill pyro: linux sucks BSD sucks BeOS is closed source retro, brix, dolphin, tunes, and clementine are cool but they aren't mature enough yet -:- SignOff pyro: #TUNES (Ping timeout for pyro[cci-209150250111.clarityconnect.net]) 07:20pm s_r: r u forgeting storm? hcf: when are you going to start coding your OS ? probly never yeah hcf....I'd like to see that... -:- pyro [tcn@cci-209150250099.clarityconnect.net] has joined #tunes ruiner: why? 07:30pm -:- NetSplit: forward.openprojects.net split from irc.linux.com [07:33pm] -:- BitchX+Deb1an: Press Ctrl-F to see who left Ctrl-E to change to [forward.openprojects.net] -:- Netjoined: forward.openprojects.net irc.linux.com -:- Plundis [plundis@chaosdev.org] has joined #Tunes -:- Crimson [crimson@chaosdev.org] has joined #Tunes -:- abi [nef@bespin.dhs.org] has joined #Tunes -:- Netjoined: devlin.openprojects.net asimov.openprojects.net -:- s_r [sr@phila-dialup163.nni.com] has joined #Tunes ack nak ack dammit abi: InterMezzo is a new distributed fs at http://www.inter-mezzo.org rsync is wierd c'mon rsync move yo ass! SFS looks cooler 07:40pm it uses public keys to allow decentralized control pyro: hp url for sfs? sfs? abi dont know as usual, i check her 1st b4 asking a human s/eck/ecked/ it's at the same place as Xok except it's hard to follow the links to it abi: SFS is at http://www.pdos.lcs.mit.edu/papers/sfs:mazieres-ms.ps.gz that's all I could find maybe the NSA hassled them abi: mazieres is at http://www.pdos.lcs.mit.edu/~dm/ that's what they did with the RSA paper.. fucken assholes abi: no, sfs is at http://www.cs.auckland.ac.nz/~pgut001/sfs/ okay, hcf. good work hcf wait! wrong SFS 07:50pm #tunes is interested in the first one SFS is at http://www.pdos.lcs.mit.edu/papers/sfs:mazieres-ms.ps.gz abi, sfs? somebody said sfs was at http://www.cs.auckland.ac.nz/~pgut001/sfs/ SFS is also at http://www.pdos.lcs.mit.edu/papers/sfs:mazieres-ms.ps.gz okay, pyro. abi, sfs? sfs is at http://www.cs.auckland.ac.nz/~pgut001/sfs/ or at http://www.pdos.lcs.mit.edu/papers/sfs:mazieres-ms.ps.gz abi: sfs is also also see mazieres okay, hcf. abi: sfs is a secure distributed fs at http://www.pdos.lcs.mit.edu/papers/sfs:mazieres-ms.ps.gz (also see mazieres) or an encrypted windows fs at http://www.cs.auckland.ac.nz/~pgut001/sfs/ ...but sfs is at http://www.cs.auckland.ac.nz/~pgut001/sfs/ or at http://www.pdos.lcs.mit.edu/papers/sfs:mazieres-ms.ps.gz or also see mazieres... abi:no,  sfs is a secure distributed fs at http://www.pdos.lcs.mit.edu/papers/sfs:mazieres-ms.ps.gz (also see mazieres) or an encrypted windows fs at http://www.cs.auckland.ac.nz/~pgut001/sfs/ okay, pyro. sfs? sfs is a secure distributed fs at http://www.pdos.lcs.mit.edu/papers/sfs:mazieres-ms.ps.gz (also see mazieres) or an encrypted windows fs at http://www.cs.auckland.ac.nz/~pgut001/sfs/ whew abi, mazieres? mazieres is at http://www.pdos.lcs.mit.edu/~dm/ damn, 11:00 pyro: is that paper the only thing that exists for SFS? that I've found so far that's ok, it tells all that's important the implementation they did was a crude thing, on top of unix assuming they even tried it :) http://atrey.karlin.mff.cuni.cz/~rebel/sfs/ 08:00pm nope, that's like the .nz one the MIT SFS is a distributed fs sfs is a bad name for it also conflicts w/ things like: http://www.mit.edu:8001/activities/mitsfs/ haha scifi another sfs at http://www.interlog.com/~gray/SFS.html hehe tha'ts more like it 08:10pm looks kinda like our persistent store http://www.cys.de/simons/autoconf-archive/msg00033.html gray's SFS looks like the same sort of idea as dm's hey I'm gonna take off some of these SFS's look pretty cool though.. keep lookin.. k cya later -:- SignOff pyro: #TUNES (pyro has no reason) 08:20pm hey hcf hoy s_r what do you think of BeOS? never used it 08:40pm -:- SignOff hcf: #TUNES (Leaving) -:- hcf [nef@me-portland-us200.javanet.com] has joined #tunes I seriously doubt most of you people who puff up about BeOS, Linux, etc., really USE the shit on your main machine. lol this hansolo guy sounds like a retard When my 95 crashes, I've been running WAAAA AY too much shit, and I know it. It's almost NEVER the OS's fault. at best he's arguing over something completely pointless, at worst he lets computers rule his life did you tell him if it crashes at all it IS the os's fault? his devotion to windows 95? the only way it should crash is if you're TRYING to crash it like forcibly overwriting the kernel in memory or something ruiner: why would u like to see me start coding my os? hcf is an asm wiz i would be cool to see a highly optimized kernel i never said i was an asm wiz I'm interested to see what you'd come up with know the saying about those that do the most talking do the least walking? you're usually pretty quiet yeah i'm one of those that do the most talking and the least walking hmmm hcf is pretty quiet 08:50pm -:- s_r [sr@phila-dialup163.nni.com] has left #tunes [] -:- SignOff hcf: #TUNES (Leaving) hmmmmm..... do octagons mesh? no they don't....dammit 09:50pm its always funny to hear an idiot say linux sucks -:- morphic [morphic@shell.accesscom.com] has joined #tunes and how great windows is cuz they, the stupid idiot, were able to install and use it -:- SignOff morphic: #TUNES (Leaving) yeah, the fact that idiots can install it doesn't make it great 10:00pm windows is the most stable, efficient, speedy os on earth apparently you haven't yet discovered sarcasm -:- BlackPhoenix [black-phoe@adm.univd.kharkov.ua] has joined #tunes 10:10pm hmm brix isnt getting into pmode 10:20pm ruiner: know anything about pmode  nope -:- SignOff BlackPhoenix: #TUNES (Leaving) 10:30pm -:- hcf [nef@eleph.nerd-herd.net] has joined #tunes -:- hcf has changed the topic on channel #Tunes to: Free Reflective Computing System || Geek Chicks -:- SignOff hcf: #TUNES (Leaving) -:- SignOff liar: #TUNES (BRiX [http://www.qzx.com/brix] :: sleep) -:- eihrul [lee@usr5-ppp188.lvdi.net] has joined #Tunes -:- SignOff ruiner: #TUNES (Leaving) [msg(TUNES)] newlog 1999.0723 IRC log ended Fri Jul 23 00:00:00 1999