X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.36.66 with SMTP id s2mr7374903qad.6.1369353486376; Thu, 23 May 2013 16:58:06 -0700 (PDT) X-Received: by 10.49.81.66 with SMTP id y2mr1521579qex.23.1369353486295; Thu, 23 May 2013 16:58:06 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Thu, 23 May 2013 16:58:06 -0700 (PDT) In-Reply-To: <0ed77a97-aec8-4fde-8124-707ca9cffad1@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=78.45.215.137; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 78.45.215.137 References: <1137560452 DOT 398133 DOT 301490 AT g14g2000cwa DOT googlegroups DOT com> <0ed77a97-aec8-4fde-8124-707ca9cffad1 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <28c2ff16-6cef-46c3-8f52-f67b320b5c04@googlegroups.com> Subject: Re: Adding 64-bit file support to DJGPP From: RayeR Injection-Date: Thu, 23 May 2013 23:58:06 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1863 Lines: 8 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 r4O0F1ki012160 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 When talking about UEFI, how hard would be to modify DJGPP to use UEFI API instead of DOS/BIOS calls? I didn't studied UEFI much but it should provide much more advanced API with drivers for modern HW like USB flash disks, etc. It should native support FAT32 (+LFN?) One day motherboard manufacturers will drop BIOS compatability module and we lost the DOS world. AFAIK UEFI API and UEFI programs runs in PMode, no RealMode switching. I don't know how much DJGPP rely on RM calls, if this could be replaced by UEFI api for console and file IO... Or is there already GCC toolset for UEFI?