Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Написать пример устройства с использованием прерывания INTx #45

Closed
AndrewGavril opened this issue Jul 12, 2023 · 1 comment
Assignees
Labels
arch_x86 kernel Task related to kernel qemu Task related to qemu

Comments

@AndrewGavril
Copy link
Collaborator

  1. Написать простое устройство qemu и соответствующий ему драйвер ядра, например: https://github.com/levex/kernel-qemu-pci/tree/master
  2. Добавить в обе части устройства прерывания INTx, вызов которого печатает "Hello world" в dmesg (буфер сообщений ядра), а вызывается данное прерывание по таймеру в qemu.
  3. Написать инструкцию по запуску и пример работы (вывод драйвера)

Результат расположить: /examples/irq/int_x/<files_to_add_to_build>

@AndrewGavril AndrewGavril added qemu Task related to qemu wiki Wiki page task arch_x86 labels Jul 12, 2023
@mirrin00 mirrin00 added kernel Task related to kernel and removed wiki Wiki page task labels Jul 12, 2023
@mirrin00
Copy link
Collaborator

mirrin00 commented Aug 7, 2023

Add parameter to select interrupt type in the driver from #44

@AndrewGavril AndrewGavril closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch_x86 kernel Task related to kernel qemu Task related to qemu
Projects
None yet
Development

No branches or pull requests

3 participants