Re: Custom logic gates on user space emulation

2019-12-04 Thread burak sarac
writes: > Hello All, > Currently I am studying qemu and I want to figure out how I can use > custom logic gates on user space emulation. I am searching very basic > 'hello world' kind of tutorial or some resources to i.e. adding left > or LOR : 1 | 0 = 1 but 0 | 1 = 0 to existing x86

Re: Custom logic gates on user space emulation

2019-12-03 Thread Alex Bennée
burak sarac writes: > Hello All, > Currently I am studying qemu and I want to figure out how I can use > custom logic gates on user space emulation. I am searching very basic > 'hello world' kind of tutorial or some resources to i.e. adding left > or LOR : 1 | 0 = 1 but 0 | 1

Custom logic gates on user space emulation

2019-12-03 Thread burak sarac
Hello All, Currently I am studying qemu and I want to figure out how I can use custom logic gates on user space emulation. I am searching very basic 'hello world' kind of tutorial or some resources to i.e. adding left or LOR : 1 | 0 = 1 but 0 | 1 = 0 to existing x86 arch ((https