* New developer available :)
@ 2008-06-29 12:29 Collin Gregory
2008-06-29 13:21 ` Vesa Jääskeläinen
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Collin Gregory @ 2008-06-29 12:29 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 398 bytes --]
Hello everyone,
My name is Greg and i'm a french developper. I'm very interested in helping
for the grub 2 development. My skills are C++ , C and assembly, i'm using
linux for 6 years now and i'm sure i can help, if you would agree to !
I'm very interested in Video part of the project, can i do something or
integrate a current team that works on it ?
Regards to everyone,
Grégory
[-- Attachment #2: Type: text/html, Size: 438 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New developer available :)
2008-06-29 12:29 New developer available :) Collin Gregory
@ 2008-06-29 13:21 ` Vesa Jääskeläinen
2008-06-29 17:43 ` Robert Millan
2008-06-29 20:43 ` walt
2 siblings, 0 replies; 7+ messages in thread
From: Vesa Jääskeläinen @ 2008-06-29 13:21 UTC (permalink / raw)
To: The development of GRUB 2
Collin Gregory wrote:
> Hello everyone,
>
> My name is Greg and i'm a french developper. I'm very interested in
> helping for the grub 2 development. My skills are C++ , C and assembly,
> i'm using linux for 6 years now and i'm sure i can help, if you would
> agree to !
>
> I'm very interested in Video part of the project, can i do something or
> integrate a current team that works on it ?
Hi Collin,
Colin Bennett is working under Google's Summer of Code 2008 program to
create graphical menu for GRUB 2. So at least during GSoC 2008 duration
I would not recommend working on the same thing.
But anyway... What did you have in mind? Do you know vector graphics? Or
do you have other platforms than x86-pcbios?
Thanks,
Vesa Jääskeläinen
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New developer available :)
2008-06-29 12:29 New developer available :) Collin Gregory
2008-06-29 13:21 ` Vesa Jääskeläinen
@ 2008-06-29 17:43 ` Robert Millan
2008-06-29 20:43 ` walt
2 siblings, 0 replies; 7+ messages in thread
From: Robert Millan @ 2008-06-29 17:43 UTC (permalink / raw)
To: The development of GRUB 2
On Sun, Jun 29, 2008 at 02:29:19PM +0200, Collin Gregory wrote:
> Hello everyone,
>
> My name is Greg and i'm a french developper. I'm very interested in helping
> for the grub 2 development. My skills are C++ , C and assembly, i'm using
> linux for 6 years now and i'm sure i can help, if you would agree to !
Hi Collin,
Help is very welcome. You can just go ahead, find something you can do
to improve GRUB and do it. But as Vesa said be careful if you want to work
on graphics since this area is being actively worked on as part of GSoC.
If you need ideas, you could check the list of proposals we made for this
year's GSoC [1], or our bug tracking system for issues that need care [2].
(but to get started with grub, I recommends something less boring than
processing bugs)
[1] http://www.gnu.org/software/grub/grub-soc.html
[2] https://savannah.gnu.org/bugs/?group=grub
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What good is a phone call… if you are unable to speak?
(as seen on /.)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New developer available :)
2008-06-29 12:29 New developer available :) Collin Gregory
2008-06-29 13:21 ` Vesa Jääskeläinen
2008-06-29 17:43 ` Robert Millan
@ 2008-06-29 20:43 ` walt
2008-06-30 4:59 ` Bean
2 siblings, 1 reply; 7+ messages in thread
From: walt @ 2008-06-29 20:43 UTC (permalink / raw)
To: grub-devel
Collin Gregory wrote:
> Hello everyone,
>
> My name is Greg and i'm a french developper. I'm very interested in
> helping for the grub 2 development. My skills are C++ , C and assembly,
> i'm using linux for 6 years now and i'm sure i can help, if you would
> agree to !...
Hi Greg,
I have an idea for your consideration. I'm using grub4dos because
grub2 won't (yet) boot a floppy image or chainload Vista's bootmgr.
If you would merge those functions from grub4dos into grub2 I'd be
grateful.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New developer available :)
2008-06-29 20:43 ` walt
@ 2008-06-30 4:59 ` Bean
2008-06-30 21:59 ` walt
0 siblings, 1 reply; 7+ messages in thread
From: Bean @ 2008-06-30 4:59 UTC (permalink / raw)
To: The development of GRUB 2
On Mon, Jun 30, 2008 at 4:43 AM, walt <w41ter@gmail.com> wrote:
> Collin Gregory wrote:
>>
>> Hello everyone,
>>
>> My name is Greg and i'm a french developper. I'm very interested in
>> helping for the grub 2 development. My skills are C++ , C and assembly,
>> i'm using linux for 6 years now and i'm sure i can help, if you would
>> agree to !...
>
> Hi Greg,
>
> I have an idea for your consideration. I'm using grub4dos because
> grub2 won't (yet) boot a floppy image or chainload Vista's bootmgr.
> If you would merge those functions from grub4dos into grub2 I'd be
> grateful.
Hi,
Well, you can actually achieve these function with some external
tools. Using memdisk, you can emulate a floppy/harddisk image, and
with loadbin, you can chainload ntldr/bootmgr/grldr/stage2, etc.
--
Bean
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New developer available :)
2008-06-30 4:59 ` Bean
@ 2008-06-30 21:59 ` walt
2008-07-01 5:05 ` Bean
0 siblings, 1 reply; 7+ messages in thread
From: walt @ 2008-06-30 21:59 UTC (permalink / raw)
To: grub-devel
Bean wrote:
> On Mon, Jun 30, 2008 at 4:43 AM, walt<w41ter@gmail.com> wrote:
>> ...I'm using grub4dos because
>> grub2 won't (yet) boot a floppy image or chainload Vista's bootmgr.
> Hi,
>
> Well, you can actually achieve these function with some external
> tools. Using memdisk, you can emulate a floppy/harddisk image, and
> with loadbin, you can chainload ntldr/bootmgr/grldr/stage2, etc.
Hi Bean,
Have you tried booting a dos floppy image with memdisk lately?
I just tried memdisk-3.52 on two different machines using both legacy
and grub2, and nothing worked. After printing several lines of info
and some hex numbers it prints this:
Loading boot sector...booting...
Starting...
and then the machine hangs forever, needing a hard reset to reboot.
My test image was made from a fresh and tested floppy which I made
using WinXP.
Can anyone duplicate this? Or not?
Thanks!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New developer available :)
2008-06-30 21:59 ` walt
@ 2008-07-01 5:05 ` Bean
0 siblings, 0 replies; 7+ messages in thread
From: Bean @ 2008-07-01 5:05 UTC (permalink / raw)
To: The development of GRUB 2
On Tue, Jul 1, 2008 at 5:59 AM, walt <w41ter@gmail.com> wrote:
> Bean wrote:
>>
>> On Mon, Jun 30, 2008 at 4:43 AM, walt<w41ter@gmail.com> wrote:
>>>
>>> ...I'm using grub4dos because
>>> grub2 won't (yet) boot a floppy image or chainload Vista's bootmgr.
>
>> Hi,
>>
>> Well, you can actually achieve these function with some external
>> tools. Using memdisk, you can emulate a floppy/harddisk image, and
>> with loadbin, you can chainload ntldr/bootmgr/grldr/stage2, etc.
>
> Hi Bean,
>
> Have you tried booting a dos floppy image with memdisk lately?
>
> I just tried memdisk-3.52 on two different machines using both legacy
> and grub2, and nothing worked. After printing several lines of info
> and some hex numbers it prints this:
>
> Loading boot sector...booting...
> Starting...
>
> and then the machine hangs forever, needing a hard reset to reboot.
> My test image was made from a fresh and tested floppy which I made
> using WinXP.
>
> Can anyone duplicate this? Or not?
Hi,
Perhaps you can try some older version as well, like 3.11 or so. Also,
you can add raw or bigraw parameter to memdisk, it instructs memdisk
to access memory directly instead of relying on int 15, which can be
buggy in some machine.
--
Bean
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-07-01 5:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-29 12:29 New developer available :) Collin Gregory
2008-06-29 13:21 ` Vesa Jääskeläinen
2008-06-29 17:43 ` Robert Millan
2008-06-29 20:43 ` walt
2008-06-30 4:59 ` Bean
2008-06-30 21:59 ` walt
2008-07-01 5:05 ` Bean
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.