hi... i know c , c++ and also assembly programming..
but dono where to start for os programing..
even read bran tutorial but could not get anything..
is there any other tutorial which gives detailed explanation ? ?????
ConfuseD..... IN OS DEVOLopENT
Intel Manuals, AMD manuals, http://www.osdev.org/wiki/Main_Page
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
http://www.osdev.org/wiki/Resources/
There are alot of tutorials and resources here.
Also, I am not trying to be rude here, but please change your title. "ConfuseD..... IN OS DEVOLopENT" is a little annoying to read. Try not to mix caps with lowercase characters like this.
There are alot of tutorials and resources here.
Also, I am not trying to be rude here, but please change your title. "ConfuseD..... IN OS DEVOLopENT" is a little annoying to read. Try not to mix caps with lowercase characters like this.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
Re: ConfuseD..... IN OS DEVOLopENT
May I point out, that you already posted such a question a couple of days ago and that people provided you with everything you need for getting started?aztex wrote:hi... i know c , c++ and also assembly programming..
but dono where to start for os programing..
even read bran tutorial but could not get anything..
is there any other tutorial which gives detailed explanation ? ?????
Did you actually read and try out anything? If you expect people to give you helpful answers, you need to ask more specific and better questions, which clearly show that you're really trying to understand the matter.
So instead of writing that you don't get "Bran's" tutorial, please point out in detail what the issues are.
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Thats a damn well explained tutorial, and if you can't figure it out, then are you sure you're ready for OSdev? It's not an easy task.even read bran tutorial but could not get anything..
is there any other tutorial which gives detailed explanation ? ?????
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Re: ConfuseD..... IN OS DEVOLopENT
Hi,
This thread was split (see Avatars if you care) and rude posts were deleted by me. I've also locked this thread.
If you can't be polite then don't post.
Cheers,
Brendan
This thread was split (see Avatars if you care) and rude posts were deleted by me. I've also locked this thread.
If you can't be polite then don't post.
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.