Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 13th, 2006, 11:57 PM   #21
linxis
Programmer
 
Join Date: May 2006
Location: USA
Posts: 52
Rep Power: 0 linxis has a little shameless behaviour in the past
Send a message via ICQ to linxis
And now i can not pay 5% commision due to this OS will be free distibution.
__________________
Get programming and game creation tutorials and discuss apon you peers at
http://s14.invisionfree.com/tsoft
We also accept custom software requests and new mods will be needed soon
linxis is offline   Reply With Quote
Old Aug 14th, 2006, 12:00 AM   #22
AntiNinja
Hobbyist Programmer
 
AntiNinja's Avatar
 
Join Date: Jun 2006
Location: The States
Posts: 101
Rep Power: 3 AntiNinja is on a distinguished road
Send a message via AIM to AntiNinja Send a message via Yahoo to AntiNinja
How did it destroy itself? Why not just fix it and continue development?
__________________
Pain is just weakness leaving the body.
AntiNinja is offline   Reply With Quote
Old Aug 14th, 2006, 12:26 AM   #23
linxis
Programmer
 
Join Date: May 2006
Location: USA
Posts: 52
Rep Power: 0 linxis has a little shameless behaviour in the past
Send a message via ICQ to linxis
Well it was the file deletion part that did it. It had a messed up loop and deleted the entire drive. I lost the kernel and everything. I even tryed to resotre my drive.
__________________
Get programming and game creation tutorials and discuss apon you peers at
http://s14.invisionfree.com/tsoft
We also accept custom software requests and new mods will be needed soon
linxis is offline   Reply With Quote
Old Aug 14th, 2006, 1:50 AM   #24
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 4 uman is on a distinguished road
So what exactly would a binary graphic designer do on your project?
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials.
--WilliamSChips on Slashdot
uman is offline   Reply With Quote
Old Aug 14th, 2006, 2:17 AM   #25
Darkhack
Hobbyist Programmer
 
Darkhack's Avatar
 
Join Date: Dec 2005
Location: Kansas City
Posts: 102
Rep Power: 3 Darkhack is on a distinguished road
Send a message via AIM to Darkhack
Can I ask WHY you are making an operating system? What function would it satisfy that current operating systems do not? If this system was more than just a small hobby that you were playing with, you would have not only backed up your files to CD, but to off site locations. Even emailing it to yourself as an attachment wouldn't have been a bad choice.

Seriously though. I know it sounds like I am being harsh and a bit critical and maybe I am, but it seems to me that you don't have enough expierence for something like this. I would recommend that you play with several different operating systems on your own for a while before attempting a full blown project.

There are several different websites such as http://www.osdever.net and http://www.osdev.org that would be very helpful to you. Andrew S. Tanenbaum wrote a book called Operating Systems Design and Implementation which is pretty much THE standard for kernel developers. Mr. Tanenbaum is most well known as a university professor who developed Minix and he is a major advocate of the microkernel design which Minix uses. Minix was what inspired Linus Torvalds to write Linux, although Mr. Torvalds chose to use a monolithic kernel. And of course a good understanding of assembly and C is a must, which I assume you already have.

Sorry if I seem like a buzzkill. I really hope you manage to get something workable soon and I'd be interested in trying it out through Bochs or something. My point is that you should have something more concrete before asking for help since other people's time becomes more valuable when working for/with someone else than on their own projects.

Best of luck!
Darkhack is offline   Reply With Quote
Old Aug 14th, 2006, 4:37 AM   #26
Random Spirit
Unverified User
 
Join Date: Aug 2006
Posts: 88
Rep Power: 0 Random Spirit is on a distinguished road
If linxis is in cloud cuckoo land if he thinks hes writing an OS. Hs last submitted project was "WW2" and it was written(if you can call dragging a few controlls onto a form and writing 10 lines of code writting) in VB.net. A good CS degree might help you design an implement an OS, or years or reading and experience. I doubt linxis has either.

On the point of writing an OS. Is there a point? Yes, but only as a toy. Something to learn from in an OS module of a CS course, or a personal project to expand your knowledge. Now im not saying there is no point in writing a new OS, but it would have to be a group effort with a lot of time spent to make it anything like Linux or NT.
Random Spirit is offline   Reply With Quote
Old Aug 14th, 2006, 8:01 AM   #27
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Actually, people wrote a lot of OSes of varying complexity back when I was in the embedded world. These could range from something as simple as the PC BIOS right on up to real-time executives. Suitable commercial products are sometimes available (often at exorbitant rates).
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Aug 14th, 2006, 10:08 AM   #28
kruptof
Professional Programmer
 
kruptof's Avatar
 
Join Date: May 2006
Location: UK - London
Posts: 327
Rep Power: 3 kruptof is on a distinguished road
Quote:
Originally Posted by linxis
I have designed 1 OS but it eventualy destroyed itself
LOL.......This is have to be the funniest thing i ever read.....why didn't you backup the code for the OS first.

if you do manage to get this of the gorund you better have something that is not availabel in the market.........your netwrok programmer better be good, to implemet your TCP/IP Stack or you could just lift from someone else like some one has done before(not saying any names).

finally i Leave you with this:

Quote:
Originally Posted by linxis
I have designed 1 OS but it eventualy destroyed itself
STILL LAUGHING.........
__________________
Quote:
When I was young it seemed that life was so wonderful,a miracle, oh it was beautiful, magical.
Now watch what you say or they'll be calling you a radical,a liberal, oh fanatical, criminal. Oh won't you sign up your name,we'd like to feel you're acceptable, respectable, oh presentable, a vegetable
kruptof is offline   Reply With Quote
Old Aug 14th, 2006, 2:09 PM   #29
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
I have designed 1 OS but it eventualy destroyed itself
God might be in the same boat. If so, you can bet that Ms. God will prolly chew his ass but good.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Aug 14th, 2006, 2:10 PM   #30
Random Spirit
Unverified User
 
Join Date: Aug 2006
Posts: 88
Rep Power: 0 Random Spirit is on a distinguished road
Quote:
Originally Posted by DaWei
God might be in the same boat. If so, you can bet that Ms. God will prolly chew his ass but good.
rofl.
Random Spirit is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:44 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC