
La tecnología es gratuita, Snowflakeos
Requisitos para construir
Comenzando con Windows 10, puede usar Ubuntu Bash. Puede ejecutarlo escribiendo C: Windows System32 Bash.exe. Para obtener más información, visite https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/
Debe instalar Rust, Qemu, MTools en Ubuntu Bash. Puede instalar óxido usando el siguiente comando.
$ curl https://sh.rustup.rs -sSf | sh
$ sudo apt install qemu
$ sudo apt install mtools
Este script descargará e instalará el ejecutable de In-Init Rustup para su plataforma actual.
Después de completar la instalación, debe clonar el repositorio de copos de nieve.
$ git clone https://github.com/SnowFlake/SnowFlake.git
Para construir un copo de nieve como objetivo x86_64, se requiere una compilación cruzada X86_64 Elfa. Si no tiene el compilador X86_64-Elf, y su sistema es x86_64, puede usar el script 'x86_64-linux_env.sh'. Y debe agregar componente Rustup.
$ cd SnowFlake
$ sh x86_64-linux_env.sh
$ cd kernel
$ rustup component add rust-src
$ cd ./../
$ make run
Se agregará más tarde
Se agregará más tarde
Para construir un copo de nieve como objetivo x86_64, se requiere una compilación cruzada X86_64 Elfa. Si no tiene el compilador X86_64-Elf, y su sistema es x86_64, puede usar el script 'x86_64-linux_env.sh'.
$ sh x86_64-linux_env.sh
$ pacman -S qemu mtools
$ git clone https://github.com/SnowFlake/SnowFlake.git
$ cd SnowWhite
$ make run