PCI phased out? (Announce)
> > > > WINE 64-bit does run Win16 apps. It didn't say anything
> > > > about slow emulation. But I haven't tested. Most, if not all,
> > > > Win 3.x apps are indeed pmode-friendly.)
> > >
> > > Probably win32s apps.
> >
> > I think all Win 3.0 apps were 16-bit pmode friendly. Win32s (NT subset)
> > used PE (not NE), which is not a 16-bit format, so that part should be
> > easiest. Like I mentioned before, I (fairly recently) used Virtual
> Pascal
> > to compile a Win32 PE with WinCRT (GUI), and it surprisingly worked
> under
> > Win3.1/Win32s on my 486 (though not if UPX'd). But I also threw in a
> > separate DOS stub compile (Turbo Pascal, 8086) for completeness. Win64
> runs
> > it fine, but WINE runs it incorrectly (draws wrong), go figure.
>
> But Win32s (unlike Win9x or WinNT) requires relocations, which most newer
> compilers don't generate. Old Borland stuff does (BC55, older Delphis),
> though. WDOSX requires relocs for its PE emulation. Even using UPX on PEs
> in general, you have to be careful as --strip-relocs=1 is default. So you
> have to manually say --strip-relocs=0 both when packing AND unpacking
> (oddly)! EDIT: But I'm pretty sure UPX's Win32 stub isn't Win32s friendly
> anyways.
>
For MS Linker, you can tell it to generate .reloc section with "/fixed:no" linker switch. I can successfully create binary for Win32s. (Of course no CRT functions can be used, only Pure Win32(s) API can be used)
> > I need to setup a bootable USB of Linux64 (EDIT: w/ DOSEMU) one of these
> > days, but I can't quite decide how to do it.
>
> I'll probably try this (in lieu of Ubuntu [buggy, IMO] or UNetBootIn
> [non-persistent]):
>
> https://fedorahosted.org/liveusb-creator/
Complete thread:
- PCI phased out? - marcov, 09.02.2011, 12:51 (Announce)
- PCI phased out? - RayeR, 09.02.2011, 16:24
- PCI phased out? - marcov, 10.02.2011, 16:02
- PCI phased out? - RayeR, 10.02.2011, 17:57
- PCI phased out? - marcov, 10.02.2011, 21:10
- PCI phased out? - RayeR, 11.02.2011, 00:25
- PCI phased out? - marcov, 11.02.2011, 10:56
- PCI phased out? - RayeR, 12.02.2011, 02:34
- PCI phased out? - marcov, 12.02.2011, 12:45
- PCI phased out? - Rugxulo, 12.02.2011, 21:28
- PCI phased out? - DOS386, 13.02.2011, 06:02
- PCI phased out? - RayeR, 13.02.2011, 16:11
- PCI phased out? - DOS386, 14.02.2011, 09:27
- PCI phased out? - RayeR, 13.02.2011, 16:11
- PCI phased out? - marcov, 14.02.2011, 10:29
- NTVDM speed (or lack thereof) - Ninho, 15.02.2011, 12:26
- NTVDM speed (or lack thereof) - Rugxulo, 15.02.2011, 14:26
- NTVDM speed (or lack thereof) - marcov, 15.02.2011, 14:33
- NTVDM speed (or lack thereof) - Ninho, 15.02.2011, 20:27
- NTVDM speed (or lack thereof) - Rugxulo, 15.02.2011, 23:21
- NTVDM speed (or lack thereof) - marcov, 16.02.2011, 09:24
- NTVDM speed (or lack thereof) - Ninho, 16.02.2011, 20:04
- NTVDM speed (or lack thereof) - RayeR, 16.02.2011, 01:50
- NTVDM speed (or lack thereof) - Rugxulo, 16.02.2011, 02:24
- NTVDM speed (or lack thereof) - RayeR, 16.02.2011, 10:41
- NTVDM speed (or lack thereof) - rr, 17.02.2011, 20:33
- NTVDM speed (or lack thereof) - Rugxulo, 16.02.2011, 02:24
- NTVDM speed (or lack thereof) - Rugxulo, 15.02.2011, 23:21
- NTVDM speed (or lack thereof) - Rugxulo, 15.02.2011, 14:26
- PCI phased out? - DOS386, 13.02.2011, 06:02
- PCI phased out? - RayeR, 14.02.2011, 15:45
- PCI phased out? - marcov, 15.02.2011, 13:40
- PCI phased out? - RayeR, 15.02.2011, 15:15
- PCI phased out? - marcov, 15.02.2011, 18:43
- PCI phased out? - RayeR, 15.02.2011, 19:46
- PCI phased out? - marcov, 16.02.2011, 10:36
- PCI phased out? - RayeR, 16.02.2011, 12:22
- PCI phased out? - marcov, 16.02.2011, 15:38
- PCI phased out? - Rugxulo, 16.02.2011, 19:18
- PCI phased out? - marcov, 16.02.2011, 21:22
- PCI phased out? - Rugxulo, 17.02.2011, 02:28
- EOD (was "PCI phased out?") - DOS386, 17.02.2011, 06:44
- PCI phased out? - marcov, 17.02.2011, 19:44
- PCI phased out? - Rugxulo, 18.02.2011, 08:39
- PCI phased out? - marcov, 18.02.2011, 09:30
- PCI phased out? - Rugxulo, 21.02.2011, 07:43
- PCI phased out? - Rugxulo, 08.03.2011, 23:47
- PCI phased out? - Rugxulo, 11.03.2011, 00:06
- PCI phased out? - roytam, 11.03.2011, 07:52
- PCI phased out? - Rugxulo, 17.03.2011, 04:16
- PCI phased out? - Rugxulo, 11.03.2011, 00:06
- PCI phased out? - Ninho, 19.02.2011, 10:56
- PCI phased out? - Rugxulo, 21.02.2011, 07:15
- PCI phased out? - marcov, 21.02.2011, 14:09
- PCI phased out? - Laaca, 21.02.2011, 14:22
- PCI phased out? - marcov, 21.02.2011, 14:09
- PCI phased out? - Rugxulo, 21.02.2011, 07:15
- PCI phased out? - marcov, 18.02.2011, 09:30
- PCI phased out? - Rugxulo, 18.02.2011, 08:39
- PCI phased out? - marcov, 21.02.2011, 14:47
- PCI phased out? - roytam, 22.02.2011, 04:26
- PCI phased out? - RayeR, 22.02.2011, 13:29
- PCI phased out? - RayeR, 22.02.2011, 23:44
- PCI phased out? - Ninho, 23.02.2011, 17:39
- PCI phased out? - RayeR, 23.02.2011, 19:47
- PCI phased out? - Ninho, 23.02.2011, 19:56
- PCI phased out? - RayeR, 23.02.2011, 23:27
- PCI phased out? - RayeR, 24.02.2011, 14:37
- PCI phased out? - Ninho, 23.02.2011, 19:56
- PCI phased out? - RayeR, 23.02.2011, 19:47
- PCI phased out? - Ninho, 23.02.2011, 17:39
- PCI phased out? - Rugxulo, 16.03.2011, 04:58
- PCI phased out? - roytam, 22.02.2011, 04:26
- PCI phased out? - Rugxulo, 17.02.2011, 02:28
- PCI phased out? - marcov, 16.02.2011, 21:22
- PCI phased out? - RayeR, 18.02.2011, 14:28
- PCI phased out? - marcov, 18.02.2011, 14:56
- PCI phased out? - Rugxulo, 16.02.2011, 19:18
- PCI phased out? - marcov, 16.02.2011, 15:38
- PCI phased out? - RayeR, 16.02.2011, 12:22
- PCI phased out? - marcov, 16.02.2011, 10:36
- PCI phased out? - RayeR, 15.02.2011, 19:46
- PCI phased out? - roytam, 29.01.2015, 03:45
- PCI phased out? - marcov, 15.02.2011, 18:43
- PCI phased out? - RayeR, 15.02.2011, 15:15
- PCI phased out? - marcov, 15.02.2011, 13:40
- PCI phased out? - Rugxulo, 12.02.2011, 21:28
- PCI phased out? - marcov, 12.02.2011, 12:45
- PCI phased out? - RayeR, 12.02.2011, 02:34
- PCI phased out? - marcov, 11.02.2011, 10:56
- PCI phased out? - RayeR, 11.02.2011, 00:25
- PCI phased out? - marcov, 10.02.2011, 21:10
- PCI phased out? - RayeR, 10.02.2011, 17:57
- PCI phased out? - marcov, 10.02.2011, 16:02
- PCI phased out? - RayeR, 09.02.2011, 16:24