Jump to content

Tihiy

Developer
  • Posts

    2,806
  • Joined

  • Last visited

  • Days Won

    21
  • Donations

    280.00 USD 
  • Country

    Mauritius

Everything posted by Tihiy

  1. Check RPLite topic for download. Sorry for bump.
  2. Very nice! I'm impressed, but I can't test now: i'm falling asleep. I'll explore into this tomorrow... Also, Xeno86, make sure you're targeting kernel32.dll 4.10.2225: it has significally less space between sections so i'm not sure in Method 1.
  3. Probably final Windows 98 Revolutions boot logo.
  4. Added fixed for dos 7.0 version to the first post.
  5. Well, bad. I haven't tried to run it in dos/9x, but in xp/dos it work well. I'll explore this problem.
  6. I have hard time writing this thing in pure assembler, and now i'm proudly presenting my new work: SVGA (not VGA!) animated XP-like boot screen! I want you to test it! Please download,extract,run and test: - Does it display propertly? (describe your hardware) - Does it animates propertly? - Do you like this kind of boot screen/animation? (DO NOT complain about picture, it sux i know) This version just displays picture and terminates, final version will be in/with win.com. It is going to be available in RPLite 5 tech beta in two weeks, source code will be avaiable. XPLogo2.zip
  7. Install RPLite v3, which is available in RP Lite topic.
  8. 1. No 2. No It's not easily possible to use this DLL in any OS.
  9. Sometime ago i wanted generic SVGA/VESA driver (like in XP) to include onto my 98 rescue CD. I've found generic SVGA driver for Windows 3.11 circulating in net (SVGA.EXE, you can find it here for example). But it refused to work (even in 3.1 on 486) But recently i've found a cool patch which adds VESA compliant video card support to this driver. And now you have 1024x768x256 instead of 640x480x16. I think it is much better! MDGx may advise this driver and patch somewhere in his useful tips. I've created a zip with required files and nothing unnecessary. You must merge system.cb included into this zip with yours in \windows (if you have one) and copy other files into \windows\system. After that, in safe mode, you will get maximum resolution. You can reduce "resolution=" in system.cb I haven't tried it enough - it does not work under VMWare (but nothing bad must happen, just error message and VGA driver loads) SVGA.zip
  10. I think that's because this patch modifies GetVersionInfoEx build number hi word to detect itself; propertly written applications should never examine buld number hi word. Better not to rely on GetVersionEx, i hope it'll be solved in next patch version (?).
  11. Well, LLXX, i'm not sure what it is so easy to add functions. In the patch you've submitted, no new functions were added into export table - they were in 98 kernel, but unimplemented. I know, adding functions to entry table is much harder. Are you sure that it is possible?
  12. Excellent.
  13. Patcher won't work on Win9x without rewriting .cmd-files to .bat ones with 9x paths. I've tried it, looks great, but too Linuxish to me - too different from Windows icons, even from firefox html icon. Do not forget that you'll need to use RPLite to turn on 32-bit icons support, because there is no 8-bit analogs!
  14. http://www.litepc.com/support/kb.cgi?view=51 Use search!
  15. Install WDM Update (included in Unofficial Service Pack) and use manufacter drivers instead of kX.
  16. It is good, however, i'm sure that main improvement in tcpip.sys and it is not included in 98SE2ME. I also don't know which files or registry entries are responsible for it.
  17. Yes? Give me examples. Any. Also: you want to say Win9x APIs are emulated in NT? Give me examples.
  18. Link21, please, give examples instead of nude words. What do you mean? Which old applications? new applications? Which newer APIs? obsolete APIs? Just another agressive dreamer.
  19. As far as I know 98SE2ME does not install Windows ME networking stack.
  20. I've said: So: you better should not install WMF patch because it installs updated gdi* files. Please post next time with RP (Lite) questions to RP (Lite) thread. P.S. RP4 is crap. Powerful crap.
  21. <sarcasm> Format C: </sarcasm> Seriously, you should look for patches that may improve system stability, but it is unsafe to install 98SE2ME or patched system files (user*,gdi*,shell*,kernel*) over RP4 due to its architecture.
  22. There may be a incorrent checksum in file(s) or file(s) is in HKEY_LOCAL_MACHINE\System\CurrentControlSet\control\SessionManager\WarnVerDLLs (CheckVerDLLs).
  23. It should leave driver files - just modifies registry entries. I had VMWare drivers installed and it catched them without reinstall.
  24. Here is a small registry trick i've discovered. With it you can reinstall all hardware drivers without a problem (you do not have to click a lot of hardware install dialogs). It can be very useful when you're deploying Win 98 image on different computers or installing your custom Windows version. Attached zip file contains 2 reg files: - reload.reg: makes 98 believe that it is installing itself first time. - delhdw.reg: removes current hardware entries and configuration. Warning: if you have WinME or 98SE2ME with sysdm.cpl from WinME, you'll have to reboot your computer 2 or more times due to stupid ME setup behavior. With sysdm.cpl from 98, your computer won't reboot! I hope someone will find this files useful. newconfig.zip
  25. Good, i hope some day slipstreaming will be as good as 2000/XP one, it's the only thing i wanted for ages.
×
×
  • Create New...