New OS
From SphinCorp's website.We don't offer the service you need, or the programming language you want? To aid our continuous development, we will learn any language, or make/buy any templates/software you need! At NO extra charge!!
I'm sorry but WTF, seriously, do you even know what that could imply, as well as you CANNOT, I repeat CANNOT learn enough off a programming language to write a good program within the times needed by any company.
Jules
no, you should stop posting -> create a better website -> lose the high-level OS design thoughts -> design a bootloader+kernel -> then resume posting. =) much more productive than hiding under a bed.
Website: https://joscor.com
Wow, we didn't mean to discourage you or frighten you or anything, its just that you seem to be wanting to make something that we all work our asses of to make and seem to think its going to be dead easy and also there is some doubt whether you actually have the skills necessary.
Seriously, this time asking kindly, what language did you plan to code your OS in?
Please don't be discouraged, when you get into to it OSdev is quite fun (In its own special way, hehehehe).
I'm really sorry for being so aggressive about it, its just the way that you say it seems to say that any idiot can do what we do as a hobby....
Also do read the links that Dex supplied....
Jules
edit: sorry, missed 'E''s (sorry its easier to write) post, but I entirely agree with what he says...
Seriously, this time asking kindly, what language did you plan to code your OS in?
Please don't be discouraged, when you get into to it OSdev is quite fun (In its own special way, hehehehe).
I'm really sorry for being so aggressive about it, its just the way that you say it seems to say that any idiot can do what we do as a hobby....
Also do read the links that Dex supplied....
Jules
edit: sorry, missed 'E''s (sorry its easier to write) post, but I entirely agree with what he says...
I know the feeling, when I first had the idea of making an OS I had grand Ideas of 3D GUIs, linux, mac and windows binary compatibility (funny) and God knows what else, if you think you were bad, hehehe, but thankfully those had evaporated by the time I got here...
Well start coding then, if you need any help don't hesitate to post and as long as the question is intelligent, well asked and you've done enough of your own research before asking it, I'm sure somebody will answer it.
Good luck on your coding,
Jules
P.S. Just out of interest, what is AutoRunner written in?
edit:
P.P.S I recommend you remove this claim from your website:
Well start coding then, if you need any help don't hesitate to post and as long as the question is intelligent, well asked and you've done enough of your own research before asking it, I'm sure somebody will answer it.
Good luck on your coding,
Jules
P.S. Just out of interest, what is AutoRunner written in?
edit:
P.P.S I recommend you remove this claim from your website:
I really doubt that you'll be able to uphold that claim when it comes to it...We don't offer the service you need, or the programming language you want? To aid our continuous development, we will learn any language, or make/buy any templates/software you need! At NO extra charge!!
Last edited by suthers on Mon Jun 02, 2008 3:01 pm, edited 1 time in total.
Yah I learned C++, first and their similar enough to catch on without really doing any learning anything, using c++ is a bit more difficult to use in a kernel because you need to write run time code for new, delete, throw, try, etc..., but it's doable (personally I chose not to...) and you might want to learn a bit more assembler, but you can pick it up as you go along.
I suggests you start here:
http://www.osdever.net/tutorials.php?cat=0&sort=1
Its a good place, have you definitely decided to make your own bootloader (I did so because I don't like using other people's code, but it also gives you more control...)?
Remember though don't hesitate to ask.
Jules
edit: sorry forgot to say, you'll probably want a firm grasp of C, first, asm is simple enough to not have to know the complexities at first and learn as you go along from the tutorials (I did and now my asm isn't to bad, though I did do a few tutorials eventually, because I was getting lost to often)
I suggests you start here:
http://www.osdever.net/tutorials.php?cat=0&sort=1
Its a good place, have you definitely decided to make your own bootloader (I did so because I don't like using other people's code, but it also gives you more control...)?
Remember though don't hesitate to ask.
Jules
edit: sorry forgot to say, you'll probably want a firm grasp of C, first, asm is simple enough to not have to know the complexities at first and learn as you go along from the tutorials (I did and now my asm isn't to bad, though I did do a few tutorials eventually, because I was getting lost to often)