Hardware Development

Programming, for all ages and all languages.
Post Reply
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

Hardware Development

Post by BrightLight »

I was wondering, if one wanted to experiment with hardware development, can they use Bochs plugins for it? Is it possible to develop new hardware for QEMU/VirtualBox too without tinkering with the source?
If yes, how can I write Bochs plugins and how can I develop hardware for QEMU or VirtualBox?
You know your OS is advanced when you stop using the Intel programming guide as a reference.
alexg
Posts: 16
Joined: Sun Mar 06, 2016 11:59 am

Re: Hardware Development

Post by alexg »

I don't know anything about developing plugins for hardware development for Bochs/QEMU/Vbox but you could try an FPGA. These devices made me fall in love with hardware programming and through them I learned a lot of hardware concurrency and design concepts which you don't learn by writing software.
Depending on what you want to do (I suggest you start small) you can find such devices from 50$ to 50000$.
Mohamed007
Posts: 14
Joined: Fri Jul 08, 2016 8:44 pm

Re: Hardware Development

Post by Mohamed007 »

alexg wrote:I don't know anything about developing plugins for hardware development for Bochs/QEMU/Vbox but you could try an FPGA. These devices made me fall in love with hardware programming and through them I learned a lot of hardware concurrency and design concepts which you don't learn by writing software.
Depending on what you want to do (I suggest you start small) you can find such devices from 50$ to 50000$.
devices like fpga are used to simulate the Hardware Description Language such as VHDL and I don't think he is looking for that
since you talked about fpga i can assume that you know what its used for, I don't think he want to go on logic design and such matters, he stays on the software layer
Post Reply