Content Type
Profiles
Forums
Events
Everything posted by reboot12
-
In QEMU (virt-manager) on Linux you have to do this: qemu-system-x86_64 -cpu host,-sse2 In QEMU on Windows: qemu-system-x86_64 -cpu qemu64,-sse2 In the Linux host system, e.g. Debian you need add the option clearcpuid=26 to the kernel cmd line in /etc/default/grub: GRUB_CMDLINE_LINUX="clearcpuid=26" then update-grub and reboot To check if it works: cat /proc/cpuinfo | grep flags How to disable CPU Feature / Flag HLE "Hardware Lock Elision" on RHEL x86 - intel cpufeatures.h #define X86_FEATURE_XMM2 ( 0*32+26) /* "sse2" */ How to achieve the same for Windows without using a virtual machine? I found it: set-sse2-enable but this is a guide on how to compile their own applications so that they do not use SSE2 sse2_use_not_use.zip - test tools fo Win 32-bit
-
@Mov AX, 0xDEAD PC1: Try a virtual machine QEMU (virt-manager) on Linux e.g. Debian9 and Serial TCP net console Client Mode - set IP 192.168.0.2:4555 PC2: IP 192.168.0.2 install Fabulatech Serial Port Redirector, add virtual port COM Server eg. port TCP 4555, port COM12, speed 115200, Raw Data Run Windbg -> Kernel Debug on COM12 115200
-
@pta54 Try this: Install WinXP from USB
-
Good Text-to-Speech eBook Reader Software for Windows XP?
reboot12 replied to FantasyAcquiesce's topic in Windows XP
What version because 3.3.61 does not work on WinXP. Old version 3.3.19 works but not support TTS. Balabolka can read many files and also from the Windows clipboard and works on WinXP 32/64-bit (tested version 2.5.0.531): Can use TTS and Microsoft Speech Platform voices. -
@gerwin Try the drivers 355.98 > Windows XP (x64) and very high resolutions with NVIDIA (and now: ATi / AMD) These drivers are better than the latest because they allow you to add a custom resolution.
-
Tutorial Windows 95 1366x768 Display fix for VMware
reboot12 replied to Nerdulater's topic in Windows 9x/ME
In 1994 I only had a ZX Spectrum clone (resolution 256x192) and I heard about PC from television and newspapers- 10 replies
-
- Display
- Windows 95
-
(and 2 more)
Tagged with:
-
SoundMAX HD Audio drivers not working on XPx64
reboot12 replied to JukeBoxHero's topic in Windows XP 64 Bit Edition
You've been looking poorly. I found audio drivers for ThinkPad X61 in 2016, i.e. 6 years ago - a microphone works and my drivers are newer 6.10.2.7280: X64.rar Installing Windows XP (x64) on an x61s Thinkpad I found the driver on the microphone works -
@Andalu Maybe you're right. I have a Samsung NVMe drive so I prefer the Samsung NVMe driver on which TRIM works - I don't need a SiliconMotion driver.
-
From what I found out, the diskdump.sys file is used when BSOD appears in the OS - then debugging information is saved on the disk in %SystemRoot%\Minidump I found the update of the diskdump.sys file for Win7 without which during saving debugging information may be damaged volume on disk if is larger than 2 terabytes: One or more volumes are corrupted on a hard disk when a dump file is saved on a computer that is running Windows 7 or Windows Server 2008 R2 if the hard disk space is larger than 2 terabytes My NVMe disk is 250 GB so I don't think these updates are needed.
-
@George King I have a question? Before installing the NVMe 1.3 driver by Schtrom installed the WindowsServer2003.WindowsXP-KB932755-x64-ENU.exe update that updates files: storport.sys and diskdump.sys Then I updated the NVMe driver for a corrected Samsung_NVMe_3.3.0.2003 which probably replaced the storport.sys file. The diskdump.sys file was remained from the KB ...755 update. Will NVMe drivers work properly without an updated diskdump.sys file?
-
I forgot that I use WinXP 64-bit
-
@George King OK, SourceDisksFiles.amd64 but I corrected the rest of the mistakes well.
-
@George King I have fixed the secnvme.inf x64 file and works without any problems including TRIM in O&O Defrag secnvme_fix_by_Gelip.zip Silicon Motion Generic_NVMe_10.4.49.0 works only because I updated the driver when the Samsung driver operated - it is exactly about the secnvmeF service running. After switching off the service: sc config secnvmeF start= disabled I turned on the Windows debug through the serial port in BCD and after restart OS I have a 7B error in WinDbg: WinDbg 7B error log SmartDefrag 4.2 and TxBENCH 0.98 not make TRIM on any driver O&O Defrag make TRIM on Generic_NVMe_6.1.7601.23403, fixed_Samsung_NVMe_3.3.0.2003 and Silicon Motion Generic_NVMe_10.4.49.0 with secnvmeF service running (from Samsung driver)
-
I have a Samsung 970 EVO Plus disk and the secnvme.inf file is appropriate PCI VEN DEV However, I looked at file and it looks like there are simply mistakes: [SourceDisksFiles.amd64] should be probably [SourceDisksFiles.NTamd64] [nvme_inst.NTx86.CopyFiles] should be probably [nvme_inst.NTamd64.CopyFiles] I don't understand why you are running the TrimCheck program 3 times? All you need is 2 times! During the first launch, the program creates a trimcheck.bin file on the disk, saves its location and a few bytes of data in the .json file and then deletes the trimcheck.bin file and then informs the user to now make a manual trim so you do TRIM, e.g. in O&O Defrag. After TRIM You run TrimCheck again, which compares the data contained in the .json file with data in the disk cluster.
-
Thanks but I checked these drivers and there are still the same problems as in the August version: Samsung_NVMe_3.3.0.2003 - error while installation in .inf file Generic_NVMe_10.4.49.0 - after restart WinXP SP2 x64 not boot - probably BSOD Of course, it's about x64 versions !
-
I already know the answer to this question. Small text file is located in $MFT record and not occupied any cluster - that's why TRIM has no access to it.
-
@George King I tested your NVMe x64 drivers from the Ported_Drivers_for_XP2ESD.7z Samsung_NVMe_3.3.0.2003 - error while installation in .inf file Generic_NVMe_10.4.49.0 - after restart WinXP SP2 x64 not boot - probably BSOD Generic_NVMe_6.1.7601.23403 - working :-) With this driver, the O&O Defrag program no longer displays a warning and makes a TRIM - the progress bar goes as a percentage - unfortunately after making a TRIM in the sector in which the file was still no zero but trimcheck-0.7-win64.exe (second run after TRIM by O&O Defrag) displays that TRIM works: Maybe I check the sector in WinHex badly ??? EDITED ===== My test text file is too small because it has only a few bytes. I noticed that the trimcheck program creates a 64MB test file. So I copied to the desktop some other file, e.g. explorer.exe 1.30MB, checked the sector in WinHex, removed the file - also from the Recycle Bin, I made a TRIM in O&O Defrag and now I have zero in the sector where the file was So I have a way to make a TRIM on the NVMe disk at WinXP SP2 64-bit - ported driver Generic_NVMe_6.1.7601.23403 + O&O Defrag v17.5.559 P.S. I wonder why Smart Defrag doesn't do TRIM ??? I am only thinking about one thing - why I can't use a small text file for the test - a few bytes ???
-
Tutorial Windows 95 1366x768 Display fix for VMware
reboot12 replied to Nerdulater's topic in Windows 9x/ME
@MrMateczko In the time of Win95 there was no such thing as FullHD and no one had such a monitor and graphics card with memory that would support such resolution - at least an ordinary user did not have such things. Then the S3 Trio/Virge cards were popular with 2MB memory. At that time, 15" monitors were popular and 800x600 32-bit resolution. 2MB is not enough to display the image in 1024x768x24-bit - for this you need 2.25MB: 1920x1080 = 2 073 600x24 bits/pixel = 49 766 400 bits = 6 220 800 bytes = 5,93 MB So today FullHD in Win95 is fancy.- 10 replies
-
- Display
- Windows 95
-
(and 2 more)
Tagged with:
-
I use storport.sys .4021 (WindowsServer2003.WindowsXP-KB932755-x64-ENU.exe) and Kai Schtrom 1.3 NVMe driver.
-
@RainyShadow I checked it, but unfortunately after making TRIM there are still non-zero data: Test TRIM
-
I have this message:
-
How long does the 20GB TRIM partition last? I launched the TRIM option in the Smart Defrag 4.2 program on WinXP, but if TRIM was actually done, I don't know because it lasted only about 2 seconds ? How to check if TRIM has been made?
-
What program is to make a TRIM under Win7 or newer? Samsung Magician only shows TRIM Status P.S. I found it: One consequence of the flash translation layer is that logical blocks do not necessarily correspond to physical locations on the NAND at all times. In fact, there is a command that clears the translation for a block. In NVMe, this command is called deallocate, in SCSI it is called unmap, and in SATA it is called trim. SATA > TRIM SCSI > UNMAP NVMe > DEALLOCATE