This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2025-01-03 21:09:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
53d3cc5f3f
reactos
/
hal
/
halx86
/
legacy
/
bus
/
.gitattributes
4 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
[HALX86] Convert the PCI Ids files to LF ('\n') endlines, and adjust the parsing code. (#4905) This allows to somewhat reduce their size, and the resulting size of the generated hal.dll file. pci_classes.ids Before: 6,207 bytes After : 5,968 bytes Reduction: 239 bytes --> 4% pci_vendors.ids Before: 1,370,248 bytes After : 1,334,622 bytes Reduction: 35,626 bytes --> 2.6% Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
2022-11-25 15:34:52 +00:00
# The HAL expects these files to be in LF.
pci_classes.ids text eol=lf
pci_vendors.ids text eol=lf
Reference in a new issue
Copy permalink