ignore vmlinux and extend example

This commit is contained in:
2025-10-09 10:04:35 +05:30
parent 6881d2e960
commit d86dd683f4
2 changed files with 3 additions and 0 deletions

View File

@ -33,3 +33,5 @@ compile_to_ir("ringbuf.py", "ringbuf.ll")
compile()
b = BPF()
b.load_and_attach()
while True:
print("running")