adding bytes description to stack_size

This commit is contained in:
TornaxO7 2022-12-06 14:22:24 +01:00
parent 6df8a35698
commit 98bfcc6dbd
No known key found for this signature in database
GPG Key ID: 8EF723051F658F41
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