Re: [PATCH Web v2] Translator: Add the introduction to the rtc translator

2025-01-02 Thread Samuel Thibault
Applied, thanks! Zhaoming Luo, le jeu. 02 janv. 2025 09:55:23 +0800, a ecrit: > * hurd/translator.mdwn: Add an entry for the rtc translator > * hurd/translator/rtc.mdwn: Add the introduction to the rtc translator > > --- > hurd/translator.mdwn | 1 + > hurd/transl

[PATCH Web v2] Translator: Add the introduction to the rtc translator

2025-01-01 Thread Zhaoming Luo
* hurd/translator.mdwn: Add an entry for the rtc translator * hurd/translator/rtc.mdwn: Add the introduction to the rtc translator --- hurd/translator.mdwn | 1 + hurd/translator/rtc.mdwn | 31 +++ 2 files changed, 32 insertions(+) create mode 100644 hurd

Re: [PATCH Web] Translator: Add the introduction to the rtc translator

2025-01-01 Thread Samuel Thibault
Hello, Zhaoming Luo, le mer. 01 janv. 2025 15:38:52 +0800, a ecrit: > * hurd/translator.mdwn: Add an entry for the rtc translator > * hurd/translator/rtc.mdwn: Add the introduction to the rtc translator > > Signed-off-by: Zhaoming Luo > --- > hurd/translator.mdwn

[PATCH Web] Translator: Add the introduction to the rtc translator

2024-12-31 Thread Zhaoming Luo
* hurd/translator.mdwn: Add an entry for the rtc translator * hurd/translator/rtc.mdwn: Add the introduction to the rtc translator Signed-off-by: Zhaoming Luo --- hurd/translator.mdwn | 1 + hurd/translator/rtc.mdwn | 17 + 2 files changed, 18 insertions(+) create mode

Re: [PATCH Web] Add an introduction about a mig-mutate.h file

2024-12-12 Thread jbranso
to:zhming...@163.com?to=%22Zhaoming%20Luo%22%20%3Czhmingluo%40163.com%3E > > > wrote: > > > >> > > > > > > > > Add a link pointing to an introduction about a mig-mutate.h file > > > > > I do think this is a good contribution to the

Re: [PATCH Web] Improve the introduction to mig-mutate.h and *mutations.h

2024-12-12 Thread Samuel Thibault
Zhaoming Luo, le jeu. 12 déc. 2024 20:33:50 +0800, a ecrit: > Remove the mail list content from the wiki page because of the style > issue. I don't think this is a problem here. The way the mail was written already looks like a documentation (that actually struck me at the time). Samuel

[PATCH Web] Improve the introduction to mig-mutate.h and *mutations.h

2024-12-12 Thread Zhaoming Luo
Remove the mail list content from the wiki page because of the style issue. Add the link to the mail list content in the 'Further Relevant Documentation' section. * microkernel/mach/mig/documentation.mdwn: Link to the new page. * .../mach/mig/documentation/mig-mutate.mdwn: Delete it. * .../documen

Re: [PATCH Web] Add an introduction about a mig-mutate.h file

2024-12-10 Thread jbranso
to:zhming...@163.com?to=%22Zhaoming%20Luo%22%20%3Czhmingluo%40163.com%3E > > > wrote: > > > >> > > > > > > > > Add a link pointing to an introduction about a mig-mutate.h file > > > > > I do think this is a good contribution to the

Re: [PATCH Web] Add an introduction about a mig-mutate.h file

2024-12-09 Thread Zhaoming Luo
On 12/8/24 9:26 PM, jbra...@dismail.de wrote: December 7, 2024 at 7:11 PM, "Zhaoming Luo" mailto:zhming...@163.com?to=%22Zhaoming%20Luo%22%20%3Czhmingluo%40163.com%3E > wrote: Add a link pointing to an introduction about a mig-mutate.h file I do think this is a good contri

Re: [PATCH Web] Add an introduction about a mig-mutate.h file

2024-12-08 Thread Zhaoming Luo
On 12/8/24 9:26 PM, jbra...@dismail.de wrote: December 7, 2024 at 7:11 PM, "Zhaoming Luo" mailto:zhming...@163.com?to=%22Zhaoming%20Luo%22%20%3Czhmingluo%40163.com%3E > wrote: Add a link pointing to an introduction about a mig-mutate.h file I do think this is a good contri

Re: [PATCH Web] Add an introduction about a mig-mutate.h file

2024-12-08 Thread jbranso
December 7, 2024 at 7:11 PM, "Zhaoming Luo" mailto:zhming...@163.com?to=%22Zhaoming%20Luo%22%20%3Czhmingluo%40163.com%3E > wrote: > > Add a link pointing to an introduction about a mig-mutate.h file I do think this is a good contribution to the wiki, but I personally

Re: [PATCH Web] Add an introduction about a mig-mutate.h file

2024-12-08 Thread Samuel Thibault
Applied, thanks! Zhaoming Luo, le dim. 08 déc. 2024 08:11:57 +0800, a ecrit: > Add a link pointing to an introduction about a mig-mutate.h file > > * microkernel/mach/mig/documentation.mdwn: new further relevant > documentation > --- > microkernel/mach/mig/documentati

[PATCH Web] Add an introduction about a mig-mutate.h file

2024-12-07 Thread Zhaoming Luo
Add a link pointing to an introduction about a mig-mutate.h file * microkernel/mach/mig/documentation.mdwn: new further relevant documentation --- microkernel/mach/mig/documentation.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/microkernel/mach/mig/documentation.mdwn b

Re: Introduction of libacpica to get pci irqs and shutdown

2022-09-03 Thread Damien Zammit
Hi On 4/9/22 1:47 pm, Damien Zammit wrote:> This patch series has been tested to boot a rumpdisk > and fetch the PCI IRQs of disk controllers from acpi.static translator > via bootstrapping acpi -> pci -> rumpdisk -> ext2fs -> exec. On native hardware, acpi translator fails with intnull(9) and h

Introduction of libacpica to get pci irqs and shutdown

2022-09-03 Thread Damien Zammit
Hi! This patch series has been tested to boot a rumpdisk and fetch the PCI IRQs of disk controllers from acpi.static translator via bootstrapping acpi -> pci -> rumpdisk -> ext2fs -> exec. It also cleanly shuts down the machine by sending an RPC to acpi to call the new shutdown method inside li

Re: Introduction

2018-05-02 Thread Luca Dariz
Il 02/05/2018 00:27, Joseph Edward Hemann ha scritto: > Hello GNU Hurd community Hello Joseph! > Looking through your contribution page I found a project that that > seemed interesting to me, writing driver for virtio for KVM > (https://www.gnu.org/software/hurd/open_issues/virtio.html), but the

Introduction

2018-05-01 Thread Joseph Edward Hemann
Hello GNU Hurd community I just joined this list today, and wanted to take the opportunity to introduce myself. I'm currently a CS undergrad who is very interested in Operating System design and development, and I'm really interested in learning and gaining experience writing code for an OS. Loo

Re: Personal Introduction

2018-04-06 Thread Charlie Sale
Follow up: If the project at hand causes too many issues, I can work on something else. I am really just looking for something that I can get started on. If there is a better alternative, then I would like to do that. Cheers Charlie On Fri, Apr 6, 2018 at 6:19 PM, Charlie Sale wrote: > > John

Re: Personal Introduction

2018-04-06 Thread Charlie Sale
John | What problem do you have with assigning your copyright to the FSF? I don't actually have an issue with this. I don't know what was said to indicate otherwise (there were indeed many off topic posts). I am, however, having some issues with running Debian GNU/Hurd on qemu. Here is what I h

Re: Personal Introduction

2018-04-05 Thread John M. Harris Jr.
I don’t really think this is relevant to the topic at hand (Charlie’s personal introduction), so perhaps a new thread would be best.. What problem do you have with assigning your copyright to the FSF? -- John M. Harris, Jr. Splentity Software On Thursday, April 5, 2018 8:17:59 PM EDT Brent W

Re: Personal Introduction

2018-04-05 Thread Brent W. Baccala
On Thu, Apr 5, 2018 at 7:27 PM, Samuel Thibault wrote: > Brent W. Baccala, le jeu. 05 avril 2018 19:06:23 -0400, a ecrit: > > Yes, Mach is > sort of an exception, because it was merely the ground for the whole > kernel. But being BSD-licenced, it was not posing problems for future > re-licensing

Re: Personal Introduction

2018-04-05 Thread Samuel Thibault
Brent W. Baccala, le jeu. 05 avril 2018 19:06:23 -0400, a ecrit: > It sure seems that copyright exceptions are made for big pieces of code (Mach, > LWIP), but not for contributions from individual developers. You're again FUD-ing here. There is a huge difference between easy-to-replace contributi

Re: Personal Introduction

2018-04-05 Thread Brent W. Baccala
On Thu, Apr 5, 2018 at 6:53 PM, Samuel Thibault wrote: > Brent W. Baccala, le jeu. 05 avril 2018 18:42:24 -0400, a ecrit: > > > that the Debian maintainers have threatened to drop us completely unless > we get > > our code upstreamed into the main glibc code base. > > Nope. That never happened, y

Re: Personal Introduction

2018-04-05 Thread Samuel Thibault
Samuel Thibault, le ven. 06 avril 2018 00:53:39 +0200, a ecrit: > What did happen is that upstream glibc said they'd really want to have > glibc master actually build on the Hurd (and even cross-build, which is > not the harder part) so that they can do build tests while revamping the > code. That

Re: Personal Introduction

2018-04-05 Thread Samuel Thibault
Brent W. Baccala, le jeu. 05 avril 2018 18:42:24 -0400, a ecrit: > Also, I should mention that a major issue on the mailing list for the last two > months has been upstreaming glibc. You are FUD-ing a lot here. > It's again related to how we interact with Debian. Nope, not at all. > There are s

Re: Personal Introduction

2018-04-05 Thread Brent W. Baccala
On Thu, Apr 5, 2018 at 11:20 AM, Charlie Sale wrote: > Hey Brent > > I would be willing to help with that project. I'll see what I can do to > contribute. > > You said that you had some code written. Where can I find it? Is it in a > branch on the main tree? > No, unfortunately. Part of the rea

Re: Personal Introduction

2018-04-05 Thread Samuel Thibault
Hello, Charlie Sale, le jeu. 05 avril 2018 15:20:10 +, a ecrit: > I tried running Debian GNU/Hurd in qemu, but I had some major troubles > with that (keyboard didn't work at all). That's very surprising since that's what people would usually use. How did you start it exactly? Which version o

Re: Personal Introduction

2018-04-05 Thread Charlie Sale
Hey Brent I would be willing to help with that project. I'll see what I can do to contribute. You said that you had some code written. Where can I find it? Is it in a branch on the main tree? Also, would you recommend developing in a GNU/Hurd environment as opposed to a GNU/Linux environment? I

Re: Personal Introduction

2018-04-04 Thread Brent W. Baccala
Charlie - Welcome to Hurd! I'm not sure what you consider a small task. Perhaps you could look at my March 9th email to this list, entitled "RFC: kernel trace facility". Briefly, I want to instrument the kernel so that we can trace the messages going to and from a particular task. Our current w

Personal Introduction

2018-04-04 Thread Charlie Sale
Hello GNU Hurd I am new to this list, so I figured I would introduce myself. After reading this project's website, I am very interested in contributing to this project. I have always been interested in learning about/doing some kernel development. This seems like an excellent place to start. Whi

Re: Introduction

2014-08-05 Thread Thomas Schwinge
Hi Pietro! On Tue, 29 Jul 2014 10:35:37 +0200, Pietro Braione wrote: > My name is Pietro Braione, and I am a researcher at the University of > Milano-Bicocca. I was first introduced to the existence of the Hurd many > years ago by Richard Stallman, when he came in Milan for a Q&A session on >

Introduction

2014-07-29 Thread Pietro Braione
Dear all, My name is Pietro Braione, and I am a researcher at the University of Milano-Bicocca. I was first introduced to the existence of the Hurd many years ago by Richard Stallman, when he came in Milan for a Q&A session on free software. Now I think it is the time to offer my contribution to

Re: a gentler introduction to slashpackage (was: glibc; introducing slashpackage-foreign)

2005-03-10 Thread Alfred M. Szmidt
Please move this to gnu-system-discuss, it is more suitable for this kind of thing. ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

a gentler introduction to slashpackage (was: glibc; introducing slashpackage-foreign)

2005-03-10 Thread Paul Jarc
Forgive the long-windedness, but there are some misunderstandings I'd like to straighten out, and I'd like to be thorough. Off-topic for bug-hurd; Mail-Followup-To set. Feel free to ignore this, but in that case please don't hold too dearly to any bad impressions you have about slashpackage, beca

PRODUCTS INTRODUCTION (for bug-hurd@gnu.org)

2004-06-02 Thread HSIAO
ODUCTS INTRODUCTION Dear sirs, We are pleased to contact you via this Internet, hoping this message could not bring you any inconvenience. PLEASE DELETE THIS MESSAGE IF YOU DO NOT REQUIRE, AND SORRY FOR THIS IN-CONVENIENCE TO YOU!! We are an exporting/importing company, based on factory prod

Introduction of Aristotle

2002-01-16 Thread [EMAIL PROTECTED]
Title: Aristotle       From Event to Process:How Blending Virtual and Physical Environments Will Redefine Where We Meet and Why. Click here to read this exciting article.    

Introduction of Aristotle

2002-01-16 Thread [EMAIL PROTECTED]
Title: Aristotle       From Event to Process:How Blending Virtual and Physical Environments Will Redefine Where We Meet and Why. Click here to read this exciting article.