Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: Linux 32 bit support days are numbered Date: 12 Sep 2025 20:59:51 GMT Lines: 19 Message-ID: References: <0Yudna13zPeqcSr1nZ2dnZfqn_qdnZ2d@giganews.com> <1098vhv$2o09q$5@paganini.bofh.team> <1099357$11hv4$12@dont-email.me> <109979b$1389k$9@dont-email.me> <10999a5$1g1jr$1@news1.tnib.de> <109gmm0$35m5k$1@news1.tnib.de> <109h7b7$3qtb4$1@news1.tnib.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net oR38a0vJM86fBQBiX9vg5grAZdq/M0lA7mMgSbEZhL8IHtH1D5 Cancel-Lock: sha1:X0Jg2KmhtGpKAAx3U8GLU5fb/3Q= sha256:MZF7Ldg3cHyvXITfI7PDqWqO5MLMJ3J7/PyacLH1ewc= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:73984 On Fri, 12 Sep 2025 17:30:32 +0100, Andy Burns wrote: > Steve Hayes wrote: > >> The 32-bit version of Windows can run 16-bit and 8-bit programs > > 16bit yes, but there's no such thing as an 8bit windows executable > >> the 64-bit version cannot. But why can it not? > > DOSbox, or 86box will run 16bit .EXEs under 64bit windows. We used DOSbox to run a database manager for an elderly version of db_Vista. The app used curses. If forget which version of Windows dropped ANSI.sys but the escape sequences use for positioning the cursor no longer worked. DOSbox was a little funky after I looked at the pain involved in rewriting the app I decided we could live with a little funk. Updating the codebase to use a version of db_Vista from this century wasn't going to happen either.