Skip to content

Commit

Permalink
Fix VGA buffer wording
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Nov 15, 2024
1 parent 559522f commit 5adad6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions www/devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ <h3>VGA Palette Device</h3>

<h3>VGA Buffer Device</h3>

<p>Changing the VGA framebuffer is done by writting a 64 KB bytes buffer to
<code>/dev/vga/buffer</code> containing the index of the color of each pixel on the
screen while in <code>320x200</code> mode.</p>
<p>Changing the VGA framebuffer is done by writting a 64 KB buffer to
<code>/dev/vga/buffer</code> containing the color index of each pixel on the screen while
in <code>320x200</code> mode.</p>
<footer><p><a href="/">MOROS</a></footer>
</body>
</html>

0 comments on commit 5adad6b

Please sign in to comment.