From d79436a1170e4d5ffde77416313587f320c8e590 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Nov 2024 15:56:37 +0100 Subject: usr: Bootstrap the initramfs for the kernel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduce a sample `foo` program which already calls the `write_and_block` system call which is yet to be implemented by this kernel. Moreover, the same CPIO format is used for the initramfs as with Linux, so we can pass it with QEMU without worries. Signed-off-by: Miquel Sabaté Solà --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f1ccbff..d87610d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ kernel/fbos.ld /fbos .cache +usr/bin/* +usr/initramfs.cpio # You can generate it with Bear: `$ bear -- make`. compile_commands.json -- cgit v1.2.3