8000 tiny edits · trinhduc/build-linux@d074420 · GitHub
[go: up one dir, main page]

Skip to content

Commit d074420

Browse files
tiny edits
1 parent cf1b64c commit d074420

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,22 +289,22 @@ make it shut up you can add the ``quiet`` option. This stops it from being
289289
printed to the console, you can still read it with the ``dmesg`` utility.
290290
291291
``init`` specifies the first process that will be started when the kernel is
292-
booted. For now we just start a shell, we'll configure a real init when it's
293-
booted.
292+
booted. For now we just start a shell, we'll configure a real init while it's
293+
running.
294294
295295
So now we should be able to boot the system. You can umount the image, exit root
296296
and start a VM to test it out. The simplest way of doing this is using QEMU.
297297
The Ubuntu package is ``qemu-kvm``, and just ``qemu`` on Arch Linux.
298298
```bash
299299
$ cd ../
300300
$ umount image_root
301-
$ exit
301+
$ exit # we shouldn't need root anymore
302302
$ qemu-system-x86_64 -enable-kvm image
303303
```
304304
And if everything went right you should now be dropped in a shell in our
305305
homemade operating system.
306306
307-
PID 1, The Init
307+
PID 1: /sbin/init
308308
---------------
309309
310310
% TODO

0 commit comments

Comments
 (0)
0