-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
console_recv_long: better doc in readme
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
Console Receive Long | ||
======================= | ||
|
||
Receive 64 bytes from the console and display them. | ||
Receive 61 bytes from the console and display them. | ||
|
||
When this test was written 64 is the max buffer size used in the kernel, and a | ||
longer read would fail. Also, 64 is too easy of a number, so we choose an odd | ||
size that is close to better test the kernel. |