About 90% pure pytohn system
Hello, this is project that tries to make system built on linux kernel that runs python os. Its project that i use to learn how tf i compile working kernel and initramfs + overally making os.
- Preferably 16-32gb+ usb (for future updates)
- It cannot be sd card (corrupting issues)
- 300-500mb "EFI" partition with fat32
- "ROOTFS" partition with btrfs or ext4 (prefering btrfs)
I preffer creating new directories at /mnt, like /mnt/rootfs/ and /mnt/efi/, so lets use that:
sudo mkdir /mnt/efi /mnt/rootfsand then mount em:
sudo mount /dev/sdX1 /mnt/efi
sudo mount /dev/sdX2 /mnt/rootfsDO NOT Forget to change sdX for your drive
- Yes pyxen does use linux kernel to boot python (
prop gonna make own bootloader and kernel(edit: bootloader and kernel deemed impossible to do as there is no low-level implementation of python))- There is script inside tools that compiles kernel and put you in the dir named get-kernel-build.sh
- After it is compiled without errors, put it inside /boot/vmlinuz-linux-pyxen and chmod 755 it