9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] DigiLand DL701Q quad core tablet
@ 2014-11-15 16:15 cigar562hfsp952fans
  2014-11-17 14:03 ` erik quanstrom
  0 siblings, 1 reply; 9+ messages in thread
From: cigar562hfsp952fans @ 2014-11-15 16:15 UTC (permalink / raw)
  To: 9fans

Does anybody know if Plan 9 can run on a DigiLand DL701Q quad core
tablet?  Details here:

  http://www.digi-land.net/Photo_Show.asp?InfoId=487&ClassId=56&Topid=53

In short, it's an Arm Cortex A7 with 512MB DDR3, 8GB NAND flash, 7"
touchscreen, uSD, uUSB AB (OTG), Bluetooth, GPS, and 802.11b/g/n.



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

* Re: [9fans] DigiLand DL701Q quad core tablet
  2014-11-15 16:15 [9fans] DigiLand DL701Q quad core tablet cigar562hfsp952fans
@ 2014-11-17 14:03 ` erik quanstrom
  2014-11-19 15:41   ` cigar562hfsp952fans
  0 siblings, 1 reply; 9+ messages in thread
From: erik quanstrom @ 2014-11-17 14:03 UTC (permalink / raw)
  To: 9fans

On Sat Nov 15 11:48:01 EST 2014, cigar562hfsp952fans@icebubble.org wrote:
> Does anybody know if Plan 9 can run on a DigiLand DL701Q quad core
> tablet?  Details here:
>
>   http://www.digi-land.net/Photo_Show.asp?InfoId=487&ClassId=56&Topid=53
>
> In short, it's an Arm Cortex A7 with 512MB DDR3, 8GB NAND flash, 7"
> touchscreen, uSD, uUSB AB (OTG), Bluetooth, GPS, and 802.11b/g/n.

this will require a new kernel, and dealing with some new devices.  sounds interesting, though.

- erik



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

* Re: [9fans] DigiLand DL701Q quad core tablet
  2014-11-17 14:03 ` erik quanstrom
@ 2014-11-19 15:41   ` cigar562hfsp952fans
  2014-12-18 20:06     ` cigar562hfsp952fans
  0 siblings, 1 reply; 9+ messages in thread
From: cigar562hfsp952fans @ 2014-11-19 15:41 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

erik quanstrom <quanstro@quanstro.net> writes:

>> In short, it's an Arm Cortex A7 with 512MB DDR3, 8GB NAND flash, 7"
>> touchscreen, uSD, uUSB AB (OTG), Bluetooth, GPS, and 802.11b/g/n.
>
> this will require a new kernel, and dealing with some new devices.  sounds interesting, though.

Yes, I figured it might require some new device drivers, but why would
it require a new kernel?  I thought there was already a Plan 9 kernel
for Arm Cortex-series processors.  That's one of the reasons why I
developed such a crush on OMAP.  ;)



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

* Re: [9fans] DigiLand DL701Q quad core tablet
  2014-11-19 15:41   ` cigar562hfsp952fans
@ 2014-12-18 20:06     ` cigar562hfsp952fans
  2014-12-18 23:48       ` Charles Forsyth
  2014-12-19  3:15       ` da Tyga
  0 siblings, 2 replies; 9+ messages in thread
From: cigar562hfsp952fans @ 2014-12-18 20:06 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

cigar562hfsp952fans@icebubble.org writes:

> Yes, I figured it might require some new device drivers, but why would
> it require a new kernel?  I thought there was already a Plan 9 kernel
> for Arm Cortex-series processors.  That's one of the reasons why I
> developed such a crush on OMAP.  ;)

BTW, that was not intended as a rhetorical question; I really am curious
why the device would require a whole new kernel...



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

* Re: [9fans] DigiLand DL701Q quad core tablet
  2014-12-18 20:06     ` cigar562hfsp952fans
@ 2014-12-18 23:48       ` Charles Forsyth
  2014-12-19  3:15       ` da Tyga
  1 sibling, 0 replies; 9+ messages in thread
From: Charles Forsyth @ 2014-12-18 23:48 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

On Thu, Dec 18, 2014 at 8:06 PM, <cigar562hfsp952fans@icebubble.org> wrote:
>
> would require a whole new kernel...


when we say "new kernel" we mean "new configuration and drivers, and
possibly platform-specific bits"
not a complete rewrite.

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

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

* Re: [9fans] DigiLand DL701Q quad core tablet
  2014-12-18 20:06     ` cigar562hfsp952fans
  2014-12-18 23:48       ` Charles Forsyth
@ 2014-12-19  3:15       ` da Tyga
  2014-12-19  7:43         ` Quintile
  1 sibling, 1 reply; 9+ messages in thread
From: da Tyga @ 2014-12-19  3:15 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

Plan9 kernel is monolithic with the drivers required for a specific
platform compiled in.

So you might need to write specific drivers for new hardware if they are
not already available.

The paper:  http://plan9.bell-labs.com/wiki/plan9/compiling_kernels/ explains
the steps required to generate a new kernel.  BTW, even for the same
hardware, the kernels are different for terminals, cpu servers, etc.


On 19 December 2014 at 07:06, <cigar562hfsp952fans@icebubble.org> wrote:
>
> cigar562hfsp952fans@icebubble.org writes:
>
> > Yes, I figured it might require some new device drivers, but why would
> > it require a new kernel?  I thought there was already a Plan 9 kernel
> > for Arm Cortex-series processors.  That's one of the reasons why I
> > developed such a crush on OMAP.  ;)
>
> BTW, that was not intended as a rhetorical question; I really am curious
> why the device would require a whole new kernel...
>
>

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

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

* Re: [9fans] DigiLand DL701Q quad core tablet
  2014-12-19  3:15       ` da Tyga
@ 2014-12-19  7:43         ` Quintile
  2014-12-19  9:33           ` Richard Miller
  0 siblings, 1 reply; 9+ messages in thread
From: Quintile @ 2014-12-19  7:43 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

well,
kernel binaries are different for terminals and cpu servers, but these are built from the same source code.

in reality the kernel is the same modulo some drivers and one variable ( e.g. no vga in cpu servers).

-Steve






> On 19 Dec 2014, at 03:15, da Tyga <cyberfonic@gmail.com> wrote:
> 
> Plan9 kernel is monolithic with the drivers required for a specific platform compiled in.  
> 
> So you might need to write specific drivers for new hardware if they are not already available.
> 
> The paper:  http://plan9.bell-labs.com/wiki/plan9/compiling_kernels/ explains the steps required to generate a new kernel.  BTW, even for the same hardware, the kernels are different for terminals, cpu servers, etc.
> 
> 
>> On 19 December 2014 at 07:06, <cigar562hfsp952fans@icebubble.org> wrote:
>> cigar562hfsp952fans@icebubble.org writes:
>> 
>> > Yes, I figured it might require some new device drivers, but why would
>> > it require a new kernel?  I thought there was already a Plan 9 kernel
>> > for Arm Cortex-series processors.  That's one of the reasons why I
>> > developed such a crush on OMAP.  ;)
>> 
>> BTW, that was not intended as a rhetorical question; I really am curious
>> why the device would require a whole new kernel...

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

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

* Re: [9fans] DigiLand DL701Q quad core tablet
  2014-12-19  7:43         ` Quintile
@ 2014-12-19  9:33           ` Richard Miller
  2014-12-19 15:14             ` Iruatã Souza
  0 siblings, 1 reply; 9+ messages in thread
From: Richard Miller @ 2014-12-19  9:33 UTC (permalink / raw)
  To: 9fans

> in reality the kernel is the same modulo some drivers and one variable ( e.g. no vga in cpu servers).

It's actually quite easy to make a single binary which can be configured
at boot time to be either cpu or terminal, depending on a plan9.ini variable.
IIRC it's a few lines of code in each of boot.c and main.c.

However I can imagine a scenario in which this would be a security hole.




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

* Re: [9fans] DigiLand DL701Q quad core tablet
  2014-12-19  9:33           ` Richard Miller
@ 2014-12-19 15:14             ` Iruatã Souza
  0 siblings, 0 replies; 9+ messages in thread
From: Iruatã Souza @ 2014-12-19 15:14 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

Em 19/12/2014 06:35, "Richard Miller" <9fans@hamnavoe.com> escreveu:
>
> > in reality the kernel is the same modulo some drivers and one variable
( e.g. no vga in cpu servers).
>
> It's actually quite easy to make a single binary which can be configured
> at boot time to be either cpu or terminal, depending on a plan9.ini
variable.

9front does that.

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

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

end of thread, other threads:[~2014-12-19 15:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-15 16:15 [9fans] DigiLand DL701Q quad core tablet cigar562hfsp952fans
2014-11-17 14:03 ` erik quanstrom
2014-11-19 15:41   ` cigar562hfsp952fans
2014-12-18 20:06     ` cigar562hfsp952fans
2014-12-18 23:48       ` Charles Forsyth
2014-12-19  3:15       ` da Tyga
2014-12-19  7:43         ` Quintile
2014-12-19  9:33           ` Richard Miller
2014-12-19 15:14             ` Iruatã Souza

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).