flat assembler
Message board for the users of flat assembler.

Index > MenuetOS > can i run menuet on a pda?

Author
Thread Post new topic Reply to topic
jade



Joined: 11 Feb 2004
Posts: 1
jade 11 Feb 2004, 18:06
hi im new and was wondering if there is some way of running menuet on my pda.
Post 11 Feb 2004, 18:06
View user's profile Send private message Reply with quote
mmiscool



Joined: 19 Dec 2004
Posts: 15
mmiscool 19 Dec 2004, 01:06
there may be a way but you would have to make your own drivers and almoast start from scach. you would also have to compile it for the dragon ball proseser. It may be posible but don't ask me to do it.
Post 19 Dec 2004, 01:06
View user's profile Send private message Visit poster's website Reply with quote
Andrew Youll



Joined: 19 Sep 2004
Posts: 20
Andrew Youll 20 Dec 2004, 17:24
lol not all PDA's run on the Dragonball CPU, some run on "Intel XScale", some run on "ARM StrongArm" mine uses a "Hitachi SH4 200mhz"
Post 20 Dec 2004, 17:24
View user's profile Send private message Visit poster's website Reply with quote
mmiscool



Joined: 19 Dec 2004
Posts: 15
mmiscool 21 Dec 2004, 00:27
If your loking fo an os on a pda you might fined contiki os interesting. I runs on 8 bit computers and has a server, web brouser, and gui in a few kilowbites
Post 21 Dec 2004, 00:27
View user's profile Send private message Visit poster's website Reply with quote
mmiscool



Joined: 19 Dec 2004
Posts: 15
mmiscool 21 Dec 2004, 00:30
yep, I know that they all use diforent prosesers. It is a real nighmare making things wok on them all. I personaly like palm os. I can make programs for it ezily and doon't evin have to compule them becouse i am using a basic interperter
Post 21 Dec 2004, 00:30
View user's profile Send private message Visit poster's website Reply with quote
mmiscool



Joined: 19 Dec 2004
Posts: 15
mmiscool 21 Dec 2004, 00:32
What kined of pda are we talking becouse there are many linux distros for i paqs and older palm III. I personaly havent played around with them much but I have tried a form of linux for the palm. You can search it on goolgle and fined it.
Post 21 Dec 2004, 00:32
View user's profile Send private message Visit poster's website Reply with quote
luka666



Joined: 17 Aug 2004
Posts: 22
luka666 21 Dec 2004, 09:15
it is only possible to run menuet on a pda with x86 processor (and even then it probably will not work fully because of unsupported hardware)...
Post 21 Dec 2004, 09:15
View user's profile Send private message Reply with quote
Andrew Youll



Joined: 19 Sep 2004
Posts: 20
Andrew Youll 21 Dec 2004, 17:41
luka666: there arent any x86 based pda's afaik XScale is a RISC architecture, StrongARM is RISC and SH4 is an architecture of its own
Post 21 Dec 2004, 17:41
View user's profile Send private message Visit poster's website Reply with quote
mmiscool



Joined: 19 Dec 2004
Posts: 15
mmiscool 22 Dec 2004, 23:56
look at contiki os
it is writen in c and was origonaly made for the comedor
it hasbeen ported to the game boy and many other computers
Post 22 Dec 2004, 23:56
View user's profile Send private message Visit poster's website Reply with quote
luka666



Joined: 17 Aug 2004
Posts: 22
luka666 23 Dec 2004, 09:25
Andrew: i know there arent. That was just a nice way of telling the guy that he cant run menuet on PDA ;>
Post 23 Dec 2004, 09:25
View user's profile Send private message Reply with quote
Andrew Youll



Joined: 19 Sep 2004
Posts: 20
Andrew Youll 23 Dec 2004, 17:34
lol unless he wants to re-write it all in ASM for that particular architecture
Post 23 Dec 2004, 17:34
View user's profile Send private message Visit poster's website Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 23 Dec 2004, 18:40
I think that this could be done with macros - just replace x86 mov operand with dragonball ones and you're set Very Happy
I *think* you can change fasm source and replace add eax,ebx defined bytes with dragonball ones, but this is again just one of my theories...

The real problems start to rise when you hope you have the same interrupts and calls :S that would be the hardest thing to do.
Post 23 Dec 2004, 18:40
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
Andrew Youll



Joined: 19 Sep 2004
Posts: 20
Andrew Youll 23 Dec 2004, 23:16
isnt there a way to do things well backwards? what i mean is take the ASM source convert it to C/C++ and make it platform independent?
Post 23 Dec 2004, 23:16
View user's profile Send private message Visit poster's website Reply with quote
ASHLEY4



Joined: 28 Apr 2004
Posts: 376
Location: UK
ASHLEY4 24 Dec 2004, 03:12
There is a pc emulator that runs on a PDA, its desgned for run Dos progams, but you may be able to run MenuetOS very slowly ?.
http://www.pocketdos.com/

\\\\||////
(@@)
ASHLEY4.

Batteries not included, Some assembly required.
Post 24 Dec 2004, 03:12
View user's profile Send private message Reply with quote
Andrew Youll



Joined: 19 Sep 2004
Posts: 20
Andrew Youll 25 Dec 2004, 17:26
erm if its EMU's DOS calls and DOS16/DOS32 menuetOS wont run on it as it needs a x86 EMU
Post 25 Dec 2004, 17:26
View user's profile Send private message Visit poster's website Reply with quote
ASHLEY4



Joined: 28 Apr 2004
Posts: 376
Location: UK
ASHLEY4 25 Dec 2004, 21:34
Its so post to emulat other OS as well.
Take a look in Specifications:
"Compatible with several non-DOS operating systems"
I did say maybe run MenuetOS Wink.

\\\\||////
(@@)
ASHLEY4.

Batteries not included, Some assembly required.
Post 25 Dec 2004, 21:34
View user's profile Send private message Reply with quote
Tolle



Joined: 21 Jan 2004
Posts: 71
Tolle 25 Dec 2004, 22:24
>Its so post to emulat other OS as well.
From the pocketdos site:

CPU emulation:

* Intel 80188/80186

From the Menuetos site:

Processor:
386 and above
Post 25 Dec 2004, 22:24
View user's profile Send private message Visit poster's website Reply with quote
roytam1



Joined: 20 Apr 2004
Posts: 16
roytam1 29 Dec 2004, 03:03
Post 29 Dec 2004, 03:03
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.