This makes it totally perfect for embedded applications like Set-top-boxes or Routers or why not game consoles right?
/Jaix
----Ursprungligt meddelande-----
From: Emanuele Aliberti ea(a)iol.it
Date: Thu, 1 Sep 2005 06:37:19 +0200
To: ReactOS Development List ros-dev(a)reactos.com
Subject: Re: [ros-dev] New Webserver System
> Richard Campbell wrote:
>
> > Well, i don't know about other devs around here, but i don't WANT
> > ReactOS to become another XP.
> >
> > Windows XP typically consumes over a GB of space.
> >
> > Remember NT4? It took between 30 and 100 mb of space depending on
> > features. Windows 95? About 15 MB. If users want additional apps,
> > they can either download them, or use a custom ROS distro that will
> > include such things. The source tree is cluttered enough as it is.
> > ReactOS should only include the basic software that earlier versions
> > shipped with...a notepad clone, possibly a wordpad clone, basic net
> > utils, etc.
>
> Also the Win32 subsystem is not technically necessary. All Win32 pieces
> could be moved off the main reactos tree and included as optional
> linking them from modules. I proposed it years ago. It is not an easy
> task, though, because setup should know that, if the user asks for no
> personalty at all, it should install none (now win32 is by default in).
> Personalities (win, posix, os2, vms, ...) should come on the cd-rom as
> separate cab files and post install procedures add registry entries,
> create directoryes etc. A no-personality ReactOS will be a really light
> OS, perfect for custom text/graphics boxes (you just need writing an
> entry in the registry for the session manager to start your native
> program, which will be the only user program in the box (excluding the
> sm itself).
>
> --
> :Emanuele Aliberti
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.com
> http://reactos.com:8080/mailman/listinfo/ros-dev
Yours sincerely,
Jaix Bly
Hello,
Ros VGA driver does not work anymore in my real hardware configuration.
I'd like to know if the problem is confirmed by somebody else.
To reproduce it , disable the VBE drives in Hiveinst.inf file , make
registry and reboot.
The green Reactos logo displayed at boot is not displayed correctly (
color is red/yellow etc , the logo is not clearly displayed )
Here are the debug messages (DBG=1)
---------------------------
(ntoskrnl\ldr\loader.c:252) Could not open module file:
\SystemRoot\system32\drivers\mpu401.sys
(drivers\input\i8042prt\registry.c:218) Can't read registry: c0000034
(drivers\input\i8042prt\registry.c:224) Manually set defaults
(ntoskrnl\ldr\loader.c:252) Could not open module file:
\SystemRoot\system32\drivers\xboxvmp.sys
(ntoskrnl\ob\wait.c:246) Returning: 0
(subsys\win32k\ntuser\desktop.c:769) Trying to open desktop
(\Windows\WindowStations\WinSta0\Default)
(subsys\win32k\ntuser\desktop.c:580) IntShellHookNotify: No desktop!
(subsys\win32k\ntuser\desktop.c:769) Trying to open desktop
(\Windows\WindowStations\WinSta0\Winlogon)
(subsys\win32k\ntuser\desktop.c:580) IntShellHookNotify: No desktop!
(subsys\win32k\ntuser\desktop.c:769) Trying to open desktop
(\Windows\WindowStations\WinSta0\Screen-Saver)
(subsys\win32k\ntuser\desktop.c:580) IntShellHookNotify: No desktop!
(lib\ntdll\ldr\utils.c:2072) Relocating (77a90000 -> 431000)
C:\ReactOS\System32\version.dll
FIXME: CopyImage doesn't support IMAGE_ICON correctly!
(lib\ntdll\ldr\utils.c:1190) LdrGetExportByName(): failed to find mxdMessage
(lib\ntdll\ldr\utils.c:2015) Failed to create or open dll section of
'msacm.drv' (Status c0000135)
(lib\ntdll\ldr\utils.c:2015) Failed to create or open dll section of
'midimap.drv' (Status c0000135)
(SAMLIB:lib\samlib\samlib.c:399) User already exists!
(lib\setupapi\devinst.c:2513) not fully implemented
(lib\setupapi\devinst.c:2513) not fully implemented
(lib\setupapi\devinst.c:2513) not fully implemented
(lib\setupapi\devinst.c:2513) not fully implemented
(lib\setupapi\devinst.c:2513) not fully implemented
(lib\setupapi\devinst.c:2513) not fully implemented
Thanks
Gge
This is a suggestion:
Can ReactOS implement an OpenLDAP backend to the ReactOS website.
There are many benefits to implementing OpenLDAP into the reactos.com
website. First, reactos.com can use this software to authenticate
users in certain modules of the website such as future forums, wikis
(via publishing), and possible later implementation into a mass-
mailing system like squirrelmail or mailman, suggestions, hint hint,
or perhaps in the future an instant messenger engine. Also OpenLDAP
would be able to provide back-end website developers to verify status
of community members.
How is that for a baby step to implementing someone's ideas...
Rick Langschultz
rlangschultz(a)cox.net (Home)
rlangschultz(a)ellemaespa.com (Work)
rlangschultz(a)email.uophx.edu (School)
hi
i installed reactos on my hd but the installer doesnt give the
option to install de loader to the mbr only on the floppy so i didnt
installed because i dont have a floppy :p
then i create:
freeldr.ini ant copy the freeldr.ini but i didnt know what the
bootsect.ros is i didnt find info about it in the wiky
¿how can i create one?
--
[dalfa@MDK dalfa]$ cat .firma
[UsuarioGnu/Linux326018]
<Ymessenger> dalfa_id
<WebPage> http://dalfa.tk
<WebPage> http://dalfa.no-ip.org
<Jabber> dalfa(a)jabber.org
<skype> theenligthenedone
<aMSN> dalfa.theenlightenedone(en)gmail.com
<Blog> http://drakedalfa.blogspot.com/
<aim> drakedalfa
-> Y la verdad os hara libres...
- Hechos 4: 12
- Romanos 10: 9-13
I was looking through the installer, and noticed that it generated an
error for partitions created by linux fdisk. Shouldn't the user be
informed about this, so they know why. This type of information will
help a user solve the problem that caused the error.
Below is the code for the error I'm talking about.
if (WarnLinuxPartitions == TRUE &&
CheckForLinuxFdiskPartitions (PartitionList) == TRUE)
{
PopupError ("Setup found that at least one harddisk contains an
incompatible\n"
"partition table that can not be handled properly!\n"
"\n"
"Creating or deleting partitions can destroy the partiton
table.\n"
"\n"
" \x07 Press F3 to quit Setup."
" \x07 Press ENTER to continue.",
"F3= Quit ENTER = Continue");
while (TRUE)
{
ConInKey (Ir);
if ((Ir->Event.KeyEvent.uChar.AsciiChar == 0x00) &&
(Ir->Event.KeyEvent.wVirtualKeyCode == VK_F3)) /* F3 */
{
return QUIT_PAGE;
}
else if (Ir->Event.KeyEvent.wVirtualKeyCode == VK_RETURN) /* ENTER */
{
WarnLinuxPartitions = FALSE;
return SELECT_PARTITION_PAGE;
}
}
}
Since I heard of reactos, i have always considered it one day
replacing my Windows 2000 and XP boxes. Because ReactOS was going to
be an open-source alternative to the Windows NT API I felt that it
had and has serious potential to hinder or greatly replace Microsoft
Windows. I have suggested several ideas both through IRC (freenode)
and email messages how the computing world does things. I understand
that ReactOS is still in pre-production, and planning for the next
release is greatly important to the community development and testing
of the operating system, however I fail to grasp the concept behind
the hindrance of ideas being passed the the development community.
Some development plans I have talked about were:
1 - A 64 bit journaling file system with a SQL-like back-end.
Lookout WinFS; there that plan went down the drain.
2 - Implementing an instant messenger server for developers and
users to talk on, realtime, without IRC.
Maybe not quite MSN Messenger, but why not? iChat even
uses .mac.
3 - Implementing an OpenLDAP back-end to the website.
Active Directory has nothing on you... Plan knocked out again.
i would rather stick with something close minded like closed source
software than having no ideas be recognized at all.
I only suggest things like this because Microsoft will always be
releasing newer software that will leave reactos in the dust if they
not heed the advice of all, not just me, their developers, testers,
and users.
Why not; right? why envision something and it fail to be realized,
waste of time if i ever knew it...
Rick Langschultz
rlangschultz(a)cox.net (Home)
rlangschultz(a)ellemaespa.com (Work)
rlangschultz(a)email.uophx.edu (School)
|>hi,
|>
|>i have a problem with the installation from
|>setup to a real hd the setup dies with this
|>message:
|>
|>allowconsolo() failed (status = 0x0000001)
|>
|That one seems a well known bug:
|http://www.reactos.com/wiki/index.php/ChangeLog-0.2.7
|http://reactos.com/bugzilla/show_bug.cgi?id=688
thanks that show me the way ;) the problem is
my keyboard is usb one so i plug an ps2 one and
now all work :)
maybe a little more debug on the setup will help to
others to figure this :) more easy
thanks :)
|>the installation procedure is only the copy
|>of the reactos directory to the hd?
|>
|It also prepares the SYSTEM registry hive with values depending on the
|operator choices and (little) hardware probing and installs the boot sector.
thanks, now i can install the system and now i configure the
grub but i have another question the file bootsect.ros, wath has to say?
i made my freeldr.ini like this:
[ReactOS]
BootType=ReactOS
SystemPath=multi(0)disk(0)rdisk(0)partition(7)\reactos
Options=/DEBUGPORT=SCREEN
but the bootsect.ros i didnt find a example :)
thanks for the help
hi,
i have a problem with the installation from
setup to a real hd the setup dies with this
message:
allowconsolo() failed (status = 0x0000001)
well, my question is:
the installation procedure is only the copy
of the reactos directory to the hd?
Sorry to ask to the DevelList but in the
users list no one answer me :)
thanks
--
[dalfa@MDK dalfa]$ cat .firma
[UsuarioGnu/Linux326018]
<Ymessenger> dalfa_id
<WebPage> http://dalfa.tk
<WebPage> http://dalfa.no-ip.org
<Jabber> dalfa(a)jabber.org
<skype> theenligthenedone
<aMSN> dalfa.theenlightenedone(en)gmail.com
<Blog> http://drakedalfa.blogspot.com/
<aim> drakedalfa
-> Y la verdad os hara libres...
- Hechos 4: 12
- Romanos 10: 9-13
royce(a)svn.reactos.com wrote:
> add . to list of include directories for all projects
>
>
> Updated files:
> trunk/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp
>
Hello,
This patch broke reactos trunk
=> Build Ros fails in tools/rbuild
=> Log file --> htttp://rafb.net/paste/results/qEE3zI12.html
Regards