From 5adad6bc5c2da813638c0a197ef8f0f0c35949b0 Mon Sep 17 00:00:00 2001 From: Vincent Ollivier Date: Fri, 15 Nov 2024 14:04:22 +0100 Subject: [PATCH] Fix VGA buffer wording --- doc/devices.md | 6 +++--- www/devices.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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.