rust-osdev / bootloader

An experimental pure-Rust x86 bootloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When I use latest version 0.11 custom target does not compile saying std not supported

foragerDev opened this issue · comments

I am trying to compile A minimal Rust Kernel with latest version 0.11, It does not work complains for std not supported for custom target but when I compile with version 0.9.8 it works. Can you explain what's wrong with it?

commented

Blog os currently requires bootloader 0.9. After version 0.9 there has been significant changes in the way that it works. The third edition of blog os, which is currently being written, uses bootloader 0.11.

Oh, Thanks for clarification. 👍🏼