X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.59.205 with SMTP id m13mr8755177qah.7.1369407319201; Fri, 24 May 2013 07:55:19 -0700 (PDT) X-Received: by 10.50.39.84 with SMTP id n20mr3253398igk.13.1369407319116; Fri, 24 May 2013 07:55:19 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 24 May 2013 07:55:18 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.24.106.115; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 89.24.106.115 References: <1137560452 DOT 398133 DOT 301490 AT g14g2000cwa DOT googlegroups DOT com> <0ed77a97-aec8-4fde-8124-707ca9cffad1 AT googlegroups DOT com> <28c2ff16-6cef-46c3-8f52-f67b320b5c04 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <68c3dec5-8fd4-4eb0-888d-3949d879a33c@googlegroups.com> Subject: Re: Adding 64-bit file support to DJGPP From: RayeR Injection-Date: Fri, 24 May 2013 14:55:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1675 Lines: 4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r4OFF17w027638 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Well, I see there's already GCC for UEFI targets. So much more interesting would be to write some V86 monitor that switch from PM to V86 and allow running existing DOS programs. It would trap INT calls and translate it to UEFI calls. But I belive it's hard task, maybe complicated like Japhet's Jemmex...