Slashdot Mirror


Linux boots on MIPS palm-sized computers

SheldonYoung writes "Brad LaRonde and friends have Linux up and running on NEC MIPS Vr41xx palm-sized machines, such as the Casio E-100 and Vandem Clio. Those interested can grab the source and documentation from his Linux-MIPS Pages. "

69 comments

  1. Instant ON by doog · · Score: 1

    My coworker has a WinCE device (NEC I think) and I must say, the one feature I love about it is INSTANT ON and OFF. Turn it on and boom, right where you left off, no waiting for bootup. That rocks!! Waiting for bootup sucks, especially on portable devices that you may take to class, meetings etc... I would like to see someone develop a plugin cartridge (nintendo style) that contains the OS, slap it in the side of your computer and boom instant Linux, NT, Solaris whatever... virus's couldn't fuck with you. Use a hard disk for user files... want to compile a new kernel? Flash the old rom.

    1. Re:Instant ON by mmontour · · Score: 1

      "Instant ON" usually means that the device was never really off, just in a suspended state. My Palm IIIx takes about 6 seconds to reboot after a reset. As for an OS cartridge, you can get a flash memory card with an IDE interface, and put your root file system on it. However, you will still have to wait for the kernel to autoprobe various bits of hardware, so you won't get an instant on. The real solution for desktop computers is (1) get the OS stable and modular enough that you rarely need to reboot, and (2) reduce the power drawn by a suspended PC to a point where you won't notice that it's on (i.e. no fans, and hard disks all spun down).

  2. Casio e-100 by RudeDude · · Score: 1

    A co-worker of mine has the Casio e-100 and although I loathe WinCE (my gosh! wince!) it does some cool things like the ability to play MP3's and movies. He even created a web site with e-100 optimized versions of movie trailers. (PalmSizeMedia.com.) He also did a bunch of MP3 player skins.

    Once they get Linux driving that display I think I'll need to look at buying one. Linux in my hand would rool, although my Palm V pretty much kicks arse as it is!!
    ---
    Don Rude - AKA - RudeDude

    --
    RudeDude
    Perl/Linux/PHP hacker
  3. Re:These guys need help by catenate · · Score: 1

    Outdated? The *BSD's? Not a bad piece of flamebait you've got here, either. Clearly you get all your info about technology from sites like /. instead of actually trying the different technologies yourself. A couple years ago I'm sure you said that "NT rules and UNIX drools", didn't you? All that press coverage and hype over NT swayed you to the dark side, didn't it? Now you've jumped on the Linux bandwagon and you're still cool (in your own mind). Whatever my opinions of which OS is the "best" (although none are best in ALL situations ;) I have to say that anyone with any real experience with the multiple OS's would find that the BSD's are here to stay. It is not necessary for a OS to get lots of press for it to be any good, or for that matter, for it to be the BEST. Period.

  4. Re:a more interesting target for any free OS by andrewgaul · · Score: 1

    Newton hardware, as great as it was for its time, is poorly documented in Apple tradition. The hardware is also relatively expensive (~$500 used) . Besides, porting Linux to Windows CE allows one to 'liberate' another platform from Microsoft. ;-)

  5. Re:Beowulf Obsessions on Slashdot by kijiki · · Score: 1

    Do you know what a beowulf cluster is? I'll give you a hint, its not for webserving. PVM and MPI would be useless for 99.99% of web applications out there. In other words, it might be interesting to make a web serving cluster out of those 486s, but it would NOT be a beowulf. Go read the beowulf FAQ, it covers what exactly a beowulf is and isn't.

  6. Re:a more interesting target for any free OS by Gleef · · Score: 2

    andrewgaul wrote:

    Newton hardware, as great as it was for its time, is poorly documented in Apple tradition.

    Poor documentation may be a Macintosh tradition, its not an Apple tradition. I remember when the Apple ][ came with not only more documentation than any PC's today come with, but included in the documentation were tidbits like the complete and commented assembly code of what's in each of the ROMs. I miss the Woz.

    Even with the Macintosh, you can get more complete and accurate documentation than some systems I can think of (you just gotta pay for it).

    ----

    --

    ----
    Open mind, insert foot.
  7. Strongarm is an Intel CPU... by Jim+McCoy · · Score: 1

    Please remember that Intel got the Strongarm during the Digital carve-up, so your statement that these things have far lower power consumption than any intel CPU is laughably wrong.

    1. Re:Strongarm is an Intel CPU... by Anonymous Coward · · Score: 0

      That's exactly like saying that the Alpha is a Compaq processor. While it's owned by them, it was not designed by them... the current owner is largely irrelevant...

  8. Re:Hasn't this been going on for a while? by Mike+Buddha · · Score: 1

    I understand the Palm V has a months utility in one charging (~50 hours, est.). My Palm 3 goes a bit longer than that on two discount (Panasonic) AAA batteries.

    CE machines just can't compete. I have a MP130 which I loved, but that one took 4 AA's every week and a half, and that bit the big one. Great backlight though... until it stopped working.

    --
    by Mike Buddha -- Someday the mountain might get him, but the law never will.
  9. The impact of LinuxCE on Industry by mbpark · · Score: 2

    I've been working with these devices for 2 years now, both on a consulting and personal level. I own a Compaq C-140 and a Philips Nino 210.

    There is an IBM Microdrive out which has 340MB space and a Flash ATA interface. If there is a way to compile PCMCIA and Flash ATA support into the kernel for this HPC Linux, and use this as a file system, this will be good.

    IBM will be releasing these Microdrives in increasing capacity over the next few years.

    This means that an HPC device will be able to run Linux well with good storage capacities, and possibly the ability to run extended desktops and the open source databases like mySQL without the nasty overhead of WinCE. Plus, it means I can carry a lot more with me in a smaller package.

    It also means that some of the vertical markets such as Data Collection that use HPC's can now use Linux instead of the three Windows variants (9x, CE, NT/NTE), and do well. It will be possible to create more reliable data collection devices that use already existing hardware, without worrying about the development issues currently in place, such as keeping three variant codebases. It also makes development and implementation much simpler, since you don't need the nasty amount of kit you need for CE to develop.

    Combined with a good PIM and a web browser, these devices will more than likely work better than straight CE. That, and the apps would be a LOT smaller.

    However, one issue that needs to be addressed is modems. Most of these devices, in particular the Mobilon/Clio, Compaq C-Series, Mobilon 4600 and 5000, Nino, and Casio, implement software modems. That issue needs to be cleared up, since most HPC's come with one PCMCIA/Flash slot.

    I am looking forward to putting Linux on the C-140 (SH-3) and prolonging its useful life. CE just runs too slow on it. A decent shell and the ability to run apps is all I really need.

  10. Re:These guys need help by Anonymous Coward · · Score: 0

    I don't think Slashdot is pro or con anything. The fact that BSD is in decline and that it is not cool is well known to most Slashdot readers. Slashdot is about cool stuff for nerds. It is not a hangout for fans of old technology like BSD. Slashdot is about the future, not the past. You are letting your own prejudice for your pet OS cloud your interpretation of the refined tastes of the Slashdot community. Your comments are more a reflection of your own shortcomings than anything else. Try to see the world from the viewpoint of others. Open up and learn something. Let yourself grow. You may discover something really cool in the process.

  11. Re:Linux is second to this party... by Anonymous Coward · · Score: 0

    Unfortunately BSD doesn't do me any good; since BSD is dying there isn't much of a future in using it. On the other side of the coin there is Linux. Linux's growth rate is phenomenal which makes it a much more attractive choice. When faced with the choice between an "also ran" and a winner, I'll chose the winner every time: Linux.

  12. These guys need help by howardjp · · Score: 1

    And people thought those who ported OpenBSD to the Dreamcast has too much time on their hands.

    Along that vein, why isn't this "wacky"? Have Slashdot's editors decided to exercise editorial control over the thoughts of their readers?

    1. Re:These guys need help by Anonymous Coward · · Score: 0

      First of all, I don't use BSD; I use linux. However I will admit that I am pro sega. Everyone has their own prejudices twards technology -- even slashdot. If you don't know that then you are the one that has his judgement clouded. BTW where is the moderator? There are lot's of people who use that "outdated" OS (like the people over at yahoo.) Your post was clearly flamebait.

    2. Re:These guys need help by Anonymous Coward · · Score: 0

      Slashdot is clearly pro linux. For some reason slashdot is also pro playstation. Lots of cool things are coming out for the DC (like the vms memory pack will play mp3) yet slashdot ignored it in favor of every little story saying how great the psx2 will be (even though nothing new has come out about the psx2 in quite a wile.) So when linux comes for the psx2 slashdot will love it but when BSD comes for the DC slashdot says that the people have to much time on ther hands. BTW the DC will have a zip drive, keyboard, cable modem as well as some of the best games around

  13. Linux on this, linux on that... by Anonymous Coward · · Score: 0

    I should port linux to the OnStar gps in my neighbours lincoln :P

  14. how long before linux gets ported the compaq aero by Xnij · · Score: 1

    I want to be able to boot Linux on my aero. I wonder how much work will have to be done to get linux to boot on it?

    Thats really cool though, glad to see it being done.

    OBLIGATORY BEOWULF COMMENT: Lets build a beowulf of these little hand held devices and take over the world!!!

  15. Linux on Palm by STEPta25 · · Score: 1

    Hmmm, didn't see any screenshots... I wonder if it could do anything useful. not to mention the site feels like it's running off of a 56k modem.

    ----------
    Have FreeBSD questions?

    --

    ----------
    Have FreeBSD questions?
    http://balambiris.ne.mediaone.net
  16. Java by smartin · · Score: 1

    Now if we could get the Java Micro edition to run under Linux on these things, we would have platform options at the palm top level!

    --
    The difference between Canada and the USA is that in Canada healthcare is a right and gun ownership is a privilege.
  17. Re:This actually makes some sense... by Frater+Reklaw · · Score: 1

    Look at the pics of the products. I don't see any keyboards.

    --
    The search effects the results.
  18. Re:This actually makes some sense... by austad · · Score: 1

    Actually, there was something on Slashdot awhile back about handwriting recog that involved a square with 9 sections arount the outside, and 1 section in the middle. Each of the 9 section had 5 or so letters and numbers in it. Basically, you moved the pen from the center, to one of the sections, and then to another to type each letter. The page it was on had an applet that let you test it out with your mouse. It worked quite well with my trackball, it would surely be much better and faster with a stylus.

    --
    Need Free Juniper/NetScreen Support? JuniperForum
  19. This actually makes some sense... by acb · · Score: 2

    Given that the machines in question have keyboards, reasonable CPUs and decent amounts of storage, they may actually make quite respectable portable UNIX boxes once the port is usable. It'd save one from having to lug around a laptop to have something that speaks UNIX and holds one's files.

    At least this makes more sense than the PalmPilot port; unless someone makes a handwriting recognition engine for Linux (and a shell that's not hideously painful to use in this manner), a Linux-based PalmPilot is useless unless you carry around a terminal to plug into it.

    1. Re:This actually makes some sense... by gsaraber · · Score: 1

      actually .. handwriting recognicion is not that hard, remember the story on slashdot about "quickwriting" ? some time ago .. or it could be done like (i know only the Nino, so forgive my onesidedness) on the Nino where you get a graphic keyboard representation and you "type" by tapping on individual letters ..
      it works for me

    2. Re:This actually makes some sense... by alhaz · · Score: 3

      If you poke around the Vadem site, or actually read the body text instead of just looking at the eyecandy on the front page, you'll notice that the Clio runs in both 'tablet' and 'notebook' modes - the screen can be flipped up to reveal a keyboard.

      On the other hand, the Clio is larger than many intel sub-notebooks (And i don't mean Librettos - I mean there are Sony Vaio's and Mitsubishi Amity's that are smaller), so it hardly fulfills the "with a keyboard" need uniquely.

      But the important thing is that the VR4111 code is stable, which will mean that we can start working on other Mips based wince systems soon.

      What i would really love is to get one of the smaller-than-a-vhs-tape keyboarded wince devices for a few years for a couple hundred bucks and run linux on that.

      Although, so far the Palm IIIx is as much computer as I've ever wanted in the pocket of my jeans, and may continue to be.

      --
      This is just like television, only you can see much further.
  20. Hasn't this been going on for a while? by EXpunk · · Score: 1

    I thought I had read something about this but for the MP2K and the Pilot?

    I could be wrong. Mountain Dew has been known to cause hallucinations if you drink it by the gallon =)

    --
    Killing spammers is too good for them.
    1. Re:Hasn't this been going on for a while? by Anonymous Coward · · Score: 0
      Yes. The folks at http://www.trgnet.com/Palm/News/linux.htm has a Palm port. So which one is better?

      My opinion is, it is hardware-dependent. IF Linux running on WinCE devices makes them run longer without chargin (Battery life RULES PDAs), anywhere close to Palm, I think I'll get one of those in the near future.

      Otherwise, buh-bye Palm-size PC, hello 3Com.

      FYI, the average battery life of a 3Com device is 1.5 month, while the LONGEST battery life I know of any WinCE device is about 9 hours.

    2. Re:Hasn't this been going on for a while? by imp · · Score: 1

      the average battery life of a 3Com device is 1.5 month, while the LONGEST battery life I know of any WinCE device is about 9 hours.
      The Uniden machine claims about a 30 hour life, which would give it about 21 days of use before needing a recharge. My Everex has about a 15 hour life with the new ultra alcs...

  21. Call me when they get the X server running by Paul+Carver · · Score: 2

    The Vadem Clio is a really terrific looking piece of hardware. I have no need for a Windows CE machine, but if they can get X running on it and a wireless LAN card I'll definitely buy one.

    By itself the Clio's CPU is nothing to write home about, but with the full power and connectivity of a desktop machine presented over a lightly loaded wireless LAN to something with the Clio's form factor it will definitely be a great machine.

    1. Re:Call me when they get the X server running by alhaz · · Score: 2

      Nothing to write home about? the ratio of mips to milliwats is pretty damn impressive if you ask me, far lower power consumption than any intel cpu.

      --
      This is just like television, only you can see much further.
    2. Re:Call me when they get the X server running by alhaz · · Score: 2

      Nothing to write home about? the ratio of mips to milliwatts is pretty damn impressive if you ask me, far lower power consumption than any intel cpu.

      --
      This is just like television, only you can see much further.
  22. The Importance of This by drig · · Score: 3

    Palmtops are the wave of the future. All the analysts say this. Personally, I believe they will be important, but I tend to scoff at phrases like "the wave of the future". Regardless, palmtops provide the bulk of computing needs in a simple, portable form.

    Right now, you have two choices in palmtops. The Palm Pilot and WinCE. I like the Palm Pilot, but it's too restricted. WinCE machines offer a little more, but who wants to run WinCE?

    Linux on a palmtop offers, IMNSHO, the best option. You get the extra power for a WinCE machine (including keyboards), but you get a decent OS.

    Why hasn't this been done before? Because it's HARD! WincE machines don't have a lot of the goodies desktops have. Stuff like MMUs, open specifications, large hard drives, etc. Brad LaRonde, et al, should be given a number of coolness points here.

    They did something technically difficult
    They did something sexy
    They did something new
    They did it without a bunch of corporate sponsorship or hope of money and fame
    They did it OpenSource
    And just because They did it.

    --
    Citizens Against Plate Tectonics
    1. Re:The Importance of This by wyndfox · · Score: 1

      ahem... do you know what a psion is?
      it is a nice pda ( i have SERIOUSLY considered buying one - its that or a 486/early pentium linux notebook ), keyboard, touchscreen and everything. m$ considers psion, NOT palm, the biggest threat to wince.

      --
      "some people have too much freedom" - george dubya bush, facist, err republican presidential hopeful and domain name squ
  23. Linux on Palm by STEPta25 · · Score: 1

    Hmmm, didn't see any screenshots... I wonder if it could do anything useful.

    ----------
    Have FreeBSD questions?

    --

    ----------
    Have FreeBSD questions?
    http://balambiris.ne.mediaone.net
  24. website = s l o w by eyeball · · Score: 0

    goddamn, what are they running their website on a palm device or something?

    --

    _______
    2B1ASK1
  25. Not really that new.... by bbk · · Score: 1

    Linux has been running (more or less) on PSION for a while now... You can check it out here:

    http://www.calcaria.net/

    I would rather see linux on a WinCE machine though, as they usually have better expansion, faster proceesors, etc... But the PSION has a really nice keyboard, and the 5mx PRO boots from compactflash, so it would be possible to have a palmtop that is completely linux, with no other OS installed. And it works right now (which can't be said for the WinCE machines).

  26. This may be good competition for the Palm Pilot... by Mikesch · · Score: 2

    WinCE devices are not selling very well right now, dispite having hardware that is arguably better than that of a Palm Pilot. Manufacturers are having to drop the prices on these just to move them out the door.

    If Linux and BSD can get running well on these, and someone can develop a good, simple GUI (X doesn't count for this, I don't want to see Enlightenment an a screen that size) we may see this hardware come out faster with lower prices than before (no WinCE licensing fees to increase the price)

    These could be killer machines, running a Linux kernel and a GUI that is as simple as the Palm Pilot. Enough hobbyists will pick these up that there will be no shortage of free applications. Hell, even the compiler is free, so people wont need to shell out fot CodeWarrior as for the Palm Pilot.

    All in all, this could be very good news, and I am not usually one to evangelize Linux.

    Andrew

  27. SH3 by Anonymous Coward · · Score: 0

    Anybody heard anything about an SH3 port?

    1. Re:SH3 by Inoshiro · · Score: 1

      That would be the whole Dreamcast babble from yesterday. You really need to read more often :-) Except someone ported on of the BSDs (OpenBSD I'd assume, based on their page's logos)..

      FreeBSD seems to be the "ultra-scale" x86 specific BSD, so expect it to not be ported soon.
      NetBSD is the ultra-portable one.
      And OpenBSD is the ultra-secure, semi-portable (forked from NetBSD) one.

      I'd still rather use Linux, at least until Hurd becomes cool :-)

      --
      --
      Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
    2. Re:SH3 by Szoup · · Score: 1

      I'll assume you mean porting to SH3-based WinCE devices. Don't know how far along they are, but you can keep any eye out from here:

      http://linuxsh3.cjb.net

    3. Re:SH3 by Anonymous Coward · · Score: 0

      Go to The LinuxCE Project website and click on developers and browse the mailing list archives and you should find that the SH3 port is somewhere near the point that the mips port is. This is where Mr. LaRonde and company have been actively discussing development of the mips port also.

  28. Re:This may be good competition for the Palm Pilot by Zurk · · Score: 1

    are you on crack ? GCC for the palmpilot is *the* way to do palmpilot development..gcc is free, the palmos emulator is free, the roms were free.

  29. It is not wacky because its Linux by Anonymous Coward · · Score: 0

    This is /., home of the Linux bigot.

    Therefore, if it is Linux, its not 'wacky'.

    Notice how NetBSD, provider of boot code to other handheld projects is NOT mentioned. But, when NetBSD is mentioned, I'm sure the dedicated /. readers will berate it.

    Carry on, Linux bigots!

  30. Re:Beowulf Obsessions on Slashdot by suitcase · · Score: 1

    "Because we can."

    That phrase embodies why Linux ever came into existance.

  31. TI-89/92 by Microlith · · Score: 1

    Anyone got ideas on making a version of 68K Linux that could be loaded on a TI-89/92+ calc in the form of a FlashROM? We have the writer... and the 68K compatible kernel... now all we need is for linux to operate in 64k of ram (i think).

  32. good work bradley, just a quick question! by Anonymous Coward · · Score: 0

    have you tested this or have any clues if this will work on a NEC mobile pro 770 and 800?(vr4111 and 4121) they have a removeable rom chip. This is definately a good thing (tm) for linux.

  33. No, this: by Evro · · Score: 2
    --
    rooooar
  34. Re:Linux is second to this party... by imp · · Score: 2

    since BSD is dying
    This is the stupidest thing I've seen in a long time. *BSD has been growing for years and continues to grow today. There might not be as many seats installed as Linux, but that doesn't make it dying.

  35. Apple's iBook will do this. by Evro · · Score: 2

    The iBook has a feature called "Save and shut down," or something to that effect, where the ram is saved as a file at the time of shutdown and thus can be started instantly in the exact state it was shut down. At least, that's how it's supposed to work. Since the iBook isn't shipping yet, who knows.

    --
    rooooar
    1. Re:Apple's iBook will do this. by My_Favorite_Anonymou · · Score: 1

      Isn't this the "Suspence" mode I'd been using for ages with my Libretto? (20 seconds) Toshiba has it's own hack "hibernation" mode which doesn't save memory at all and resume faster (6 seconds) but it draws battery and is kind of broken in my notebook. Libretto 50 resume faster than L100, but that's because every component is less complicated.

      CY

  36. Linux is second to this party... by imp · · Score: 2
    NetBSD/hpcmips has been booting into multi-user for several months now, and is actually selfhosting for about two months now. I submitted a followup article to /., well see if they post it. A rough english translation of an old version of this page can be found on a link off this page. Netbsd/hpcmips is complete enough that it has started the process of integrating into the NetBSD tree and should be there in the next few weeks.

    You might want to check out my pdamips page for a complete list of MIPS based pdas. Please send me updates if I'm wrong about that :-)

    Re: Linux on the Aero, you may have problems getting enough technical data from Compaq to actually do this. It uses the slower 70MHz R3900 based MIPS processors (although I'm not sure if it uses the Phillips one, or the Toshiba one).

    Finally, this is booting Linux to a standalone shell. Much more work is needed before this will be useful. NetBSD/hpcmips allows one to login to the machine over the network! However, to the best of my knowledge, it doesn't have an X server or similar beast running on it at this time.

    Enjoy!

  37. Re:Slowness by Anonymous Coward · · Score: 0

    Ever heard of the /. effect?
    That's why it's slow!



    ---
    MAE LING MAK NAKED AND PETRIFIED

  38. Beowulf Obsessions on Slashdot by suitcase · · Score: 4

    I, like most other readers of Slashdot, love cool shit. I love keeping up with the latest Linux port to ungodly small devices. This kinda stuff takes ingenuity, lotsa smarts, and is a testament to the flexability of Linux. But, please, this Beowulf fixation MUST go. Beowulf clusters are number crunchers for high intensity processing apps, not for retiring a crop of 386's, not for small devices, etc. Now if I had 500 Alphas gathering dust in my closet and was a little backlogged in my atomic research Beowulf would intrest me, but thats not happening. Please, somebody agree with me?

    1. Re:Beowulf Obsessions on Slashdot by Lxy · · Score: 1

      Normally I agree, but what's the fun of a hacker-owned OS like Linux if you don't do pointless things like port it to everything you can find. Moreso, those extra 486's I have laying around really would make a nice webserver if I tied them all into a beowulf. Am I obsessed with clustering? not really. Would it be a fun project? You betcha :-) Would I like to run a beowulf on PDAs? you betcha :-) Why? Because we can.

      --

      There is no reasonable defense against an idiot with an agenda
      :wq
  39. LinuxCE by Accipiter · · Score: 3
    Being one who was on the developer list early on, I must say It's been a fun ride. (Not that the ride is over! Heavens, No!) Reading, and helping when I could, and seeing so many technological hurdles jumped, this marks a great time for LinuxCE.

    As for those who are wondering, MIPS isn't our only target platform. There are efforts currently in the works to get Linux ported to SH3 Handhelds, as well as StrongArm. (Nobody knows the progress here.)

    If you feel you can contribute, by all means, join in on the mailing list at linuxce.org.

    -- Give him Head? Be a Beacon?

    --

    -- Give him Head? Be a Beacon?
    (If you can't figure out how to E-Mail me, Don't. :P)

  40. a more interesting target for any free OS by Madwand · · Score: 2

    Why not the Apple Newton 2100? That beast has a 162 MHz StrongARM CPU (optimized for "MIPS per milli-ampere" to begin with), 8MB of RAM, and a 4-bit greyscale touch screen, plus optional keyboard, and two PCMCIA slots.

    Sure, it's orphaned, but it'd be a kick-ass system...

  41. HP48GX by Anonymous Coward · · Score: 0

    Well since we're talking small. How about a HP48GX(128K) with a 1MB ram card(at least). And maybe have the os put on a rom card

    1. Re:HP48GX by mwillis · · Score: 1

      The 48gx is a bad candidate. Last time I checked the Saturn was a real slow old CPU, and the hardware has problems accessing 1MB as a contiguous space (they use 128k bank switching).

      But if you're looking for a semi-gui OS calculator, maybe you're thinking of the hp49g -- same processor, just everything written in ML and a different Ram/Rom setup. (1mb ram?)

  42. It will run... by Graymalkin · · Score: 1

    on a Nintendo 64 too. Hmm maybe a server farm of haldhelds?

    --
    I'm a loner Dottie, a Rebel.
  43. Re:This may be good competition for the Palm Pilot by ZeroTolerance · · Score: 1

    WinCE devices are not selling very well right now, dispite having hardware that is arguably better than that of a Palm Pilot.
    The hardware HAS to be better than the PalmPilot, considering the size of the applications running on it ...

    Ever seen a Palm with 8 MB ROM AND 8 MB RAM ?
    But .. I agree .. with Linux running on such a thing .. I'd go for one of these babies ... for the moment, I'd even be happy enough with a command shell on the display

    --

    --
    Ignorance is no excuse
  44. It has! by don.g · · Score: 1

    I have a genuine Compaq Aero 4/33C, fully expanded with a 240MB HDD and 12MB of RAM. A colour screen, too. It runs 2.2.2 with ext2fs-compr fine.

    Now if it wasn't for the fact that the serial number starts with 1992, and the thing's so old that @#!% Compaq has even recycled the name, you would have no problems.

    That, and X-windows over a 115.2Kbit null modem cable is slow.

    --
    Pretend that something especially witty is here. Thanks.
  45. How does this compare? by Anonymous Coward · · Score: 0

    ok linux gurus - how does this compare to the current state of the project to get linux working on a Psion 5 (http://www.calcaria.net/)? They've had a kernal running for a few months now. With the new Psion netBook (StrongArm 190Mhz, 64mb RAM, colour screen) due any day now, this may be the best bet for an instant-on, ultra-portable, long battery life linux protable.

  46. How does this compare? by Anonymous Coward · · Score: 0

    ok linux gurus - how does this compare to the current state of the project to get linux working on a Psion 5 (http://www.calcaria.net/)? They've had a kernal running for a few months now. With the new Psion netBook (StrongArm 190Mhz, 64mb RAM, colour screen) due any day now, this may be the best bet for an instant-on, ultra-portable, long battery life linux system.

  47. Re:Hibernation by Cato · · Score: 1

    Quite a few laptops do this, e.g. IBM Thinkpads and no doubt most other name brands. I think there's someone working on 'snapshot to disk' equivalent functionality for Linux, but I don't have a URL.

  48. Re:HP48GX - should you bother to check back... by Microlith · · Score: 1

    I mean somewhere on the lines of what i gather to be the system memory use of TIOS, which is roughly 64k (?). But the TI-89 has about 1.2 Mb of flash rom into which it can write the TIOS for updates. Anyone with REALLY detailed information, please correct me if I am wrong.




    I dunno. I just got the 89 (after using the 82 for a year), and it's so nice having so much ram/archive space for stuff. Someone needs to make a perl/Python/TCL/Tk version for this thing!



    (btw, i looked at the hp48gx. I don't know. I think the TI is eaiser, yet no less powerful. maybe that's just because i have used them for so long...)

  49. Uh, Size by mplex · · Score: 1

    It's about as big as my laptop, these things fit in your pocket easily.

    1. Re:Uh, Size by imp · · Score: 1

      The Freestyle Associate A-10 that I'm using fits into my shirt pocket... The MIPS based PDAs run the gammet from small, Palm Sized boxes to huge machines nearly as large as many of the smaller laptops and some interesting things inbetween. The sheer variety of devices makes this an attractive target.

  50. you can too by RoLlEr_CoAsTeR · · Score: 1

    Why? Because we can.
    right on. why do you think we have computers in the first place? because we can. wasn't someone once quoted as saying that "there is a worldwide need for about 5 computers"? I can't remember who it was, but I know someone famous said that, long ago when computers first started out, and.. well, now, that wouldn't make much of a beowulf cluster to begin with.

    why do you think anything's done? because it can be done, and so someone's going to do it. (or someones.. or something.. or..)

    but you get my point

    --

    Insert mind here.