Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

There are 18 messages in this thread.

You are currently looking at messages 0 to 10.

WinXP - Legrandin - 10:34 03-08-08

Hi,

Have you had any experience with WinXP Embedded?

I am considering it for a new kiosk-like project,
for a FLASH based device, but I am mostly concerned
about the security aspect.

Tipically, WinXP requires regular updates in order
to be kept one step ahead the current exploits.
Is it safe to keep it unpatched instead?

Regards,

Legrandin



Re: WinXP - AZ Nomad - 13:12 03-08-08

On Sun, 03 Aug 2008 09:34:02 -0500, Legrandin <d...@farifluset.mailexpire.com> wrote:
>Hi,

>Have you had any experience with WinXP Embedded?

>I am considering it for a new kiosk-like project,
>for a FLASH based device, but I am mostly concerned
>about the security aspect.

>Tipically, WinXP requires regular updates in order
>to be kept one step ahead the current exploits.
>Is it safe to keep it unpatched instead?

Only if there is no removable media and no network connection.

What applications do you need to run?

If you just need it to run a web browser, you'd be better off with a
linux kernel, featherweight window manager, and minimal web client.

Re: WinXP - Paul Gotch - 15:23 03-08-08

AZ Nomad <a...@premoveobthisox.com> wrote:
> If you just need it to run a web browser, you'd be better off with a
> linux kernel, featherweight window manager, and minimal web client.

If you want to buy a complete system Montavista specialise in embedded
Linux, http://www.mvista.com/.

I've seen far too many airport and railway displays with blue screens of
death on them and far too many ATMs and ticket kiosks with modal error
dialog boxes on them to ever think Windows is a good idea in an embedded
situation.

Not to mention the Windows based self service checkouts at my local 24 hour
Tesco which reboot themselves at 1am every day.

-p
-- 
"Unix is user friendly, it's just picky about who its friends are."
 - Anonymous
--------------------------------------------------------------------

Re: WinXP - Dombo - 15:39 03-08-08

Paul Gotch schreef:
> AZ Nomad <a...@premoveobthisox.com> wrote:
>> If you just need it to run a web browser, you'd be better off with a
>> linux kernel, featherweight window manager, and minimal web client.
> 
> If you want to buy a complete system Montavista specialise in embedded
> Linux, http://www.mvista.com/.

If you are using standard off the shelf PC hardware (probably the 
cheapest choice in this case), you are better of with a more mainstream 
distribution. Our experience is that Montavista is rather slow with 
supporting new PC hardware. The PC platform and the typical applications 
on run on the PC platform does not appear to be the main focus of 
Montavista.

> I've seen far too many airport and railway displays with blue screens of
> death on them and far too many ATMs and ticket kiosks with modal error
> dialog boxes on them to ever think Windows is a good idea in an embedded
> situation.

Yeah, also Linux is not that a great choice in the reliability 
department, have seen more kernel panics than I care to remember. On the 
upside not many exploits will work on a Linux based solution.

Re: WinXP - Dombo - 15:56 03-08-08

Legrandin schreef:
> Hi,
> 
> Have you had any experience with WinXP Embedded?
> 
> I am considering it for a new kiosk-like project,
> for a FLASH based device, but I am mostly concerned
> about the security aspect.
> 
> Tipically, WinXP requires regular updates in order
> to be kept one step ahead the current exploits.
> Is it safe to keep it unpatched instead?

It depends on the nature of your device, but you will never be 
absolutely safe, certainly not with Windows XP, even if you do update 
regularly. But you could improve safety a lot when let your application 
run under a user account with minimum privileges, optionally in a 
sandbox (e.g. http://www.sandboxie.com). You could also use a less 
popular OS to reduce the chance you device gets affected by some kind of 
exploit.

Re: WinXP - AZ Nomad - 16:20 03-08-08

On Sun, 03 Aug 2008 21:39:06 +0200, Dombo <d...@disposable.invalid> wrote:
>Paul Gotch schreef:
>> AZ Nomad <a...@premoveobthisox.com> wrote:
>>> If you just need it to run a web browser, you'd be better off with a
>>> linux kernel, featherweight window manager, and minimal web client.
>> 
>> If you want to buy a complete system Montavista specialise in embedded
>> Linux, http://www.mvista.com/.

>If you are using standard off the shelf PC hardware (probably the 
>cheapest choice in this case), you are better of with a more mainstream 
>distribution. Our experience is that Montavista is rather slow with 
>supporting new PC hardware. The PC platform and the typical applications 
>on run on the PC platform does not appear to be the main focus of 
>Montavista.

>> I've seen far too many airport and railway displays with blue screens of
>> death on them and far too many ATMs and ticket kiosks with modal error
>> dialog boxes on them to ever think Windows is a good idea in an embedded
>> situation.

>Yeah, also Linux is not that a great choice in the reliability 
>department, have seen more kernel panics than I care to remember. On the 
>upside not many exploits will work on a Linux based solution.

Name some.  I've found that the only time I get a kernel panic is when
I try to overclock my hardware.  I've been using linux for 9 years
haven't had a kernel panic outside a hardware issue yet.  Last bunch
of kernel panics I had was in '03 with a motherboard that had the
dreaded defective caps.  No OS could survive such hardware.  

Re: WinXP - Paul Keinanen - 00:14 04-08-08

On Sun, 03 Aug 2008 12:12:30 -0500, AZ Nomad
<a...@PremoveOBthisOX.COM> wrote:

>On Sun, 03 Aug 2008 09:34:02 -0500, Legrandin <d...@farifluset.mailexpire.com> wrote:
>>Hi,
>
>>Have you had any experience with WinXP Embedded?
>
>>I am considering it for a new kiosk-like project,
>>for a FLASH based device, but I am mostly concerned
>>about the security aspect.
>
>>Tipically, WinXP requires regular updates in order
>>to be kept one step ahead the current exploits.
>>Is it safe to keep it unpatched instead?
>
>Only if there is no removable media and no network connection.

And if you after all use some kind of network connections, use only
client (active) mode and use a hardware firewall with only those ports
open that are used by the application connect requests. Use numeric IP
addresses in the connect requests.

Paul
 

Re: WinXP - Peter Dickerson - 03:29 04-08-08

"Paul Gotch" <p...@at-cantab-dot.net> wrote in message 
news:VWi*N...@news.chiark.greenend.org.uk...
> AZ Nomad <a...@premoveobthisox.com> wrote:
>> If you just need it to run a web browser, you'd be better off with a
>> linux kernel, featherweight window manager, and minimal web client.
>
> If you want to buy a complete system Montavista specialise in embedded
> Linux, http://www.mvista.com/.
>
> I've seen far too many airport and railway displays with blue screens of
> death on them and far too many ATMs and ticket kiosks with modal error
> dialog boxes on them to ever think Windows is a good idea in an embedded
> situation.
>
> Not to mention the Windows based self service checkouts at my local 24 
> hour
> Tesco which reboot themselves at 1am every day.

Well, there's a design flaw already. Surely they need to reboot a random 
times of the day to even out the network load.

Peter 



Re: WinXP - The Real Andy - 05:27 04-08-08

On Sun, 03 Aug 2008 09:34:02 -0500, Legrandin
<d...@farifluset.mailexpire.com> wrote:

>Hi,
>
>Have you had any experience with WinXP Embedded?
>
>I am considering it for a new kiosk-like project,
>for a FLASH based device, but I am mostly concerned
>about the security aspect.
>
>Tipically, WinXP requires regular updates in order
>to be kept one step ahead the current exploits.
>Is it safe to keep it unpatched instead?
>
>Regards,
>
>Legrandin

Interesting answers so far. I have used both XP Embedded and Linux in
simiar situations. Regardless of what anyone here claims to be better,
both need to be patched for vunerablilities if they are to be network
attached. Leaving an unpatched OS is plain stupid and a security risk.

In saying that, a lot of functionality can be switched off in EMbedded
XP meaning there is a lot less requirement for patching. Same goes for
linux.

The security aspect is relevant to both linux and windows.

Re: WinXP - MikeWhy - 09:34 04-08-08

"Paul Gotch" <p...@at-cantab-dot.net> wrote in message 
news:VWi*N...@news.chiark.greenend.org.uk...
> I've seen far too many airport and railway displays with blue screens of
> death on them and far too many ATMs and ticket kiosks with modal error
> dialog boxes on them to ever think Windows is a good idea in an embedded
> situation.
>
> Not to mention the Windows based self service checkouts at my local 24 
> hour
> Tesco which reboot themselves at 1am every day.

What a generally ignorant thing to say. These are examples of bad drivers in 
the first instance, bad application code in the second instance, and 
preemptive coverup of likely leaky RAD systems in the third instance. None 
of these are problems of the OS. Are you claiming that Linux is somehow 
immune to development errors?



| 1 | 2 | next