Fixed typos

pull/4/head
bzt 6 years ago
parent a53c92e95d
commit a5cbe88e56

@ -58,7 +58,7 @@ Compiling the sources
---------------------
Okay, now we have to build two packages. One is called *binutils*, which includes linker, assembler and other
usefull commands.
useful commands.
```sh
cd binutils-*

@ -1,7 +1,7 @@
Oktatóanyag 09 - Framebuffer
============================
Rendben, végre valami parasztvakítás :-) Eddig a képernyő sötét volt. Most be fogjuk állítani a felbontását
Rendben, végre valami parasztvakítás :-) Eddig a képernyőn csak a szivárvány doboz volt. Most be fogjuk állítani a felbontását
egy csomó parancsot tartalmazó üzenettel és egyetlen egy mbox_call hívással, majd kirakunk egy képet. Teleraktam
kommenttel az lfb.c forrást (igaz, angol nyelvűek), hogy segítsenek eligazodni a parancsokban. De végeredményben
nem tesz mást, mint feltölt egy int tömböt és meghívja az mbox_call-t, igazán egyszerű. Ha gondolod, megpróbálhatsz

@ -1,7 +1,7 @@
Tutorial 09 - Framebuffer
=========================
Okay, finaly some eyecandy :-) So far the screen was blank. Now we're about to change the resolution with
Okay, finaly some eyecandy :-) So far the screen showed the rainbow splash. Now we're about to change the resolution with
several tags in a single mbox_call, then display a pixmap. I've put a lot of comments for each tag and
argument to help you, see lfb.c. But at the end of the day it's nothing more than filling up an int array
and call mbox_call, really simple. If you wish, you can try to remove or add more tags to the message and

Loading…
Cancel
Save