Skip to content

Releases: oerg866/k6init

v0.91 - Hotfix for memory footprint issue

29 Aug 14:49
Compare
Choose a tag to compare

What's new?

  • K6INIT no longer uses memory when loading in CONFIG.SYS

v0.90 - Fixes, set Multiplier for K6-2+/K6-III+

28 Aug 23:42
Compare
Choose a tag to compare

This version allows you to set the multiplier for the K6-2+/K6-III+ CPU.

Other changes:

  • Some typos and restructuring
  • updated README
  • Fix missing function call that resulted in Write Order Mode not being set.

v0.04 - Bug fixes!

28 Aug 17:21
Compare
Choose a tag to compare
v0.04 - Bug fixes! Pre-release
Pre-release

NEW in this release:

  • Write Ordering parameter (/wo) no longer causes a string parse error.
  • Added /wcdisable parameter to completely disable write combining
  • Fixed crash/freeze when writing a 2nd MTRR (usually when using /vga parameter)
  • Fixed write order misnamed function in K6CPU.ASM (probably caused WO register write to have no effect)
  • Fixed write allocate memory size being off by 4MB
  • Improved command line error display (I really like this one 😜)

v0.03 - Write ordering mode, custom regions & command line parameters!

27 Aug 23:35
Compare
Choose a tag to compare

NEW in this release:

  • Write Ordering Mode configuration has been added
  • Many command line parameters have been added!
  • You can now specify custom Write Combining regions
  • You can now specify custom Write Allocate Size & Memory Hole info
  • You can now enable Write Combining for the legacy VGA memory region
  • You can now skip autodetection for WC/WA in case they fail on your machine

Have a look at README.MD to see what is now supported!

This is all VERY UNTESTED and probably broken in some ways. Please help me by testing <3

v0.02 - Set Write Allocate for System Memory

26 Aug 00:40
Compare
Choose a tag to compare

v0.01

23 Aug 11:11
Compare
Choose a tag to compare
v0.01 Pre-release
Pre-release

This version supports finding LFB(s) using VESA BIOS Extension (VBE) queries and sets the MTRR0/1 registers in the CPU accordingly to enable Write Combining.

On my system this works and sets Write Combining for E000000 with a size of 32MB for my GeForce 2 GTS card.