X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RoBoard Lab Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP cross compilers for open-source hardware Date: Wed, 04 Sep 2013 22:28:27 +0800 Organization: Netfront http://www.netfront.net/ Lines: 36 Message-ID: References: NNTP-Posting-Host: 114.34.144.113 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: adenine.netfront.net 1378304909 15047 114.34.144.113 (4 Sep 2013 14:28:29 GMT) X-Complaints-To: news AT netfront DOT net NNTP-Posting-Date: Wed, 4 Sep 2013 14:28:29 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 In-Reply-To: Bytes: 2860 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 於 2013/9/4 上午 08:52, RayeR 提到: > RoBoard Lab, > could you provide some link to the hardware project or some more tech spec? which x86 CPU it use? What parts of PC it emulate? Does it have classic BIOS, isa bus and other peripherals? I know one small x86 kit - BifferBoard, is it something similar? RayeR, there is under-construction website for this project (currently only include pictures of the hardware and no more information): http://www.86duino.com/index.php/products/ The x86 Arduino project is open source. We plan to apply a github page and release all schematics and source codes of hardware and software in the next month. Its CPU is called Vortex86EX, a new x86 SoC that we develop this year. The CPU runs at 300~400MHz and supports up to 1GB DDR3 DRAM. When running at 300MHz, its speed is nearly equivalent to Pentium 233. Most usual I/O are included in this CPU as ISA or PCI/PCI-E devices, including PWM, I2C, SPI, UART, CAN, USB, LAN, HD Audio, SATA, SD card (simulated as the standard IDE interface), ... DOS, Windows XP and Ubuntu/Debian can run on this CPU. The BIOS is developed by us based on coreboot and SeaBIOS, and will also be open source. The OS of the x86 Arduino is FreeDOS and is installed on the on-board SPI flash (simulated as a floppy). The compiler for the x86 Arduino is DJGPP, currently integrated in the Arduino IDE with the help of DOSBOX. The first step for this project has been completed (i.e., the porting of the original Arduino software/firmware), and we are working on the second step to solve the 8.3 filename limit, to add the Ethernet and HD Audio support in DOS, and to port Arduino's 3D printer and CNC firmware on the x86 Arduino. --- news://freenews.netfront.net/ - complaints: news AT netfront DOT net ---