Skip to content

stevechang0459/windows-nvme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows-nvme

  • In the VSCode window, you can open the terminal and interact with Bash by pressing Ctrl+J.
  • Enter make clean to clean the project, and enter make to compile the project.
  • To see the execution result, run the compiled executable nvme in the bin/ directory.
  • To format the source code, run the following command:
$(pwd)/Astyle/bin/astyle.exe --options=$(pwd)/_astylerc -I -R ./*.c,*.cpp,*.h --exclude=AStyle --formatted
  • Convert Windows line endings (CRLF) to Unix/Linux line endings (LF):
find . -type f -exec dos2unix {} \;

License

This project is licensed under the GNU General Public License v2.0.

Some portions of the code are derived from the libnvme project, which is licensed under the LGPL-2.1-or-later license.

In accordance with LGPL terms, this project redistributes those portions under the GPLv2.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors