File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -289,22 +289,22 @@ make it shut up you can add the ``quiet`` option. This stops it from being
289
289
printed to the console, you can still read it with the ``dmesg`` utility.
290
290
291
291
``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 .
294
294
295
295
So now we should be able to boot the system. You can umount the image, exit root
296
296
and start a VM to test it out. The simplest way of doing this is using QEMU.
297
297
The Ubuntu package is ``qemu-kvm``, and just ``qemu`` on Arch Linux.
298
298
```bash
299
299
$ cd ../
300
300
$ umount image_root
301
- $ exit
301
+ $ exit # we shouldn ' t need root anymore
302
302
$ qemu-system-x86_64 -enable-kvm image
303
303
` ` `
304
304
And if everything went right you should now be dropped in a shell in our
305
305
homemade operating system.
306
306
307
- PID 1, The Init
307
+ PID 1: /sbin/init
308
308
---------------
309
309
310
310
% TODO
You can’t perform that action at this time.
0 commit comments