Ros-diffs February 2010

ros-diffs@reactos.org
  • 22 participants
  • 365 discussions

[sir_richard] 45511: [ARMDDK]: Use the same KPCR structure on ARM as on x86. [ARMDDK]: Use the same addresses for KPCR and KUSER_SHARED_DATA on ARM as on x86. On ARM however, since there are no "segments", the KPCR is also mapped in user-mode, read-only, to have a static structure that can point to the current TEB.
by sir_richard@svn.reactos.org
14 years, 7 months

[sir_richard] 45510: [ARM DDK]: Use the closest possible approximation to the x86 KPCR/KPRCB (in fact, the public KPCR is identical, just the KIPCR is different, internally), instead of a mashup of PPC and MIPS structures.
by sir_richard@svn.reactos.org
14 years, 7 months

[sir_richard] 45509: [NTOS]: Sync up KiDispatchException with x86 code (and going back to C comment formatting).
by sir_richard@svn.reactos.org
14 years, 7 months

[sir_richard] 45508: [NTOS]: Get rid of fixed TLB entries on ARM, I don't think that idea makes sense (unlike IA64 or MIPS where they are lot more flexible), since they only allow 1MB sections, not pages.
by sir_richard@svn.reactos.org
14 years, 7 months

[sir_richard] 45507: [NTOS]: Forgot to setup an IRQ stack, the kernel was working by magic since in previous incarnations of the ARM port, 0xFFFFyyyy was mapped, so a stack of 0 worked (going downwards). [NTOS]: Now FreeLDR just calls the KiSystemStartup routine correctly, without any "magic", so fix the code to use a1 instead of a2 (argument 1/2).
by sir_richard@svn.reactos.org
14 years, 7 months

[sir_richard] 45506: [ARM SDK]: Use real Versatile base addresses instead of the old hacked FreeLDR base addresses.
by sir_richard@svn.reactos.org
14 years, 7 months

[sir_richard] 45505: [ARMLLB]: PutChar should be a UCHAR routine, this way we can print characters above 127 (extended ASCII). This is needed for the progress bar, for example.
by sir_richard@svn.reactos.org
14 years, 7 months

[sir_richard] 45504: [ARMLLB]: Fix typo.
by sir_richard@svn.reactos.org
14 years, 7 months

[cfinck] 45503: Include the correct file
by cfinck@svn.reactos.org
14 years, 7 months

[fireball] 45502: - Add back DIB section's "bottom down" property, which fixes existing issues (and adds new one in Explorer's start menu). Issue #28 in the Arwinss wiki. - Remove unnecessary abs'es of always positive values. - Add ScanLines/ScanStart bounds checking. - Actually return a real amount of copied scanlines instead of always faking success.
by fireball@svn.reactos.org
14 years, 7 months
Results per page: