Hello,
Let me invite you to the monthly status meeting taking place last thursday
of this month, 24th of November, 19:00 UTC.
The meeting will be atirc://fezile.reactos.org (Port 6667, no SSL) in the
channel #meeting. Note that the IRC service will only be started shortly
before the meeting. Everyone is invited to listen, and active community
members have their passwords so that they can participate in the
discussion.
If someone still is not getting passwords sent before a meeting - please
email
Colin or Pierre before the meeting started to get one.
Proposed agenda for the meeting:
1. Release status
2. Website revamp status
3. CMake adoption status
More suggestions are welcome as usual.
With the best regards,
Aleksey Bragin.
Is the new geometry backward-compatible? If i recreate the partitions, will they be visible when i regress test revisions before 54511?
--
With best regards
Caemyr
Hi,
due to connectivity issues with our servers in Sweden, I've taken our
rbuild debug buildslave & our KVM testbot offline.
This doesn't affect ISOs storage for the moment.
Regards,
Pierre
I see this and I LMFAO!
co_IntSendMessageNoWait(Window->head.h, WM_WINDOWPOSCHANGING, 0,
(LPARAM) WinPos);
co_IntSendMessageNoWait(WinPos.hwnd, WM_WINDOWPOSCHANGED, 0, (LPARAM) &WinPos);
There is more too! Amazing!
Please tell me this is not wrong!!!!
James
Hi People,
I'm back after my ordeal in Europe and finally got an inet line..
But now I've over 300 mails from the list to wade through.. Ugh.
It's gonna take some time to get up to speed.
Hi Eric,
That's all fine, it's just an educated choice of disk parameters as I see
it.
But anyway, all disk handling software (drivers etc) should honor whatever
disk parameters you write in the boot record when you format the partition,
and whatever geometry you write in the MBR when the disk gets partitioned,
whether it's this or that.
Just in case someone forgot ;)
Best Regards
Love
> From: Eric Kohl <eric.kohl(a)t-online.de>
> To: ReactOS Development List <ros-dev(a)reactos.org>
> Date: Mon, 21 Nov 2011 23:17:40 +0100
> Subject: [ros-dev] Announcement: New harddisk geometry next weekend
> Hi!
>
> I plan to change the standard harddisk geometry from the old 32 sectors
and 64 heads geometry to the > new 63 sectors and 255 heads geometry next
weekend. The old disk geometry was used up to
> Windows NT4 and the new geometry is used since Windows 2000. So I guess
it is time for ReactOS to > make this change too. ;-)
>
> This should improve the compatiibility with other OSs because every
modern OS uses the new disk
> geometry.
>
> Please note that you must delete and re-create all partitions on your
virtual harddisk in order to get
> a clean partition table when the new disk geomerty is in use.
>
> Regards,
> Eric
Am 24.11.2011 01:07, schrieb cgutman(a)svn.reactos.org:
> Author: cgutman
> Date: Thu Nov 24 00:07:15 2011
> New Revision: 54484
>
> URL: http://svn.reactos.org/svn/reactos?rev=54484&view=rev
> Log:
> [SCSIPORT]
> - Implement ScsiPortGetLogicalUnit
>
> Modified:
> trunk/reactos/drivers/storage/scsiport/scsiport.c
>
> ...
> +
> + /* Return the logical unit miniport extension */
> + return (LunExtension + 1);
> }
This looks broken to me. The old code was
"&LunExtension->MiniportLunExtension", which seems to make more sense.
Hi!
I plan to change the standard harddisk geometry from the old 32 sectors
and 64 heads geometry to the new 63 sectors and 255 heads geometry next
weekend. The old disk geometry was used up to Windows NT4 and the new
geometry is used since Windows 2000. So I guess it is time for ReactOS
to make this change too. ;-)
This should improve the compatiibility with other OSs because every
modern OS uses the new disk geometry.
Please note that you must delete and re-create all partitions on your
virtual harddisk in order to get a clean partition table when the new
disk geomerty is in use.
Regards,
Eric