Squash commits for public release

This commit is contained in:
2025-02-12 09:54:05 -05:00
commit 7118adc514
1108 changed files with 80873 additions and 0 deletions

11
build/makefile.configs Normal file
View File

@@ -0,0 +1,11 @@
# Sync config
# SET YOUR PATHS HERE
FUSE_EXT2 = fuse-ext2
MKFS_LINUX = mkfs
MKFS_MAC = /usr/local/opt/e2fsprogs/sbin/mkfs.ext2
MKFS = ${MKFS_MAC}
MOUNT_EXT2 = ${FUSE_EXT2}
# xOS boot config
DISK = one.img
BASE_DIR = base