DiNS update.

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply

What should I do now?

Multi-Core Support
4
44%
64-bit Support
3
33%
Neither
2
22%
 
Total votes: 9

User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

DiNS update.

Post by 01000101 »

hey all, I just finished my bootloader. It took me a LONG time for some reason, but i finally finished, it's a 3 stage bootloader.

Now, I'm on to my next peice. I would like to ask you guys what you think is the best course of action and why. I would like to either provide support for dual-core processors or should I jump into x64 long mode and utilize the chips 64-bit technology?
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

it depends, if its your first OS i would stick to dual core, and then port to a 64 bit version if it ever gets anywhere. You could even stick to single core.

My OS is currently single core, 32 bit. so not very future compatable, but... if it does ever get anywhere (which i doubt, but its fun to speculate) then i plan to fork a 64 bit multi-core version, which caters for everyone.
~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Since you have apparently spent forever on your boot loader, I don't see why you wouldn't just add 64-bit support now.
C8H10N4O2 | #446691 | Trust the nodes.
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 »

I'm missing the 'both' option.
64-bit systems are more likely to have multiple cores/processors than 32-bit counterparts. Long mode is slightly easier than protected mode, so you'd have time to add multiprocessor support. :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
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

I didn't put a both option because I didn't want to spend the time to implement both. But it is becoming obvious that I might be able to quickly implement long mode and focus the time on multi-core support.
User avatar
crazygray1
Member
Member
Posts: 168
Joined: Thu Nov 22, 2007 7:18 pm
Location: USA,Hawaii,Honolulu(Seriously)

Post by crazygray1 »

Combuster wrote:I'm missing the 'both' option.
64-bit systems are more likely to have multiple cores/processors than 32-bit counterparts. Long mode is slightly easier than protected mode, so you'd have time to add multiprocessor support. :wink:
:wink:
Post Reply