adding bytes description to stack_size
This commit is contained in:
parent
6df8a35698
commit
98bfcc6dbd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue