What doe NR stand for ?
Background of Linux's "file-max" and "nr_open" limits on file descriptors (2021)
11–14 of 14 posts
Re: Background of Linux's "file-max" and "nr_open" limits on file descriptors (2021)
#12What doe NR stand for ?
Seems to be “normal resources”, where normal probably meant file descriptor based.
I am asking because I tried to write to basic nasm programs in order to learn and I used the c preprocessor (cpp) over my nasm files to take advantage of the libc macros from and they were all of the form __NR_syscall
Then the other responses' assumption, "NumbeR", seems correct
Re: Background of Linux's "file-max" and "nr_open" limits on file descriptors (2021)
#13Earlier quoted context omitted.
Seems to be “normal resources”, where normal probably meant file descriptor based.
Where did you find that info ? I am asking because I tried to write to basic nasm programs in order to learn and I used the c preprocessor (cpp) over my nasm files to take advantage of the libc macros from and they were all of the form __NR_syscall Then the other responses' assumption, "NumbeR", seems correct
[0]: https://github.com/torvalds/linux/blob/master/Documentation/...
Re: Background of Linux's "file-max" and "nr_open" limits on file descriptors (2021)
#14Earlier quoted context omitted.
Seems to be “normal resources”, where normal probably meant file descriptor based.
Where did you find that info ? I am asking because I tried to write to basic nasm programs in order to learn and I used the c preprocessor (cpp) over my nasm files to take advantage of the libc macros from and they were all of the form __NR_syscall Then the other responses' assumption, "NumbeR", seems correct