rust-osdev / vga

Library to program vga hardware.
Apache License 2.0
54 stars 14 forks source link

add option to use on i686-unknown-none #29

Open danikhan632 opened 1 year ago

danikhan632 commented 1 year ago

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.