mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
python gem5 user mode
This commit is contained in:
@@ -20809,6 +20809,10 @@ fatal: syscall unused#278 (#278) unimplemented.
|
||||
|
||||
which corresponds to the glorious `getrandom` syscall: https://github.com/torvalds/linux/blob/v4.17/include/uapi/asm-generic/unistd.h#L707
|
||||
|
||||
Bibliography:
|
||||
|
||||
* https://stackoverflow.com/questions/63999944/is-it-possible-to-run-python-code-in-gem5-syscall-emulation-mode
|
||||
|
||||
===== Embedding Python in another application
|
||||
|
||||
Here we will add some better examples and explanations for: https://docs.python.org/3/extending/embedding.html#very-high-level-embedding
|
||||
|
||||
Reference in New Issue
Block a user