
jumper
MemberContent Type
Profiles
Forums
Events
Everything posted by jumper
-
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
jumper replied to Dibya's topic in Windows XP
[Ntdll.dll] CsrClientCallServer=>ROS\Ntdll: ;redirect [User32.dll] CalcMenuBar=z5e ;stub Details at Kext: DIY KernelEx extensions. KernelEx extends Kernel32.dll (and now others) for user mode only. WdmEx is for kernel-mode extensions. -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
jumper replied to Dibya's topic in Windows XP
KernelEx 4.5.1 is 4.5.2 without the VXD. Application exceptions are supported. Just patch Kernel32.dll like you already have experience doing. Identifying the undocumented entry points will be the challenge. Kexstubs.dll should work with it. Kexstubs.ini provides all the API addition and redirection you want. -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
jumper replied to Dibya's topic in Windows XP
Sorry, I am not familiar with old versions of KernelEx or XP internals. I recommend using KernelEx v4.5.1 instead. The code injection article is only for modifying the behavior of existing functions, not for adding missing ones. If we add a large implicit TLS data section to Kernel32.dll, that should solve the thorny reallocation problem. Then LoadLibrary just needs to properly initialize the TLS selector index. -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
jumper replied to Dibya's topic in Windows XP
> kernel ex 0.38 source ??? > fix it ??? -
My Browser Builds (Part 1)
jumper replied to roytam1's topic in Browsers working on Older NT-Family OSes
XPM -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
jumper replied to Dibya's topic in Windows XP
None at run-time for XP. ImportPatcher or others manually pre-run. Vista's explicit-load-of-DLL's-that-use-implicit-TLS problem might be solvable by simply adding the delayed dependency to the import table. I'm working on adding support for this, plus automation and more to ImportPatcher. -
Last Versions of Software for Windows 98SE
jumper replied to galahs's topic in Pinned Topics regarding 9x/ME
TaskInfo2000 v2.1 displays real-time file cache, memory, and CPU usage for processes, threads, and the whole system. -
> SSE only processors such as the Pentium/Pentium II/Pentium III Of those three processor families, only the Pentium III has SSE support.
-
Seems to work, but no one else in the room to respond! Tested on 98se. 703 KB filesize. Just 6.5 MB total ram usage after login and test post. :)
-
So for HTML5 video, 2K needs to be upgraded enough to use the XP Firefox solution. Makes sense, Thanks @Tommy!
-
Is MSFN.org now practically unusable for win-98/Opera 12?
jumper replied to Nomen's topic in Windows 9x/ME
Disable JS. I switched the theme and its now at least as good as before in SM2.0.14 (like FF/PM 3.6) on 98se+Kex2016. -
> Right and now flash is also dead for youtube. Only for embedded according to that Youtube message.... > we've got YouTube working properly with HTML5 and H.264 on Windows 2000 This is news to me. Can you provide a thread post link to details?
-
File is linked to missing export WMVCore.dll:WMCreateReader [Solved]
jumper replied to JaKSLaP's topic in Windows 9x/ME
WMP9 -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
jumper replied to Dibya's topic in Windows XP
Remove all references to MYFUNCTION from the source. None in EXKERNEL.ASM. If you repost ExtendedKernel.7z, I'll take a look. -
All versions of Extended Core, just this version, or starting at which version? The next step will be identifying the individual file responsible.
-
Ensoniq might be sharing an IRQ with the HDD controller. If playing the files from ramdisk or USB works, changing the IRQ or using RLoew's Interrupt-Fix could be the solution.
-
Can someone try this ssl/tls browser test and post results?
jumper replied to Nomen's topic in Windows 9x/ME
In FF2 I get "Connection was interrupted" unless I enable SSL2. So with SSL2 enabled: With JS on, messages are reproduced here...so expected. With JS off, only typical JS missing warnings. All reloads yield "Connection was interrupted" until FF2 is restarted. Disabling SSL3 has no affect. -
Smartdrive Revisited: Sata drives in MSdos compatibility mode
jumper replied to deomsh's topic in Windows 9x/ME
How about XHDD /B + Smartdrv? -
What IRQ's were assigned to each of these cards?
-
Win 98x command.com black screen, IPS LCD refresh rate problem?
jumper replied to ruthan's topic in Windows 9x/ME
You can try starting Windows in Safe Mode using these extra debugging options: WIN /D:MSX -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
jumper replied to Dibya's topic in Windows XP
> Any one know how to compile linux driver for windows xp? Let's call this Linux driver "L2". First we find an earlier version of the device for which exist Linux (L1) and Windows (W1) drivers. Then we apply the L2-L1 source differences to W1 to obtain W2. Compile and debug W2 normally. -
No youtube for Win9x/ME users without KernelEX anymore now?
jumper replied to schwups's topic in Windows 9x/ME
Are you saying youtube-flash-video-player didn't work? It's in the HTML of the served webpage, so a plugin is needed to modify the served page. Or the loaded page can be modified with a bookmarklet. Or the page can be saved locally, edited, and then reloaded. -
XP32, Windows Update & svchost 100%: OTHER solutions?
jumper replied to Tomcat76's topic in Windows XP
> the PC reboots itself immediately. This causes the SoftwareDistribution folder to become corrupt once again. This sounds like the HDD is getting reset before all data is written. You might want to disable write caching when doing these updates. -
Secur32.dll and Iphlpapi.dll from XP-SP3 cause more problems than they solve. Do not try to use them in any way on Win9x. Psapi.dll should not be present in the Windows or System folders. The 4KB version from KernelEx Auxiliary DLL Updates should be in the KernelEx folder. > contents=Kstub822,std,kexbases,kexbasen,K452stub Oh my! No one should still be using K452stub! Post the results from the K452stub.log file in Kext: DIY KernelEx extensions, then remove K452stub as intended. While you're at it, also post results from the Kstub822.log. :) > The data value for IPHLPAPI for the KnownDLLs key is IPHLPAPI.JMP. This setting is preventing KernelEx from providing any extensions to Iphlpapi.dll. Your IPHLPAPI.JMP is a renamed version of Iphlpapi.dll that doesn't contain CancelIPChangeNotify. This .jmp technique from 4-1/2 years ago requires manual updates that have not been done. Instead, just change the KnownDLLs key value back to IPHLPAPI.DLL and delete IPHLPAPI.JMP. > Has anyone thought of adding an ascii <-> unicode translator into Kex so that when a (W) function is called, Kex translates the call to Ascii and performs the function call using a native module (if present) ? This is exactly how KernelEx and Unicows implement most of the "W" functions. > Maybe there's a way to use unicows to do this? KernelEx does make heavy use of Unicows by forwarding functions to it. That's why Unicows.dll (1.1.3790.0) is a KernelEx system requirement.