All of lore.kernel.org
 help / color / mirror / Atom feed
* TCP timers and telnet
@ 2006-04-01 16:15 Marco Gerards
  2006-04-01 16:25 ` Yoshinori K. Okuji
  2006-04-02 11:31 ` Marco Gerards
  0 siblings, 2 replies; 7+ messages in thread
From: Marco Gerards @ 2006-04-01 16:15 UTC (permalink / raw)
  To: The development of GRUB

Hi,

Lately I have been reading a bit about Open Firmware and that it has
TCP support and support to telnet into an Open firmware box:
http://developer.apple.com/technotes/tn/tn2004.html

So I was thinking, why not add such functionality to GRUB 2?  It's
easy to implement with the networking code I currently have.  The only
thing about it that sucks is that we have to implement multitheading,
kinda...

My idea is that we use the timer interrupt to regularly schedule time
for the TCP timers and the incoming telnet connections.  It will not
be very hard to implement, but we have to think about how to do proper
locking.  We will at least need locking in disk access and for the
loaders.  So only in a small part of GRUB.

What do you guys think?  I think it is not as hard as it sounds now...

Thanks,
Marco





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

end of thread, other threads:[~2006-04-02 11:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-01 16:15 TCP timers and telnet Marco Gerards
2006-04-01 16:25 ` Yoshinori K. Okuji
2006-04-01 16:30   ` Marco Gerards
2006-04-01 18:31     ` Hollis Blanchard
2006-04-02 10:10       ` Tomáš Ebenlendr
2006-04-02 11:31 ` Marco Gerards
2006-04-02 11:38   ` Thomas Schwinge

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.