| View previous topic :: View next topic |
| Author |
Message |
ardatan
Joined: 12 Jan 2008 Posts: 44
|
Posted: Wed Feb 06, 2008 11:58 pm Post subject: NT-kernel on PSP |
|
|
Hi everyone,
ReactOS is open source based on NT Kernel operating system.
Slim can run this OS. ReactOS's System Requirements are:
* 32 MB RAM
* IDE hard disk of at least 150 MB
* FAT16/FAT32 boot partition
* 2 MB VGA graphics adapter (4 MB recommended)
* CD-ROM drive
* Standard keyboard
* PS/2 compatible mouse or Microsoft Mouse-compatible serial mouse
Can we build this for PSP with mips toolchain and can we boot kernel with uClinux on PSP's boot loader?
http://www.reactos.org _________________ I'm sorry for my bad English. |
|
| Back to top |
|
 |
pspZorba
Joined: 22 Sep 2007 Posts: 156 Location: NY
|
Posted: Thu Feb 07, 2008 12:58 am Post subject: |
|
|
Hi ardatan,
do you mean you are interested in running XP application on your PSP? _________________ --pspZorba--
NO to K1.5 ! |
|
| Back to top |
|
 |
ardatan
Joined: 12 Jan 2008 Posts: 44
|
Posted: Thu Feb 07, 2008 1:42 am Post subject: |
|
|
yes, i mean.
reactos is like wine. which toolchain should i use? Or can mipsel-linux toolchain build that? Not only XP. We know NT 5.0 as XP or 2000.
ReactOS has NT(XP,2000,Vista) subsystem.
ReactOS can run x86 exe applications. It emulates Windows binaries. _________________ I'm sorry for my bad English. |
|
| Back to top |
|
 |
jsharrad
Joined: 20 Oct 2005 Posts: 102
|
|
| Back to top |
|
 |
ardatan
Joined: 12 Jan 2008 Posts: 44
|
Posted: Thu Feb 07, 2008 3:04 am Post subject: |
|
|
I saw that Windows NT 4.0 ran at MIPS arch. _________________ I'm sorry for my bad English. |
|
| Back to top |
|
 |
brin_vg
Joined: 03 Oct 2007 Posts: 17 Location: A pineapple, under the sea
|
Posted: Thu Feb 07, 2008 4:47 am Post subject: |
|
|
| Windows CE was distributed for MIPS, the screen (at least on my old cassiopeia) was roughly the same as the PSPs even :D |
|
| Back to top |
|
 |
Tinnus
Joined: 29 Jul 2006 Posts: 67
|
Posted: Thu Feb 07, 2008 12:23 pm Post subject: |
|
|
That simply won't work because ReactOS is just an Operating System, not a x86 emulator, and Windows programs are compiled for x86, not MIPS. So that means you'd have to rebuild from source, and if you want Windows-only programs, that's probably not possible :) _________________ Let's see what the PSP reserves... well, I'd say anything is better than Palm OS. |
|
| Back to top |
|
 |
ardatan
Joined: 12 Jan 2008 Posts: 44
|
Posted: Thu Feb 07, 2008 5:50 pm Post subject: |
|
|
I know. I want to say ReactOS is NT Kernel. I don't want to build x86 emulator. We can create MIPS-NT programs. Win32 gui can use as GUI not SDL. For example Bochs...... _________________ I'm sorry for my bad English. |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Fri Feb 08, 2008 5:58 am Post subject: |
|
|
| The last time I checked, ReactOS had a LOT of x86 assembly language written specifically toward the PC for things like interrupts and timing and misc hardware. It would take a lot of work to make ReactOS work on another processor or hardware platform. |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Fri Feb 08, 2008 7:16 am Post subject: |
|
|
| what J.F said and it'll take forever to port. |
|
| Back to top |
|
 |
jean

Joined: 05 Jan 2008 Posts: 489
|
Posted: Fri Feb 08, 2008 10:17 pm Post subject: |
|
|
at
http://en.wikipedia.org/wiki/MIPS_architecture
you can find
| Quote: | | Among the manufacturers which have made computer workstation systems using MIPS processors are SGI, MIPS Computer Systems, Inc., Olivetti, Siemens-Nixdorf, Acer, Digital Equipment Corporation, NEC, and DeskStation. Operating systems ported to the architecture include SGI's IRIX, Microsoft's Windows NT (until v4.0), |
So, ONCE there was A version of NT that had A release made specifically for A mips cpu...but this doesn't mean you can access -for instance- NT3 sources and port they from Rxxx to the modified R400032 (no TLB - no MMU - with FPU with VFPU)....forget it...i think it would be easier to adapt google's Android http://code.google.com/android/ (linux kernel with a beefy java virtual machine) to run on PSP, since it's designed to run on severly limited environments too.
jean
EDIT: - MIPS is an intended target for Android to build, but to do so, we've to wait google to release the entire sourcecode (it's open, but they have no time 'cause they're still fixing SDK)
http://groups.google.com/group/android-internals/browse_thread/thread/9346cb0f616a3eb5 |
|
| Back to top |
|
 |
Jim

Joined: 02 Jul 2005 Posts: 487 Location: Sydney
|
Posted: Wed Feb 13, 2008 9:29 pm Post subject: |
|
|
Android is based on Linux kernel 2.6 which, one assumes, requires an MMU which means PSP is out as a platform.
Jim _________________ http://www.dbfinteractive.com |
|
| Back to top |
|
 |
|