An open API service indexing awesome lists of open source software.

https://github.com/systemvll/mkdir-asm

Creating a directory with ASM
https://github.com/systemvll/mkdir-asm

Last synced: 3 months ago
JSON representation

Creating a directory with ASM

Awesome Lists containing this project

README

          

# mkdir-asm
Creating a directory with ASM

See [fs/namei.c](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/fs/namei.c)

| syscall_id: 83 | sys_mkdir |
| :------ | :-------- |
| %rdi | %rsi |
| const char __user * pathname | umode_t mode |