Go to file
Dreg f6a654af55
Add .gitattributes force eol to LF (no CR+LF) (#18)
Add .gitattributes force eol to LF (no CR+LF).  People have different core.autocrlf configurations and It can turn Bochs repository into a mess.

text="auto" is for automatic end-of-line normalization. If Git decides that the content is text, its line endings are normalized to LF on checkin.

If the text attribute is unspecified, Git uses the core.autocrlf configuration variable to determine if the file should be converted.

So, when someone commits a file, Git guesses whether that file is a text file or not, and if it is, it will commit a version of the file where all CR + LF bytes are replaced with LF bytes.
2022-07-24 18:27:33 +03:00
bochs Fix that the INIT signal remains pending even after delivery of VM-exit/#VMEXIT(INIT) (#16) 2022-07-24 07:14:01 +03:00
bochs-performance - add comments describing how blur-translate works 2002-04-17 22:51:58 +00:00
bochs-testing - add results and conclusion 2002-11-19 15:56:26 +00:00
.gitattributes Add .gitattributes force eol to LF (no CR+LF) (#18) 2022-07-24 18:27:33 +03:00
.gitignore Ignore MSVC/Visual Studio build related files (#17) 2022-07-24 07:12:33 +03:00
LICENSE Create LICENSE 2022-07-11 14:44:53 +03:00