Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

alphamule

Member
  • Joined

  • Last visited

  • Country

    United States
  1. I know that this may sound like a stupid question, but why do we even have to use the compressor that Microsoft used? There are plenty of EXE/COM compressors that could be modified to do that same job. Once it's loaded into RAM, it hardly matters what the code on disk looks like. The tasks I see needed to make it work: 1) Create a replacement of the decompression stub that understands the format you want to use. Some really good compressors have decompression stubs that will fit within 2KB. 2) Create a version of the compression tool's library that can deal with the IO.SYS file's raw (decompressed) image. This will create the file to append to the stub. 3) Combine the compressed stream with the stub and you have a newly compressed IO.SYS. I think this may be a good project to try out. It's been a while since I hacked DOS code.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.