Re: New OS
Posted: Fri Oct 31, 2008 5:43 am
Anyways who cares ? Its not my concern
That was the first thing that gave me a slap when reading this article, too...JamesM wrote:The post that started this thread was *three months ago*, not one year...
You surely do, but "I moved have moved beyond the magical world of managed code, to pure c++, then the win32 api" doesn't sound very good. At first, you need to know the whole bootstrap and the low level "what who where why" that occurs "behind the scenes" in a simplest Helloworld OS kernel, before OSdev itself.Sphincorp wrote:I deserve a second chance to prove myself to you guys
Yeah, you're going to need to learn assembly first. When I started, I thought, "Hell, I'll just learn the basics and use others' code!" Bad plan. Since then, I've learned how to read and write assembly language (mostly just real mode.)inflater wrote:You surely do, but "I moved have moved beyond the magical world of managed code, to pure c++, then the win32 api" doesn't sound very good. At first, you need to know the whole bootstrap and the low level "what who where why" that occurs "behind the scenes" in a simplest Helloworld OS kernel, before OSdev itself.Sphincorp wrote:I deserve a second chance to prove myself to you guys
You won't get far trying to use Win32 api or trying to program in C++ as a kickstart for your OS.
Seconded.inflater wrote:Keep that as a advice, not as a insult.
Duh! Good luck with your school stuff though.SphinCorp wrote:I have given up on making my own OS. It's just not worth it at this point.
SphinCorp wrote:I have never attempted anything like this before, so bear with me:
I want to design my own OS. It will be called Sphinx-WAP OS. I already built a replacement Command Parser for windows called Sphinx-WAP. I have many ideas for it, like:
Memory auto correction: 1/2 of all RAM will be reserved in part for a system recovery dump, which will be 1 second or so behind the actual running system. Apps should also have partial dumps, and the ability to go "dormant" by extending it's dump. If an error occurs, the memory address is found, and the equivalent dump address is taken, then the error is corrected using dump info, which would be from 1 second ago.
I will soon create a fake screenshot of what I think it should look like.
I REALLY need help on this one guys, so anyone interested PLEASE email me. I can offer you free email and FTP services, and a zone on my server to make your own site.
Thanks in advance,
Richard Carson
Sphinx Gaming Inc., C.E.O., Founder
Well... then... every application that crashes will be reverted to some particular state _before_ the crash and it will most probably happen in approximately 1 second againSphinCorp wrote: Memory auto correction: 1/2 of all RAM will be reserved in part for a system recovery dump, which will be 1 second or so behind the actual running system. Apps should also have partial dumps, and the ability to go "dormant" by extending it's dump. If an error occurs, the memory address is found, and the equivalent dump address is taken, then the error is corrected using dump info, which would be from 1 second ago.
what? have you even started the kernel? anyone can dream of what they want it to look likeSphinCorp wrote:I will soon create a fake screenshot of what I think it should look like.