ReactOS

1

ReactOS

offline
  • bocke  Male
  • Moderator foruma
  • Glavni moderator Linux foruma
  • Veliki Pingvin
  • Guru
  • Pridružio: 16 Dec 2005
  • Poruke: 12486
  • Gde živiš: Južni pol

ReactOS 0.3.9


Malo kasnim, ali bolje ikad nego nikad. Verzija 0.3.9 je jedna od poslednjih iz serije 0.3. Uskoro ReactOS prelazi u fazu 0.4. Faza 0.4 podrazumeva (citiram): "UI effort: New explorer, second stage UI improvements, overall look&feel improvements" i očekuje se jula ove godine.

Više o novostima u 0.3.9 u zvaničnom obaveštenju iz Reactos Announce mailing liste:

Citat:Date: Mon, 27 Apr 2009 13:11:50 +0400
From: Aleksey Bragin <aleksey@reactos.org>
Subject: [ros-announce] ReactOS 0.3.9 Released
To: ros-announce@reactos.org
Message-ID: <FDC7D1B8-7FBF-483A-8DA2-61E13C588593@reactos.org>
Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed

Our development team is pleased to announce the 9th increment of the
0.3 series of ReactOS, an open source Windows? compatible operating
system.

As we draw ever closer to the 0.4 series, more and more work is being
put into bugfixing existing code in an effort to get more
applications and drivers working. This release is testament to that
and is our most compatible release to date. However, the development
team have still been working on expanding the features alongside
bugfixing existing features, and quite a few additions have found
their way into this release. Two key areas which stand out are the
much improved network stack and the emergence of sound support in the
kernel via the new kernel streaming services.

Along with the rest of the 0.3 series, this release is still
considered alpha quality software so it may not run all your apps or
run on your hardware.

A detailed consolidation of all changes can be found in the changelog
(http://www.reactos.org/wiki/index.php/Changelog-0.3.9). A sum up of
some of the more important changes is as follows:

* Reduced minimum memory requirement to 32Mb. In theory ReactOS
can now be installed with 24Mb and run with only 20Mb
* A new, faster Hyperspace Mapping Interface has been
implemented in the kernel resulting in a speed improvement of over 300%
* Security check improvements to the Object Manager in the
kernel improves performance by 500%. Noticeable during large file/
registry operations
* Various NDIS and AFD problems have been solved which increase
compatibility with 3rd party NIC drivers and hardening of the network
stack
* Preliminary support for sound via the new Kernel Streaming
service. It's now possible to use the ac97 driver via our new Port
Class library to play sound bytes using winamp
* A great deal of work has been put into the command prompt to
make it much more compatible. It's now able to run very complex
scripts, including our own Build Environment
* Many bugfixes to the kernel mode portion of the GDI resulting
in much improved drawing engine across all bit depths
* Synchronization of most of the Wine usermode DLLs

Main news link: http://www.reactos.org/en/news_page_51.html
Download link: http://www.reactos.org/en/download.html

--
Aleksey Bragin
ReactOS Foundation President
http://www.reactos.org


Zvanična strana:
http://www.reactos.org/

Download:

http://www.reactos.org/en/download.html



Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
offline
  • Rogi  Male
  • Mod u pemziji
  • Najbolji košarkaš koji
  • je ikada igrao ovu igru
  • Pridružio: 31 Avg 2005
  • Poruke: 11687

ReactOS 0.3.10 Released


Changes summary


A detailed consolidation of all changes can be found in the changelog. A sum up of some of the more important changes is as follows:

* Fixed inability to work with partitions bigger than 8Gb
* Added possibility of installing into any of four primary partitions
* Initial support for SerialATA controllers along with enhanced ATA support
* Initial USB keyboards and mice support
* Greatly improved network cards support (20 different NICs were tested successfully)
* Increased stability in networking
* A clone of MS paint application has been introduced
* Initial support for MSVC compilation
* Better cleanup of system resource usage
* Synchronization of most of the Wine usermode DLLs and some Win32 subsystem code shared with Wine


Download: http://www.reactos.org/en/download.html



offline
  • bocke  Male
  • Moderator foruma
  • Glavni moderator Linux foruma
  • Veliki Pingvin
  • Guru
  • Pridružio: 16 Dec 2005
  • Poruke: 12486
  • Gde živiš: Južni pol

Napisano: 26 Okt 2010 19:18

ReactOS 0.3.12 Released

Changes summary

A heavily cut down list of some of the more major changes which have been going on in the past year is as follows:

Memory Manager - The memory manager continued to see much work as the ARM team replaced each component piece by piece whilst also maintaining the functionality of the old manager. Although 0.3.12 does not completely switch over to the new manager, what is obvious are the speed, stability and compatibility improvements of this new model.
NMI support - ReactOS can now handle NMIs with a Red Screen of Death, useful for capturing hardware errors detected by the CPU or Bus. Additionally, support for 3rd party NMI callbacks has been implemented, which is useful for certain server systems. Finally, support for generating a crash dump during an NMI is partly implemented, which can help when a machine is frozen or hung and an external NMI dump switch is used.
Trap Handler Rewrite - Almost all CPU faults, trap, exception, and system call code is now written in C instead of Assembly. Many legacy and/or deprecated code paths have been disabled and performance-heavy debugging paths disabled by default. Additionally, the x64 and ARM ports now share much more of this code. Finally, the code is much cleaner and can take advantage of compiler optimizations to generate the best possible code for the CPU instead of writing hand-crafted assembly that was specific only to certain CPU models. Work is ongoing to remove even more of the last remaining Assembly routines.
EMS - Support for Emergency Management System (or Headless) has been partially implemented. The boot flags documented by Microsoft are supported, and certain debug output is sent to the serial port as expected. Work is ongoing to provide the EMS logging capabilities and to move the existing legacy KDBG debugger over EMS. SAC (Special Administration Console) driver work is also in progress to compliment this.
PnP Compatibility - Various improvements have been done to increase hardware support and support for loading 3rd party drivers.
ACPI Improvements - The ARM team has implemented the basic drivers required for supporting batteries and 3rd party UPS/battery drivers, including support for the ACPI Composite Battery specification. This support is not currently enabled in this release because ACPI is still undergoing work.
New PCI-X driver - The ARM team has been slowly working on the new PCI bus driver. Previously, ReactOS was using a very simple and mostly stubbed PCI bus driver which lacked support for many real-world PCI bus features, PCI-to-PCI bridges etc. With this new driver, compatibility on real hardware, not just virtual machines, should improve significantly, along with performance.
SxS support – Side-by-side code was added, along with loading and finding manifest files. It’s an important step forward to be compatible with modern applications which use this technology.
Pool Corruption Fixes - Perhaps the most serious of these suspected leaks were fixed thanks to combined efforts of key ReactOS developers utilising advanced methods including a customized version of QEMU virtual machine.
Timer and message handling rewrite - Incorrect handling of non-queued messages led to deadlocks in some applications which the message handling rewrite resolved. The timer implementation rewrite is also completed by this release which fixes many timer-related problems, most known is the “need to move mouse in order to download in FireFox”.
x64 build - While the x64 port is still in an early stage regarding the functioning of the kernel, most of the generic compilation issues are resolved and necessary core functionality implemented. These efforts have been merged back into trunk, so that trunk can be compiled for x64 target. With the help of automatic builds, possible breakages can now quickly be detected and resolved. Don't expect it to boot to GUI though!


Detaljan changelog: http://www.reactos.org/wiki/ChangeLog-0.3.12

Download: http://www.reactos.org/en/download.html

Dopuna: 29 Nov 2010 7:35

Evo i nekoliko slika iz verzije 0.3.12





Imajte na umu da neki od programa koji se nalaze na desktopu ruše ReactOS. ReactOS prilično nekompletno implementira neke Windows pozive i dosta toga ga može srušiti. Čak sam i malo razočaran s obzirom da neki drugi operativni sisemi u alpha stanju (Haiku, AROS) mnogo bolje rade od ReactOS-a.

offline
  • Rogi  Male
  • Mod u pemziji
  • Najbolji košarkaš koji
  • je ikada igrao ovu igru
  • Pridružio: 31 Avg 2005
  • Poruke: 11687

ReactOS 0.3.13


-Izmene i novosti



Download: http://www.reactos.org/en/download.html

offline
  • Pridružio: 06 Jan 2009
  • Poruke: 265

Interfejs podseca na starijie win95 i win98. Smile

offline
  • Pridružio: 12 Okt 2010
  • Poruke: 10904

aha Smile

meni nece da pokrene os posle instalacije Sad

sad cu da vam pokazem sta mi izbaci Sad

offline
  • bocke  Male
  • Moderator foruma
  • Glavni moderator Linux foruma
  • Veliki Pingvin
  • Guru
  • Pridružio: 16 Dec 2005
  • Poruke: 12486
  • Gde živiš: Južni pol

Gde se tačno ruši? ReactOS ima nekoliko opcija u boot meniju. Jesi li probao svaku od njih?

offline
  • Fil  Male
  • Legendarni građanin
  • Pridružio: 11 Jun 2009
  • Poruke: 16586

U drugoj temi, koju si otvorio, ti je bila skrenuta paznja na stabilnost ovog operativnog sistema. Mislim da si postupio brzopleto, te da si mogao prvo da probas LIVE verziju ili virtualnu masinu (qemu/vmware/virtual box) koju si takodje mogao da preuzmes sa oficijalnog sajta.

offline
  • Pridružio: 12 Okt 2010
  • Poruke: 10904

pa da....na virtualnoj masini sam ga i probao Smile
pazim ja sta vi pisete Smile

offline
  • Pridružio: 14 Feb 2008
  • Poruke: 12392

Napisano: 19 Okt 2011 2:24

Ni ja nisam uspeo da ga podignem.
Oracle VM Virtual Machine
Session5_Initialization_Failed
Pokušao sve boot opcije.


Pokušaću sa drugom VM.


Dopuna: 19 Okt 2011 3:01

Radi sa VMware Playerom. Smile

Ko je trenutno na forumu
 

Ukupno su 661 korisnika na forumu :: 10 registrovanih, 2 sakrivenih i 649 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 3466 - dana 01 Jun 2021 17:07

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: -[CoA]-, _Rade, Battlehammer, bojank, cikadeda, gorantrojka, hyla, Kruger, opt1, sovanova95