rust-osdev/vga

add option to use on i686-unknown-none

danikhan632 opened this issue · 0 comments

trying to use the crate to make an operating system, but the build target is i686-unknown-none and this crate uses x86_64. wodnering how I could use it on a 32 bit system thanks.