From 849b312f373322b2dc69361d7c17efb7ad60149e Mon Sep 17 00:00:00 2001 From: bzt Date: Thu, 18 Jan 2018 14:02:19 +0100 Subject: [PATCH] Now supports cpio format too --- 0E_initrd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0E_initrd/README.md b/0E_initrd/README.md index 1c136d3c..b13d803d 100644 --- a/0E_initrd/README.md +++ b/0E_initrd/README.md @@ -4,7 +4,7 @@ Tutorial 0E - Initial RamDisk Many OS uses initial ramdisk to load files into memory during boot. I felt the need for such a tutorial as most hobby OS developer's never learned how to do this properly. -First of all, we're not going to reinvent the wheel a come up with a new format and an awful +First of all, we're not going to reinvent the wheel and come up with a new format and an awful image creator tool. We're going to use the POSIX standard `tar` utility and the `cpio` utility to create our initrd. The former is more straightforward, the latter is used by Linux.