I got a computer.

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
crazygray1
Member
Member
Posts: 168
Joined: Thu Nov 22, 2007 7:18 pm
Location: USA,Hawaii,Honolulu(Seriously)

I got a computer.

Post by crazygray1 »

I've been bursting to say this....

I got an old computer!!!

A friend of mine didn't wan't it anymore so he gave it to me. I figure it will be useful as a test machine instead of using an emulator.
Codname: Cipher
Working On: Design Doc(CFFS file system)
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Wow, and you rushed here to tell us? :roll:
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Re: I got a computer.

Post by inflater »

crazygray1 wrote:I've been bursting to say this....

I got an old computer!!!
me chinese me japanese me say joke me go pp in your coke :twisted:

Written using opera mini on my old sie-cxt65. Yay, GPRS still works! :D [/showoff]
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

You might want to post it here :wink:
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
crazygray1
Member
Member
Posts: 168
Joined: Thu Nov 22, 2007 7:18 pm
Location: USA,Hawaii,Honolulu(Seriously)

Post by crazygray1 »

Brynet-Inc wrote:Wow, and you rushed here to tell us? :roll:
Yeah untill now I've been having trouble testing my os, this makes me very exited...
Codname: Cipher
Working On: Design Doc(CFFS file system)
Shalted
Posts: 19
Joined: Wed Nov 07, 2007 12:09 am

Post by Shalted »

I would think an emulator would be more suitable for Operating System development, just because of the the fact that you've more control over the environment, such as the amount of RAM or the amount of Cores/CPUs the system has, not to mention that an emulator's debugging facilities are much more helpful than what your OS can spit out, (Unless you've gotten to the point where you've written very verbose exception handlers). I find that it's just more convenient to test on an emulator, less hard reboots.
User avatar
Masterkiller
Member
Member
Posts: 153
Joined: Sat May 05, 2007 6:20 pm

Post by Masterkiller »

Also emulator shows a message if Virtual CPU is going to reset the Virtual PC because of triple fault. So you will make difference between the tripple fault reset and your OS cold reboot.
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

Masterkiller wrote:Also emulator shows a message if Virtual CPU is going to reset the Virtual PC because of triple fault. So you will make difference between the tripple fault reset and your OS cold reboot.
Yes, but an emulator is just that - an emulator. It's not real hardware and thus there will ALWAYS be differences. (E.g. memory nullification in bochs)
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

It's not real hardware and thus there will ALWAYS be differences.
According to Murphy's law, emulators always have different hardware than the real box you want to run your OS on :wink:
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Brendan
Member
Member
Posts: 8561
Joined: Sat Jan 15, 2005 12:00 am
Location: At his keyboard!
Contact:

Post by Brendan »

Hi,
Combuster wrote:According to Murphy's law, emulators always have different hardware than the real box you want to run your OS on :wink:
It's worse than that - real box A, real box B, real box C and real box D all have different hardware from each other. :)

What matters most is the number of different (real and virtual) computers you can test the OS on. If any (real or emulated) computer doesn't behave as you expected then you either need to find out why it didn't behave as you expected or why the others did behave as you expected.


Cheers,

Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.
Post Reply