From f29c3f7ccf753cfdab27cb5cebbe0fe398dd2d4f Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 5 Apr 2022 16:51:18 -0700 Subject: Fixed Debian Package name. Added QEMU running information --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8530bd9..f939bdb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Building (Debian) - Clone the repository. - - Ensure you have the `arm-none-eabi-gcc` cross compiler installed. + - Ensure you have the `gcc-arm-none-eabi` cross compiler installed `# apt install gcc-arm-none-eabi`. - From the root of the directory, i.e. in `Jobbed`, execute `make -f Unix.mk` - The built image is found in `build/kernel7.img` and can be copied to the root of the Raspberry Pi SD card's first parition @@ -16,6 +16,10 @@ - `!cd Jobbed; make -f Unix.mk` - The built image is found in `Jobbed/build/kernel7.img` and can be copied to the root of the Raspberry Pi SD card's first parition + ## Running + - Ensure you have QEMU's ARM package installed on your system + - Minimum command line arguments to run: `qemu-system-arm -M raspi2b -cpu cortex-a7 -m 1G -kernel build/kernel.elf` + ## Getting Cross Compiler - https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads -- cgit v1.2.1