I can't install any bootcd's that I compile, gives
INACCESSIBLE_BOOT_DEVICE. This happens in Qemu, vmware, and virtual
pc. I have done full clean builds by doing "make clean" and deleting
the object/output folders. I don't know when this started happening
really. But if i download the ISO off of CIA then its fine, the exact
same version. I am compiling on Windows XP with ROSBe. Here is a link
to a picture of the crash: www.brandonturner.org/crash.PNG
Please help, its driving me crazy!
Brandon
Hi,
if I compile MC (midnight commander ) with the option
'-mpreferred-stack-boundary=2', the build-in editor doesn't work. MC
hangs after pressing F4. This occurs on winXP and ROS. I've no problem
without this option.
- Hartmut
New ReactOS Homepage - Status
Mail-Content:
* Status
* Questions
Homepage status:
The homepage beta test started last week. Join #reactos-hp for more
information. We will start reviewing and translating the content in a few
days.
Content List: http://www.reactos.com/wiki/index.php/New_Homepage_Content
When this is done (approximatly one week) we will be able to relaunch the
homepage!
Homepage release date: "When it's done!" ;)
Questions:
1) Should the homepage section be called ... ?
a: developer
b: development
c: developing
2) Should the static homepage pages be ... ?
a: valid HTML 4.01
b: valid XHTML 1.0
c: both variants (two versions)
d: something else (e.g. xhtml 1.1)
3) What's your opinion about the following homepage content structure ... ?
* Home
* Community
* Support
* Developer / Developing / Development
* myReactOS
(more details: http://www.reactos.com/wiki/index.php/New_Homepage_Content )
a: okay, good structure
b: ... -> then edit/add comments to the wiki page see link above !!!
Klemens Friedl
--
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse f�r Mail, Message, More +++
This is the most ugliest beast I've come across.
Trying to implement parts of the Kernel Streaming (ks) stuff. I decided
to start with portcls.sys.
So far, it appears ks.h (the Kernel Streaming main header) isn't present
in our include files (or w32api) and the official MS DDK version is
100KB + so that's a bit of a knock-out already.
Anyway I had a poke around and stubbed a lot of the main portcls.sys
functions. But I have no idea what I'm doing right now so it's pointless
me trying.
It appears to be built on COM - the MSDN documents describe "Kernel-mode
COM" in the Audio and Video section.
Obviously the standard COM calls can't be used in kernel-mode. And I
found in kcom.h some declarations for functions such as KoCreateInstance
(kernel mode version of CoCreateInstance?) yet I cannot find any
references to it on Google.
The sample drivers are written in C++, and appear to rely on kcom.h's
C++ classes to get things done.
There's just not a lot I can do as the foundation isn't even there for
me to start implementing Kernel Streaming.
And I have *no* idea how to use COM. So far it looks really really ugly.
Can someone give me a hand?
-Andrew
royce(a)svn.reactos.com wrote:
>msvc6 compatibility and small performance improvement in filename completion
>
>Modified: trunk/reactos/subsys/system/cmd/internal.c
>
>
> *Modified: trunk/reactos/subsys/system/cmd/internal.c*
>
>--- trunk/reactos/subsys/system/cmd/internal.c 2005-09-12 14:55:55 UTC (rev 17818)
>+++ trunk/reactos/subsys/system/cmd/internal.c 2005-09-12 16:06:53 UTC (rev 17819)
>@@ -276,7 +276,7 @@
>
> TCHAR * tmpPath;
> TCHAR szCurrent[MAX_PATH];
> TCHAR szMsg[RC_STRING_MAX_SIZE];
>
>
>- INT i;
>
>
>+ UINT i;
>
>
>
>
> /* Filter out special cases first */
>
>
> ------------------------------------------------------------------------
If you change a variable from signed to unsigned, you have to check for
comparing with zero or negativ values like this:
/* Strip the paths back to the folder they are in */
for(i = (_tcslen(szFinalPath) - 1); i > -1; i--)
- Hartmut
Hey everyone,
I was just wondering how everyone got to reactos.com. I want to know
what Browser version people use and the operating system and/or the
operating system flavor you use. I know that many people are using
Linux, Windows, etc. But some browsers don't support some features
like some CSS tags and XMLHttprequest. But I was just wondering...
Maybe the web-development team could include in the future loggin
this and setting a cookie to not get 750 hits from the same computer
so the developers could develop software that would benefits most
users ie those that want to use firefox instead of IE and so on...
Rick Langschultz
rlangschultz(a)cox.net (Home)
rlangschultz(a)ellemaespa.com (Work)
rlangschultz(a)email.uophx.edu (School)
This time crash occured upon first movement of mouse during 2nd stage setup after "welcome" dialog had appeared ( hadn't touched mouse during bootup - if that makes a difference )
Looks like something related to the win32k refactoring maybe?
Assertion 'hdr->RefCount >= 1' failed at subsys\win32k\ntuser\object.c line 282
Entered debugger on embedded INT3 at 0x0008:0x800ab2b0.
kdb:> regs
CS:EIP 0x0008:0x800ab2b1
SS:ESP 0x45bc:0x800b4cdc
EAX 0x00000050 EBX 0x0000117d
ECX 0x00000000 EDX 0x000003f8
ESI 0x0064fc60 EDI 0x9e40bd74
EBP 0x9e40bbdc
EFLAGS 0x00000282 SF IF IOPL0
kdb:> bt
Eip:
<ntoskrnl.exe:ab2b1 ({standard input}:23 ())>
Frames:
<win32k.sys:abe21 (subsys/win32k/ntuser/object.c:282 (ObmDereferenceObject))>
<win32k.sys:8568f (subsys/win32k/ntuser/message.c:799 (co_IntPeekMessage))>
<win32k.sys:85c52 (subsys/win32k/ntuser/message.c:995 (NtUserGetMessage))>
<ntoskrnl.exe:93ec2 ({standard input}:177 (KiSystemService))>
<user32.dll:51a53 (lib/user32/windows/message.c:1166 (GetMessageW))>
<comctl32.dll:3d024 (lib/comctl32/propsheet.c:2770 (do_loop))>
<comctl32.dll:3d40d (lib/comctl32/propsheet.c:2897 (PropertySheetW))>
<syssetup.dll:4185 (lib/syssetup/wizard.c:1481 (InstallWizard))>
<syssetup.dll:1d39 (lib/syssetup/install.c:494 (InstallReactOS))>
<setup.exe:1355 (subsys/system/setup/setup.c:86 (RunNewSetup))>
<setup.exe:13c0 (subsys/system/setup/setup.c:122 (WinMain))>
<setup.exe:14eb (subsys/system/setup/setup.c:123 (WinMain))>
<setup.exe:120d>
<setup.exe:1258>
<KERNEL32.dll:307d5 (lib/kernel32/process/create.c:68 (BaseProcessStartup))>
<00000000>
kdb:>