Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ZoloZiak/WinNT4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: abdulrahman305/WinNT4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Oct 28, 2024

  1. Add UpdateSoftware function for software updates

    * **`private/ntos/afd/afdprocs.h`**
      - Add function prototype `NTSTATUS UpdateSoftware(VOID);`
      - Add documentation for `UpdateSoftware` function
    
    * **`private/ntos/afd/update.c`**
      - Implement `UpdateSoftware` function to download and apply updates
      - Include necessary headers `ntddk.h` and `afdprocs.h`
    
    * **`private/ntos/afd/update.h`**
      - Declare `UpdateSoftware` function
      - Include necessary header `ntddk.h`
    
    * **`private/ntos/afd/afd.rc`**
      - Include `update.c` file in the build process
    abdulrahman305 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8806f39 View commit details
    Browse the repository at this point in the history
Loading