From 98bfcc6dbd560c7ac2b95785d1c29f8c2757e443 Mon Sep 17 00:00:00 2001 From: TornaxO7 Date: Tue, 6 Dec 2022 14:22:24 +0100 Subject: [PATCH] adding bytes description to stack_size --- PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index bb8d3cf4..73c2aec7 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -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