diff --git a/doc/devices.md b/doc/devices.md index 9b4728ad..ea889d16 100644 --- a/doc/devices.md +++ b/doc/devices.md @@ -205,6 +205,6 @@ It is possible to read the current palette from this device file. ### VGA Buffer Device -Changing the VGA framebuffer is done by writting a 64 KB bytes buffer to -`/dev/vga/buffer` containing the index of the color of each pixel on the -screen while in `320x200` mode. +Changing the VGA framebuffer is done by writting a 64 KB buffer to +`/dev/vga/buffer` containing the color index of each pixel on the screen while +in `320x200` mode. diff --git a/www/devices.html b/www/devices.html index 75cf3bb1..e71c18c3 100644 --- a/www/devices.html +++ b/www/devices.html @@ -230,9 +230,9 @@

VGA Palette Device

VGA Buffer Device

-

Changing the VGA framebuffer is done by writting a 64 KB bytes buffer to - /dev/vga/buffer containing the index of the color of each pixel on the -screen while in 320x200 mode.

+

Changing the VGA framebuffer is done by writting a 64 KB buffer to + /dev/vga/buffer containing the color index of each pixel on the screen while +in 320x200 mode.