How do i load a development enviroment from GRUB bootloader

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
topekumapayi
Posts: 1
Joined: Fri Apr 15, 2005 11:00 pm

How do i load a development enviroment from GRUB bootloader

Post by topekumapayi »

Hello someone,
I am developing an O.S. a member of OSDEV. and i want to have your assistance.
I am using GRUB bootloader,
How do i let GRUB load the development enviroment i will be using to develop my O.S.
I intend to use GCC as my complier
I am familiar with BASIC,PASCAL,VISUAL BASIC, and a little a C.
rexlunae
Member
Member
Posts: 134
Joined: Sun Oct 24, 2004 11:00 pm
Location: North Dakota, where the buffalo roam

Re: How do i load a development enviroment from GRUB bootloa

Post by rexlunae »

topekumapayi wrote:Hello someone,
I am developing an O.S. a member of OSDEV. and i want to have your assistance.
I am using GRUB bootloader,
How do i let GRUB load the development enviroment i will be using to develop my O.S.
I intend to use GCC as my complier
I am familiar with BASIC,PASCAL,VISUAL BASIC, and a little a C.
GRUB is a bootloader, for loading OSes. It cannot load a development environment. You need to load you operating system, use your development environment to write your operating system, install your operating system to a filesystem that GRUB can read, and the load it with GRUB. Look at <a href="http://www.gnu.org/software/grub/manual/grub.html">the GRUB documentation</a> for more information about how to boot an operating system from GRUB.
Post Reply