![]() |
|
|
#451 | ||||||||
Senior Member
![]()
|
i am back, i went to 1000 islands (in ontario, and i saw so many small islands (they were about the size of like 2 normal houses land) with houses on them and they use submarine cables so the get power and phone lines.) man now i want an island
it must be so sick living on your own island...
__________________
|
||||||||
|
|
|
#453 | ||||||||
Senior Member
![]()
|
but then u can show off and tell everyone u live on an island.. and you can swim when ever u want and u can take a boat to one of the other island that is close buy and explore...
__________________
|
||||||||
|
|
|
#454 | ||||||||
Senior Member
![]()
|
I'd rather just have a house the size of ten islands, but on a continental land mass. Or, to truly become an über 1337 h4xx0r, you could buy a huge skyscraper in NYC to live in. That would truly be teh pwnage. Much better than a stupid island.
|
||||||||
|
|
|
#456 | ||||||||
Senior Member
![]()
|
yea well I've had 166, so take that!
lol I've gone into that area two, maybe 3 times..I never go to profiles n read those stupid messages...I pretty much had forgotten that area existed.
__________________
3rd person to become a Senior Member!
PS360 owner
|
||||||||
|
|
|
#458 | ||||||||
Senior Member
![]()
|
ok paint, name 10 other active members of this forum that would be able to knock me out of the last 10 visits list.
__________________
3rd person to become a Senior Member!
PS360 owner
|
||||||||
|
|
|
#459 | ||||||||
Senior Member
![]()
|
paint u just got served!
__________________
|
||||||||
|
|
|
#461 | |||||||||
Senior Member
![]()
|
Wow. I just experienced my first OS X crash. And it was caused by my own program. I was trying to write a shell, and somehow, I made the fork() system call...stop working. If you don't know what fork() does, it makes a complete copy of the process that calls it. The way all new processes are created is by calling fork, then making the new copy execute whatever you want the new process to do. So this basically means that no new processes can be created. So I can't open anything that isn't already opened.
My CPU also seems to be fully utilized, judging by my fan speeds. I can't check it though, since I can't open anything to do so, because nothing can be forked. My assumption of what is happening, is that there is an infinite loop of my shell being forked, which is tying up fork() so none of the other processes can use it. Anyway, I'm going to reboot now...something I haven't had to do since I used Windoze... :/ Edit: *Gasp* I had to do a hard reboot! I suppose that OS X probably has some shutdown scripts that couldn't get forked.Edit: I also just found a lolable hypocrisy in Apple Console while I was looking for error reports. Quote:
|
|||||||||
|
||||||||||
| Last edited by paintba||er; 06-30-2008 at 10:41 PM. | ||||||||||
|
|
#462 | ||||||||
Senior Member
![]()
|
Well, I have written a...slightly functional shell. But it doesn't work well yet, so I think I'm just going to use an existing shell for my OS. It'd take too long to write a new one, and there wouldn't be much benefit. When I was testing what I have so far, I ran "/usr/bin/man man", and man warned me that "terminal is not fully functional". Then when trying to scroll, it would jump back up to the top. Then when I pressed q to quit, all of the characters became...well, a screenshot will be more descriptive.
![]() That's the login prompt. In Bash. The jumbledness carried over outside of the shell. Oh, and as you can see, I'm testing it on Debian in a VM so that I don't crash OS X again. |
||||||||