diff --git a/README.md b/README.md index 8b384aa..723a59a 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Serial is mostly used as a debug output (In the future this will be able to be e #### Note: Kernel is currently under very heavy development. All things are subject to change at any time. ## Building -Run `./build.i686` inside main directory of repo, however you may first need to run `make toolchain TARGET=i686-elf` (you can also build for `armv7-elf`) i would DEFINITELY use more than one job (building GCC takes forever) -Theres also Xtensa Support being worked on, but its currently non-functional +Run `./build.i686` inside main directory of repo, however you may first need to run `make toolchain TARGET=i686-elf` (you can also build for `xtensa-esp32-elf` or `aarch64-elf`) i would DEFINITELY use more than one job (building GCC takes forever) +Theres also Xtensa and Arm64 Support being worked on, but both are currently non-functional To write to a disk, use `./write.sh` just enter a disk in at the prompt and it will build & flash nanite to it (ex. `/dev/sdb`) You could also run `make all` but the scripts a bit better tbh, it even automates starting QEMU and building an image.