From cf1695fba447fe093f7e3126eb5fe21b4f894662 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 26 Aug 2022 12:34:23 -0600 Subject: [PATCH] Update bootloader --- bootloader | 2 +- mk/config.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootloader b/bootloader index 4fe9479..34f9fc4 160000 --- a/bootloader +++ b/bootloader @@ -1 +1 @@ -Subproject commit 4fe947928e84adca2fb624dda589c2cc48390d69 +Subproject commit 34f9fc4d54ee15efbc5e6d777e22a775fe158671 diff --git a/mk/config.mk b/mk/config.mk index dc1431b..75100ae 100644 --- a/mk/config.mk +++ b/mk/config.mk @@ -2,7 +2,7 @@ # Configuration ## Architecture to build Redox for (aarch64, i686, or x86_64) -ARCH?=x86_64 +ARCH?=i686 ## Flags to pass to the installer (empty to download binary packages) INSTALLER_FLAGS?=--cookbook=cookbook ## Enabled to use binary prefix (much faster) @@ -10,7 +10,7 @@ PREFIX_BINARY?=1 ## Select filesystem config FILESYSTEM_CONFIG?=config/$(ARCH)/desktop.toml ## Filesystem size in MB (256 is the default) -FILESYSTEM_SIZE?=256 +FILESYSTEM_SIZE?=100 ## Flags to pass to redoxfs-mkfs. Add --encrypt to set up disk encryption REDOXFS_MKFS_FLAGS?=