Jump to content

jumper

Member
  • Posts

    1,833
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. Use in drivers is a problem. GPU's and NIC's are just two peripherals with controllers that can access the data bus at the same time as the CPU.
  2. http://journaleyapp.com https://alternativeto.net/software/mini-diary/ http://www.lanet.lv/simtel.net/win3/pim-pre.html - darwin11.zip (990309) 54K Diarywin: Daily Diary/Journal. Freeware mpd46a.zip (970708) 399K My Personal Diary: Multifeatured private diary http://www.lanet.lv/simtel.net/win95/pim-pre.html Or we could write our own....
  3. In the exchange case, cmpxchg8b is: cmp64 mov64 We can only do: cmp32 cmp32 mov32 mov32 Or: cmp32 cmpxchg (32) mov32 Using cmpxchg twice is buggy.
  4. Use a slim lock instead. If an SList node is present, it must be processed (Next and Depth zeroed). A pointer to the next node in the list must be returned.
  5. Delrina/Amaze Daily Planner, from 1992/93 for Win 3.1 - Me, 2000. Also check Simtel mirrors for similar sw.
  6. Delete the file then create a hidden folder in its place. Optionally create in that folder a file with a comment.
  7. 2^32 is 4 gigs. AoE probably saw 24.1 GB as 0.1 GB. Extracting resulted in 23.9 GB or 3.9 GB to AoE.
  8. It's probably not in the source code, but inserted by the compiler for try-except blocks.
  9. </pre><li> In code box? </li> <li> line Hmm. Definitely not what I entered.... Edit: And garbled upon edit. The inline editor has never been as good as the old full-featured editor that opened full-window.
  10. Try: Msvcr80.dll V8.00.50727.762 Mozcrt19.dll V8.00.0000 These load for me in ProcWin on 98fe.
  11. Please add "SE" to the topic title. Without it, first edition is implied.
  12. Perhaps off-screen compositing is using a YUV color space or other compressed bitmap to reduce memory consumption.
  13. Slipstream the driver into the OS install. Sleep requests can be blocked by any driver, program, or process. It might be possible to kill vga.sys programmatically once the new driver takes control.
  14. The restart is needed to deactivate the default driver. This can be prevented by installing the drivers for the new hardware before attaching it.
  15. The combination of things you want might not be possible. So install IE5.5, test, then try "removing" it and testing again.
  16. Don't extract, install! You need other supporting files as well.
×
×
  • Create New...