Device drivers: Changing the attribute word at install time? (Developers)
> Hello mbbrutman,
>
> > The code you linked looks like it's a UPX device driver for whatever
> > OpenDOS is. (I'm familiar with UPX as a command line program, not as a
> > device driver.)
>
> UPX can apparently compress device drivers for MS-DOS; and the code is
> (part of?) the decompressor stub for device drivers.
yes. UPX can compress device drivers, and even dual .EXE and device drivers.
background: early versions of HIMEM were a dual .EXE and device driver.
you could load it as DEVICE=HIMEM.EXE, but also for command line like
HIMEM /T
would run a regression test. Japeth removed this later on, but this is as HIMEM started.
however dual mode EXE/DRIVER executables could only by compressed by my own, non
public, compression program (EXEPACK). so I (as the original master HIMEM author)
compressed HIMEM.EXE with my proprietary program and published it in this binary form. but nobody else was able to produce the same (compressed) binary.
Bart Oldeman was annoyed by that, 'reengineered' my code and integrated it into UPX.
fine with me.
Complete thread:
- Device drivers: Changing the attribute word at install time? - mbbrutman, 02.10.2023, 23:47 (Developers)
- Device drivers: Changing the attribute word at install time? - glennmcc, 03.10.2023, 03:43
- Device drivers: Changing the attribute word at install time? - mbbrutman, 03.10.2023, 20:21
- Device drivers: Changing the attribute word at install time? - ecm, 03.10.2023, 20:56
- Device drivers: Changing the attribute word at install time? - mbbrutman, 03.10.2023, 21:26
- Device drivers: Changing the attribute word at install time? - tkchia, 03.10.2023, 21:32
- Device drivers: Changing the attribute word at install time? - mbbrutman, 03.10.2023, 22:48
- Device drivers: Changing the attribute word at install time? - tom, 04.10.2023, 23:43
- Device drivers: Changing the attribute word at install time? - tkchia, 03.10.2023, 21:32
- Device drivers: Changing the attribute word at install time? - mbbrutman, 03.10.2023, 21:26
- Device drivers: Changing the attribute word at install time? - ecm, 03.10.2023, 20:56
- Device drivers: Changing the attribute word at install time? - tkchia, 03.10.2023, 21:28
- Device drivers: Changing the attribute word at install time? - mbbrutman, 03.10.2023, 22:51
- Device drivers: Changing the attribute word at install time? - bretjohn, 06.10.2023, 21:35
- Device drivers: Changing the attribute word at install time? - mbbrutman, 07.10.2023, 20:42
- Device drivers: Changing the attribute word at install time? - bretjohn, 09.10.2023, 19:17
- Device drivers: Changing the attribute word at install time? - mbbrutman, 02.11.2023, 19:39
- Device drivers: Changing the attribute word at install time? - bretjohn, 09.10.2023, 19:17
- Device drivers: Changing the attribute word at install time? - mbbrutman, 07.10.2023, 20:42
- Device drivers: Changing the attribute word at install time? - bretjohn, 06.10.2023, 21:35
- Device drivers: Changing the attribute word at install time? - mbbrutman, 03.10.2023, 22:51
- Device drivers: Changing the attribute word at install time? - Rugxulo, 23.11.2023, 22:15