OSDev.org
https://forum.osdev.org/

How do I create a bootloader with visual studio?
https://forum.osdev.org/viewtopic.php?f=8&t=22378
Page 1 of 1

Author:  Shadowhunter9636 [ Tue Aug 10, 2010 6:25 pm ]
Post subject:  How do I create a bootloader with visual studio?

I want to make my own OS, so I decided to start with the bootloader. I want to know how to use Visual Studio to make a bootloader and how to use Bochs to test it. I am using C++ and my platform is Windows XP. I searched it up on Google, but the results were either irrelevant or skipped information I needed. Please help.

Author:  gerryg400 [ Tue Aug 10, 2010 6:54 pm ]
Post subject:  Re: How do I create a bootloader with visual studio?

Have you read the wiki ? There is more information there can can fit in a forum reply.

Author:  Shadowhunter9636 [ Tue Aug 10, 2010 7:22 pm ]
Post subject:  Re: How do I create a bootloader with visual studio?

Can you give me the link to this page? I can't find it.

Author:  gerryg400 [ Tue Aug 10, 2010 7:27 pm ]
Post subject:  Re: How do I create a bootloader with visual studio?

The wiki is there ==> http://wiki.osdev.org/Main_Page. I'm not sure what your specific question is. There are pages on assembly language, bootloaders, Bochs, Visual Studio and much more.

Author:  Shadowhunter9636 [ Tue Aug 10, 2010 7:36 pm ]
Post subject:  Re: How do I create a bootloader with visual studio?

I meant the link to the page in the wiki explaining how to create a bootloader with visual studio.

Author:  gerryg400 [ Tue Aug 10, 2010 8:09 pm ]
Post subject:  Re: How do I create a bootloader with visual studio?

I don't think there's a single page that'll tell you how to do it. You're going to have to ask specific questions to get your answer and build up your knowledge as you go. You need to provide information about what you know and what you've done so far so that people can answer your questions.

BTW, may I ask why you want to use Visual Studio ? I feel that for a beginner that there are more suitable tools.

EDIT: If you were to use Cygwin, for example, you could follow many of the tutorials in the wiki without having to make changes.

Author:  neon [ Tue Aug 10, 2010 10:52 pm ]
Post subject:  Re: How do I create a bootloader with visual studio?

Hello,

There isnt really anything special involved here. As long as you know how to set up MSVC and find a nice way of allowing your C code to call Bios services, its shouldnt be that difficult as those are the main obstacles. I can provide more info of how I did it if requested. Not recommended for beginner system developers though do to lack of tutorials.

Author:  Shadowhunter9636 [ Wed Aug 11, 2010 11:11 am ]
Post subject:  Re: How do I create a bootloader with visual studio?

@neon

I sent you a PM. I want to know how you did it.

Author:  gboers [ Tue Sep 07, 2010 3:11 am ]
Post subject:  Re: How do I create a bootloader with visual studio?

Hello Shadowhunter9636,

A while ago I stumbled over a nice article on CodeProject which explains on how to do this.
Here is the link for you : Click here

I hope that I was of any help to you.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/