Jump to content

R1600

Member
  • Posts

    41
  • Joined

  • Donations

    0.00 USD 
  • Country

    Korea, Republic Of

Posts posted by R1600

  1. 13 hours ago, hexagonwin said:

    I've tried installing Advanced Server and Pro with core 12a. Unfortunately though, the 12 threads of my processor aren't getting detected (only 8; 12 in datacenter), but this is a minor issue. Even with core 12a, I'm not yet able to drive both displays in dual head mode.

    You have to edit registry.

    Windows Registry Editor Version 5.00
    ;Increase core count limit to 12 cores
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
    "RegisteredProcessors"=dword:0000000c
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NDIS\Parameters]
    "ProcessorAffinityMask"=dword:00000fff

    If you still have problem with NVIDIA driver, leave a comment on @blackwingcat's blog.

  2. On 2/14/2023 at 11:09 PM, mockingbird said:

    Yes, and on Windows 98, and DOS too for that matter.  This is drive dependent and not OS dependent.  If your DVD drive can read 8.5GB discs, then your OS will too.

    Actually, it is OS dependent too. Windows 98 and 2000 do not support UDF 2.0 or later. DVDs formatted with UDF 2.0+ require a third-party driver or utility to work with Windows 2000.

  3. Seem like the main contributors of XP/2003 ACPI.SYS are not as interested in Windows 2000 as XP/2003. As @Mov AX, 0xDEAD said, no one can make Windows 2000 ACPI.SYS compatible with modern hardwares by binary patching (Adding ACPI 2.0 extended syntax and fixing known ACPI incompatibilites)

    Before XP source code leaked, modders already knew the limit of binary pathing original ACPI.SYS. They even tried to use ACPI.SYS from Windows Vista Beta 1, since it supports ACPI 2.0 syntax.
    I think more realistic way is either using Extended Core to replenish missing functions, modifying Windows XP ACPI.SYS source code to make it compatible with Windows 2000, or both.

    @blackwingcat's Extended Core already has three missing functions of NTOSKRNL.EXE. The last one is HeadlessDispatch. Does anyone have idea to handle it? Will it be possible to make ACPI.SYS process this function itself?

  4. On 12/2/2022 at 3:56 AM, WinWord2000 said:

    @blackwingcat maybe can do this job , @Mov AX, 0xDEAD can you please put the list of missed functions in acpi.sys of Windows 2000 

    NTOSKRNL.EXE (5.0.2195.6902) -

    • InterlockedPopEntrySList
    • InterlockedPushEntrySList
    • HeadlessDispatch
    • ExfInterlockedCompareExchange64

    @blackwingcat's Extended Core has IntelockedPopEntrySList, InterlockedPushEntrySList, and ExfInterlockedCompareExchange64.

  5. 18 hours ago, The Cubis said:

    Hi how do i slipstream drivers 4 vista no tools support it (what i can found)

    Option 1. Mount install.wim, use PEIMG to slipstream your driver with /inf option, and unmount it (Don't forget to commit changes)
    Option 2. Use vLite. vLite is like nLite for Vista. Since this tool is obsoleted, you may have some problem with Windows 10. I recommend to use second most latest version.
    Also, There's other USB3 driver ported by daniel_k. https://drive.google.com/file/d/1MoRwTRdvbOTG88PV3_CervB235YJVkZm/view?usp=sharing

  6. Hi. Could anyone explain how to make something like Extended Kernel? I want to make Extended Kernel for NT 3.51 to run NT 4.0 NDIS driver. NDIS4 driver from NT4 build 1365 requires more functions in ntoskrnl.exe and hal.dll from NT4. (ntoskrnl.exe - KeInitializeTimerEx, KeSetTimerEx & hal.dll - KeAcquireSpinLockRaiseToSynch)
    I have modified a bit of assembly file with Hex editor and IDA. But due to lack of my knowledge(and also my English skill), I still need some guide how to make Extended Kernel.

    I have looked up other topics explaining how to make Extended Kernel, but I failed to understand the whole process. Is there anyone who can help me?

  7. On 3/21/2022 at 12:14 AM, Mixarium said:

    nevermind, found a different iso and that one worked.

    overall, when I choose the "ACPI PC" option, it loads up the rest of the setup, and... everything's normal.

    Which ISO did you have success with? I'm trying to install Windows 2000 on Compaq CQ40-304AU. Even though I disabled AHCI and ACPI 3.0, I'm getting 0x0000007B BSOD. I know my laptop is AMD platform, but I think I'm capable of modifying ISO for my system.

×
×
  • Create New...