All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Getting Started
@ 2012-04-13  9:39 Steve Burtchin
  2012-04-13 10:04 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 62+ messages in thread
From: Steve Burtchin @ 2012-04-13  9:39 UTC (permalink / raw)
  To: grub-devel


[-- Attachment #1.1: Type: text/plain, Size: 9272 bytes --]

On Tue, 10 Apr 2012 14:26:54 +0200 Vladimir '?-coder/phcoder' Serbinenko wrote:
>On 10.04.2012 12:56, Steve Burtchin wrote:
>> I found the URL to the bug report.  It is
>> http://savannah.gnu.org/bugs/?19410.  In summary (and more
>> specifically), I wish to add the following features to the GRUB2
>> 'parttool' command:
>>  
>> 1) Create or delete a primary partition.  This functionality was
>> provided by the 'partnew' command in GRUB Legacy.  See also
>> http://savannah.gnu.org/bugs/?19389.
> As I've explained in a parallel thread (the one concerning SoC), any
> writing to disk is potentially dangerous and so we need a good reason to
> do it. Why would you want to regularly create and destroy partitions in
> GRUB?

Firstly, I do not wish ever to create or destroy any partition using GRUB.  I was using the terminology from the GRUB legacy manual: "partnew . . . Create a new primary partition."  IMHO this would be more appropriately described as "Edit a slot in the MPT (to define an alternate primary partition)."  The corresponding terminology ("delete") would IMHO be more appropriately described as "Zero a slot in the MPT (to thoroughly hide a primary partition from aggressive installers)."  For example, suppose I want to install WindowsXP to hda3.  The safest approach would be to create a menuitem in grub.cfg to zero out slots 1, 2 & 4 of the MPT, and then boot the CD.  The installer then only sees one partition with the rest being free space, for which it will ask you before overwriting it.

Secondly, in regards to the 'SoC' thread, any changes to the partitioning layout would obviously make the current 'menu.cfg' file obsolete, and therefore, any practical integration of parted with GRUB would necessarily require that 'menu.cfg' be updated in lockstep.  With the exception of small adjustments, I would agree that in almost all cases (all) the partitioning work should be done prior to installing any bootloader.  In this respect, the intended use of my proposed new functionality (wrt. item 1) would be esentially identical to that of the 'gptsync' command, the only difference being that the source of the MPT data would reside in 'menu.cfg' rather than in the GPT partition entries.

>>  
>> 2) Edit extended partition tables (EPBRs).  This functionality was
>> added to GRUB Legacy with the 'eptedit' command as described in bug
>> report #19410.
>>  
> I feel like improvements into our gptsync (i.a. support for creating
> secondary partitions when possible) solves the same problems (having
> more than 4 OS requiring primary partitions) but in a more standartised
> way and with a benefit of that GPT-aware tools will handle the whole
> thing correctly.

It is entirely true that with a GPT partitioned disk and 'gptsync' one could setup GRUB2 to boot more than 100 GPT-unaware operating systems each requiring its own primary partition to boot.  However, in practice this is severly restrictive in the great majority of computers sold for home use (and business workstation computers) which have only one HDD.  With only one HDD, this leaves only two other partitions for sharing and storing data for GPT-unaware OSs.  Each older OS has its own caveats as to which filesystem types it can use.  Having a universal data-share partition in FAT16 (or FAT12) would not be practical in many situations involving modern OSs, so at least two data sharing partitions are usually needed for practical reasons in a mix with old an new OSs.  There are also good reasons for wanting more than one partition for data storage.  These too must be compatable with the caveats of the OSs wanting to use them.  Further if a second disk is added it will likely be greater than 2TB in the near future, necessitating that it too will be GPT partitioned, resulting in a net gain of only 3 more available partitions for any GPT-unaware OS.  So for the greater majority of current PCs, and especially those purchased before 2012, the only flexible solution for those who want to include GPT-unaware OSs is that at least one HDD be MBR partitioned -- that being the first HDD.  There is also the issue that with a GPT partitioned disk, all such GPT-unaware imaging tools one might have (and like using, eg. Ghost) and other utilities (eg. PTEDIT) would become unusable.

If a user has only GPT-unaware OSs, the only benefit to be gained with a GPT partitioned disk is that setup of a multiboot system may in some cases be easier, but with the severe tradeoffs in flexibility already mentioned.  One could, in theory, dedicate one GPT partition in the hybrid MBR as a logical partition, but this partition would have to be hidden from all GPT-aware OSs, and such a partitioning layout would not be directly supported by any one partitioning utility.  There are also known (and potentially unknown) problems when using hybrid MBRs (see http://www.rodsbooks.com/gdisk/hybrid.html).  I would speculate that 'gptsync' could be used to zero out slots 2, 3 & 4 of the MPT before booting any problem OS, and before using any utility not known to be safe with hybrid MBRs, but these issues are usually not known until it is too late (and wrt. using utilities, it is easy to forget to do so).

The typical usage for my 'eptedit' command was to zero out the second slot of an EPBR (combined with redefining the size of the extended partition with 'partnew') such that a much shorter extended partition could be presented to OSs not capable of accessing more than 1024 cylinders.  For LBA-aware OSs 'eptedit' was used to repopulate the second slot of this EPBR.  The same technique might also be used on large disks for OSs subject to the 128GiB barrier.  I also used 'eptedit' in this way to hide non-FAT partitions at the end of an extended partition from Win9x OSs to avoid the 'Last Logical Partition Bug'.

Here is an example (see attached file "file #12285 SecMastr.png"):
Note that there are two alternate definitions for the extended partition hdb2.  The shorter extended partition definition is used for booting all OSs that use CHS addressing.  The longer extended partition definition is used for booting all OSs that use LBA addressing.  When using the shorter extended partition definition, the EPBR at hdb15 should have all zeroes in the second slot of its partition table (see attachment "file #12289  b15_old.png").  When using the longer extended partition definition, the EPBR at hdb15 should have the second slot of its partition table populated with the information for the next logical partition (see attachment "file #12286 b15_std.png").

>> NOTE: Not mentioned in the original bug report: with the ability to
>> edit EPBRs, the potential number of logical partitions is limited only
>> by the disk geometry for any SATA, PATA or SCSI disk.

In one of my multiboot PC's with a single HDD I had 35 logical partitions.  Most held OSs.  Some were small unused placeholders used to occupy a drive letter such that all MicroSoft OSs would recognize all partitions (that each could see) by the same drive letters.  MicroSoft OSs at least thru WindowsXP and many utilities cannot function predictably with this many logical partitions.  To work around these issues, I used my 'eptedit' command (ref: http://savannah.gnu.org/bugs/?19410) in GRUB Legacy to rewrite one or more EPBRs to skip over some logical partitions, or to present a truncated extended partition to the OS.  Potentially the same technique could be used (with much flexibility wrt. data and sharing partitions) to boot hundreds of OSs.  For OSs requiring their own primary partition to boot, I used 'partnew' to (duplicate) define a logical partition as a primary partition (eg. I used this technique to boot DOS v5.0 residing on a logical partition).  This is essentially identical to what you are doing with 'gptsync', but with the flexibility that you would still have potentially 20+ partitions available to the GPT-unaware OS.  These same 20+ partitions would also be available to any GPT-aware OS.

I would agree that with a mix of only GPT-aware OSs, and in some (rare IMHO) situations in a 2+ HDD system with a mix of GPT-unaware and GPT-aware OSs (assuming at least one HDD is MBR partitioned), it would be superior to have the first HDD GPT partitioned.  However, in a single disk system, and in systems where the second HDD is > 2TB, it is MHO that the superior arrangement would be to have the first HDD MBR partitioned.  In these systems (the greater majority in existence today) this provides the greatest amount of flexibility in terms of the quantity of common partitions available to all GPT-unaware and GPT-aware OSs (and GPT-unaware imaging tools).

As you said, writing to disk always carries some risk, however, it is JMHO that it is far safer writing to the partition tables in a controlled way using GRUB than to create a hybrid configuration when it is not an essential requirement for booting.  With the proposed new features, the most common problem that might occur would be some mucked-up partition tables that would be easy to recognize and fix.  I believe it to be a much greater risk to introduce a hybrid state where an unsuspecting user might try to use a GPT-unaware partitioning or data recovery tool.

[-- Attachment #1.2: Type: text/html, Size: 10962 bytes --]

[-- Attachment #2: file #12285 SecMastr.png --]
[-- Type: image/png, Size: 25657 bytes --]

[-- Attachment #3: file #12289  b15_old.png --]
[-- Type: image/png, Size: 3112 bytes --]

[-- Attachment #4: file #12286 b15_std.png --]
[-- Type: image/png, Size: 3401 bytes --]

^ permalink raw reply	[flat|nested] 62+ messages in thread
* getting started...
@ 2015-05-27 20:32 Ed Sutter
  2015-05-29 18:41 ` Trevor Woerner
  0 siblings, 1 reply; 62+ messages in thread
From: Ed Sutter @ 2015-05-27 20:32 UTC (permalink / raw)
  To: yocto

Hi,
I'm new to Yocto.  I've used it to build/install linux on the Wandboard, 
and I've installed
host-based cross devlopement environment (bitbake -c populate_sdk ).  
Everything worked, but
basically I just followed some "getting started" steps so, I still don't 
really have a clue...

Last year I finished up a custom iMX6-based project using buildroot for 
rootfs, ftp.denx.de
for uboot and freescale git for the kernel.

These two projects are totally isolated; yet I'm sure >85% of the code 
base is identical.

This year I have two ongoing iMX6 based linux projects, and may need to 
use a beaglebone
or RPi for some other small project.

The point of the above detail is that I'd like to backup a bit and 
attempt to use Yocto to
organize all four of these with one instance of Yocto/Poky.  Is that 
practical?  Seems
to me that is the ideal goal of Yocto, but I don't see many BSPs listed 
under the project
downloads page.  On the other hand, I know wandboard and sabresd and 
many others do have
yocto build environments.

What's the scoop on that?

I'd really like to manage all of these projects under one umbrella if 
possible; but what
if different projects use different versions of poky (for example)?

Thanks in advance for any info...
Ed



^ permalink raw reply	[flat|nested] 62+ messages in thread
* Getting started
@ 2014-12-07 13:48 Rahul Radhakrishnan
  0 siblings, 0 replies; 62+ messages in thread
From: Rahul Radhakrishnan @ 2014-12-07 13:48 UTC (permalink / raw)
  To: netfilter-devel

Hi. I’m new and I would like to contribute. Can someone please get me started?
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 62+ messages in thread
* Getting started
@ 2014-08-01 20:06 Tom
  2014-08-19 13:12 ` Clemens Ladisch
  0 siblings, 1 reply; 62+ messages in thread
From: Tom @ 2014-08-01 20:06 UTC (permalink / raw)
  To: alsa-devel

I've got an AKAI EIE and I'd like to get it working under alsa
I've been programming for a lot of years on lots of different things so 
can someone point me to how to get started?
Tom

^ permalink raw reply	[flat|nested] 62+ messages in thread
* Getting Started
@ 2013-07-30 17:33 Karan Dev
  2013-07-30 18:19 ` Valdis.Kletnieks at vt.edu
  0 siblings, 1 reply; 62+ messages in thread
From: Karan Dev @ 2013-07-30 17:33 UTC (permalink / raw)
  To: kernelnewbies

hey, I am new here. I'd like to contribute to your organisation. Could
someone guide me along ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130730/60f31c8f/attachment.html 

^ permalink raw reply	[flat|nested] 62+ messages in thread
[parent not found: <mailman.75.1336579215.3475.grub-devel@gnu.org>]
[parent not found: <mailman.75.1336492816.24481.grub-devel@gnu.org>]
[parent not found: <mailman.89.1334332817.24000.grub-devel@gnu.org>]
* Re: RE: Re: Getting Started
@ 2012-04-10 10:56 Steve Burtchin
  2012-04-10 12:26 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 62+ messages in thread
From: Steve Burtchin @ 2012-04-10 10:56 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1595 bytes --]

On Sun, 8 Apr 2012 03:50:18 -0400 Steve Burtchin worte:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>On Sat, 07 Apr 2012 13:17:15 +0200 Vladimir '?-coder/phcoder' Serbinenko wrote:
>------------------------------------------------------------------------------------
>On 07.04.2012 11:54, Steve Burtchin wrote:
>> GRUB Developers,
>>  
>> Please help me get started developing GRUB2.  I would like to add some
>> additional functionality to the 'parttool' command (functionally
>> similar to the code changes I proposed for GRUB-Legacy).
>Could you give more details?
>------------------------------------------------------------------------------------
>
>I had hoped I could answer the details question with a URL link, but I cannot find that
>bug report now.  
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

I found the URL to the bug report.  It is http://savannah.gnu.org/bugs/?19410.  In summary (and more specifically), I wish to add the following features to the GRUB2 'parttool' command:

1) Create or delete a primary partition.  This functionality was provided by the 'partnew' command in GRUB Legacy.  See also http://savannah.gnu.org/bugs/?19389.

2) Edit extended partition tables (EPBRs).  This functionality was added to GRUB Legacy with the 'eptedit' command as described in bug report #19410.

NOTE: Not mentioned in the original bug report: with the ability to edit EPBRs, the potential number of logical partitions is limited only by the disk geometry for any SATA, PATA or SCSI disk.

Regards,

Steve Burtchin

[-- Attachment #2: Type: text/html, Size: 3012 bytes --]

^ permalink raw reply	[flat|nested] 62+ messages in thread
* Getting Started
@ 2012-04-07  9:54 Steve Burtchin
  2012-04-07 11:17 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 62+ messages in thread
From: Steve Burtchin @ 2012-04-07  9:54 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 645 bytes --]

GRUB Developers,

Please help me get started developing GRUB2.  I would like to add some additional functionality to the 'parttool' command (functionally similar to the code changes I proposed for GRUB-Legacy).  What can you tell me about how the new code is organized and what coding rules are in place.  Is there a structure chart showing the heirarchy of function calls?  Do you have specific recommendations for editors etc.  I am using Debian Linux.  I notice that the new code contains a lot of pre-processor directives.  Do you have specific recommendations about understanding and working on the code?

Thank you,

Stephen Burtchin

[-- Attachment #2: Type: text/html, Size: 1279 bytes --]

^ permalink raw reply	[flat|nested] 62+ messages in thread
* Getting Started
@ 2011-10-05 23:11 Russell Morris
  2011-10-06  0:25 ` Andreas Müller
  2011-10-06  8:21 ` Henning Heinold
  0 siblings, 2 replies; 62+ messages in thread
From: Russell Morris @ 2011-10-05 23:11 UTC (permalink / raw)
  To: openembedded-devel

Hi,

My apologies in advance for what is likely a stupid question, but I have been working with OpenEmbedded for a while, with some level of success (and some pain ... :-)), but it really seems that the current information on the Wiki site related to Getting Started (http://www.openembedded.org/wiki/Getting_started) is out of date.

I have checked out the git repository, and it really seems that the newer "core" and "meta" trees are being updated regularly (and not the old openembedded tree), but I'm not sure how to use them to get builds working. This is likely just ignorance on my part, but is there any info out there of how to work with the new structure?

Thanks in advance for any pointers that you have!

... Russell




^ permalink raw reply	[flat|nested] 62+ messages in thread
* getting started
@ 2011-08-19  1:26 Littlefield, Tyler
  2011-08-19  5:07 ` Vladimir Murzin
  0 siblings, 1 reply; 62+ messages in thread
From: Littlefield, Tyler @ 2011-08-19  1:26 UTC (permalink / raw)
  To: kernelnewbies

Hello all:
I'd like to get going working on the kernel (I've tried getting started 
the last few times).
On the kernelnewbies page, one of the kernel janitor projects is to 
balance out functions and clean up code. I'm curious if there would be 
someone, or a group of someone's who would mind assigning me a specific 
file or a small driver of some sort that needs this so I can get started 
helping out?

-- 

Take care,
Ty
my website:
http://tds-solutions.net
my blog:
http://tds-solutions.net/blog
skype: st8amnd127
My programs don't have bugs; they're randomly added features!

^ permalink raw reply	[flat|nested] 62+ messages in thread
* Getting started
@ 2009-06-02 23:36 hiren panchasara
  2009-06-03  0:21 ` Frederic Weisbecker
                   ` (2 more replies)
  0 siblings, 3 replies; 62+ messages in thread
From: hiren panchasara @ 2009-06-02 23:36 UTC (permalink / raw)
  To: kernel-janitors

Hi all,

I want to start working on kernel development and as per everyone's
guidance I am starting with Janitor project. I am not able to
understand the TODO list on the janitor project site.

It would be great if someone can explain me how to get started and
actually work on something.

thanks,
/H

^ permalink raw reply	[flat|nested] 62+ messages in thread
* getting started
@ 2009-03-13  9:07 Rolf Schumacher
  0 siblings, 0 replies; 62+ messages in thread
From: Rolf Schumacher @ 2009-03-13  9:07 UTC (permalink / raw)
  To: linux-media

make in v4l-dvb worked without error, produced a lot of .ko files in v4l.
sudo make install worked without errors, too.

reconnecting the TechnoTrend CT 3650 CI, with dmesg I got

---
usb 4-2: USB disconnect, address 3
usb 4-2: new high speed USB device using ehci_hcd and address 6
usb 4-2: configuration #1 chosen from 1 choice
usb 4-2: New USB device found, idVendor=0b48, idProduct=300d
usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 4-2: Product: TT-USB2.0
usb 4-2: Manufacturer: TechnoTrend
usb 4-2: SerialNumber: LHKAMG
---

and thought, dvb_usb_ttusb2 would be the driver to load.

However, neither /dev/dvb0 nor /dev/video0 appeared following "sudo
modprobe dvb_usb_ttusb2".
Restart of linux did not help and did not reload dvb_usb_ttusb2.

I know it worked once but forgot, how.
And it seems that it works with some others:

http://www.linuxtv.org/pipermail/linux-dvb/2008-August/027804.html

How to determine what driver I need?
Do I need firmware?

Rolf


^ permalink raw reply	[flat|nested] 62+ messages in thread
* getting started
@ 2009-03-13  0:47 Rolf Schumacher
  0 siblings, 0 replies; 62+ messages in thread
From: Rolf Schumacher @ 2009-03-13  0:47 UTC (permalink / raw)
  To: linux-media

make in v4l-dvb worked without error, produced a lot of .ko files in v4l.
sudo make install worked without errors, too.

reconnecting the TechnoTrend CT 3650 CI, with dmesg I got

---
usb 4-2: USB disconnect, address 3
usb 4-2: new high speed USB device using ehci_hcd and address 6
usb 4-2: configuration #1 chosen from 1 choice
usb 4-2: New USB device found, idVendor=0b48, idProduct=300d
usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 4-2: Product: TT-USB2.0
usb 4-2: Manufacturer: TechnoTrend
usb 4-2: SerialNumber: LHKAMG
---

and thought, dvb_usb_ttusb2 would be the driver to load.

However, neither /dev/dvb0 nor /dev/video0 appeared following "sudo
modprobe dvb_usb_ttusb2".
Restart of linux did not help and did not reload dvb_usb_ttusb2.

I know it worked once but forgot, how.
And it seems that it works with some others:

http://www.linuxtv.org/pipermail/linux-dvb/2008-August/027804.html

How to determine what driver I need?
Do I need firmware?

Rolf

^ permalink raw reply	[flat|nested] 62+ messages in thread
* Getting Started
@ 2008-02-07 13:11 Neshama Parhoti
  2008-02-07 13:26 ` Johannes Berg
  2008-02-07 13:35 ` Holger Schurig
  0 siblings, 2 replies; 62+ messages in thread
From: Neshama Parhoti @ 2008-02-07 13:11 UTC (permalink / raw)
  To: linux-wireless

Hi all,

I'm about to write a new driver for mac80211.

Alas I'm not familiar with wireless basic concepts.

I have read everything in http://www.linuxwireless.org/
but I don't think that's enough.

Can you please point me to known good knowledge
references/overviews/tutorials on the subject ?

Thank You !!
Neshama

^ permalink raw reply	[flat|nested] 62+ messages in thread
* Getting started
@ 2006-05-24 22:46 Dino Linux
  0 siblings, 0 replies; 62+ messages in thread
From: Dino Linux @ 2006-05-24 22:46 UTC (permalink / raw)
  To: sparclinux

Hi

I hope I'm posting this in the right place, if not please let me know.

I've decided to help develop the Linux SPARC port. I wrote a few
printk_* patches once, and that's all the expirience I have in kernel
hacking. So I was wondering if you could recommend a few places to
learn about the Linux kernel and Linux on SPARC. I've seen a tutorial
somewhere called Linux Device Drivers, but it was a long time ago. I
was also wondering if there is a Linux/SPARC specific TODO list
somewhere so I can get started with the hacking :). I looked around on
ultralinux.org, but I didn't find one there.

     -dinolinux

^ permalink raw reply	[flat|nested] 62+ messages in thread
* getting started
@ 2004-10-05 23:23 david linux
  0 siblings, 0 replies; 62+ messages in thread
From: david linux @ 2004-10-05 23:23 UTC (permalink / raw)
  To: netdev


I would like to help with the development of network
drivers for the 2.6 kernel.

Can you help me get a lead on who to contact for this?


Thanks,
-d


		
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

^ permalink raw reply	[flat|nested] 62+ messages in thread
* Getting Started...
@ 2002-06-18  7:30 Patrick Altman
  2002-06-18  8:56 ` Vincent Hanquez
  0 siblings, 1 reply; 62+ messages in thread
From: Patrick Altman @ 2002-06-18  7:30 UTC (permalink / raw)
  To: linux-kernel

I know this is a common FAQ type question, but I haven't really seen one 
thus far in my web/usenet reading.

I am an experienced developer, mostly middle-layer/back-end web based 
applications.  I would like to start getting involved in the lower level 
programming in the Linux OS, and hopefully be able to be a contributor 
to the OS, even at some basic level, in the role of a developer.  I am 
not the "evangelist" type, just interested in the technology and in 
building technology.

Does anyone have any good suggestions as to a good book, web addresses, 
etc. that could help get me started?  I have been reading this mail 
group for about 3 weeks now and I must admit I am a little overwhelmed 
by all the different projects and issues that are "on-going".

Thanks!
Patrick Altman
patrick@pataltman.com
http://www.pataltman.com



^ permalink raw reply	[flat|nested] 62+ messages in thread
* Getting started
@ 2000-09-26 15:20 Jordan, Shane
  2000-09-26 17:33 ` Keith M Wesolowski
  0 siblings, 1 reply; 62+ messages in thread
From: Jordan, Shane @ 2000-09-26 15:20 UTC (permalink / raw)
  To: linux-mips

Ok I have a older Indy box here and I was wondering what I need to do to get
this thing running Linux.  From what I understand you have to have Irix
already installed on it.  Unfortunently we just threw a new harddrive in
with nothing on it and we don't have a copy of Irix.  Is there anyway to
install Linux on this badboy from scratch?  I'm willing to help our with
making binary package's ect if I can just get this thing booting into linux!
Any ideas, cd's ect?
Shane Jordan

^ permalink raw reply	[flat|nested] 62+ messages in thread

end of thread, other threads:[~2015-06-01 15:54 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-13  9:39 Getting Started Steve Burtchin
2012-04-13 10:04 ` Vladimir 'φ-coder/phcoder' Serbinenko
  -- strict thread matches above, loose matches on Subject: below --
2015-05-27 20:32 getting started Ed Sutter
2015-05-29 18:41 ` Trevor Woerner
2015-05-31 12:16   ` Paul Eggleton
2015-06-01 15:51     ` Ed Sutter
2014-12-07 13:48 Getting started Rahul Radhakrishnan
2014-08-01 20:06 Tom
2014-08-19 13:12 ` Clemens Ladisch
2013-07-30 17:33 Getting Started Karan Dev
2013-07-30 18:19 ` Valdis.Kletnieks at vt.edu
     [not found]   ` <CANaRiD2xLAHKbVXBKpZdFSx0OgZEMMF8_J9g1kcikbOKAzinRw@mail.gmail.com>
2013-07-31 12:35     ` Valdis.Kletnieks at vt.edu
2013-08-05 16:44       ` Sumeet pawnikar
2013-08-05 17:41         ` anish singh
2013-08-05 19:46         ` Valdis.Kletnieks at vt.edu
     [not found] <mailman.75.1336579215.3475.grub-devel@gnu.org>
2012-05-10  6:28 ` Steve Burtchin
2012-05-10  7:01   ` Vladimir 'φ-coder/phcoder' Serbinenko
     [not found] <mailman.75.1336492816.24481.grub-devel@gnu.org>
2012-05-09  8:48 ` Steve Burtchin
2012-05-09 13:09   ` Vladimir 'φ-coder/phcoder' Serbinenko
     [not found] <mailman.89.1334332817.24000.grub-devel@gnu.org>
2012-05-02  4:27 ` Steve Burtchin
2012-05-07 20:25   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-04-10 10:56 RE: " Steve Burtchin
2012-04-10 12:26 ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-04-07  9:54 Steve Burtchin
2012-04-07 11:17 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-10-05 23:11 Russell Morris
2011-10-06  0:25 ` Andreas Müller
2011-10-06  8:21 ` Henning Heinold
2011-10-10 21:42   ` Russell Morris
2011-08-19  1:26 getting started Littlefield, Tyler
2011-08-19  5:07 ` Vladimir Murzin
2011-08-19 21:26   ` Julie Sullivan
2011-08-19 21:44     ` Julie Sullivan
2011-08-20  3:04       ` esmaeil mirzaee
2011-08-20 20:04         ` Julie Sullivan
2009-06-02 23:36 Getting started hiren panchasara
2009-06-03  0:21 ` Frederic Weisbecker
2009-06-03  1:03 ` Charles 'Mack' Rhinelander
2009-06-15 10:33 ` Kevin DuBois
2009-03-13  9:07 getting started Rolf Schumacher
2009-03-13  0:47 Rolf Schumacher
2008-02-07 13:11 Getting Started Neshama Parhoti
2008-02-07 13:26 ` Johannes Berg
2008-02-07 13:27   ` Johannes Berg
2008-02-07 13:32   ` Neshama Parhoti
2008-02-07 13:35     ` Johannes Berg
2008-02-07 13:51       ` Neshama Parhoti
2008-02-07 13:35 ` Holger Schurig
2008-02-07 13:49   ` Neshama Parhoti
2008-02-07 13:55     ` Holger Schurig
2008-02-07 15:04   ` Nick Kossifidis
2008-02-07 16:09     ` Dan Williams
2008-02-07 16:15       ` Dan Williams
2008-02-07 16:17         ` Nick Kossifidis
2006-05-24 22:46 Getting started Dino Linux
2004-10-05 23:23 getting started david linux
2002-06-18  7:30 Getting Started Patrick Altman
2002-06-18  8:56 ` Vincent Hanquez
2000-09-26 15:20 Getting started Jordan, Shane
2000-09-26 17:33 ` Keith M Wesolowski
2000-09-27  5:05   ` Erik Aderstedt
2000-09-27  5:05     ` Erik Aderstedt
2000-09-27 17:27     ` Keith M Wesolowski

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.