Merge pull request #240 from TornaxO7/add_docs_to_stack

adding bytes description to stack_size
This commit is contained in:
mint 2022-12-08 12:10:42 +01:00 committed by GitHub
commit 040a15817f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ struct limine_stack_size_request {
};
```
* `stack_size` - The requested stack size (also used for SMP processors).
* `stack_size` - The requested stack size in bytes (also used for SMP processors).
Response:
```c