I'm working on the development of a bare bones OS.
While installing gcc & binutils, getting an error:
32-bit libraries are missing
Some articles say that 32-bit libraries are not supported from 16.04 onwards.
If it is not supported, which is the best way to proceed with 32 bit OS development?
Will development in virtual box, helpful while developing drivers in OS?