> You don't necessarily need to write a translator to "call" another > translator. You can make RPCs indeed,
Yes, I know. But, if I want to start the cpu explorating using ACPI translator, I think that the best way is to create other translator, instead call to this directly from gnumach. Another problem can be share the reference to lapic with gnumach, once this have been found in ACPI tables, but this will be a next question. El dom., 19 abr. 2020 a las 21:22, Samuel Thibault (<samuel.thiba...@gnu.org>) escribió: > Almudena Garcia, le dim. 19 avril 2020 21:16:11 +0200, a ecrit: > > Thanks, I'll read It. The idea is to create a pet translator, and learn > how to > > make calls to other translators > > You don't necessarily need to write a translator to "call" another > translator. You can make RPCs indeed, but quite often translators show > up as files which you can just read&write as usual. Concerning ACPI, see > /servers/acpi/tables, for instance > > sudo hexdump -C /servers/acpi/tables/APIC > > Samuel > >