JJMelon / tetanOS

Making MSDOS clone in rust from the Bootloader to the Kernel
GNU General Public License v3.0
1 stars 0 forks source link

Setup and Test Build Environment for Target Processor #1

Open JJMelon opened 2 years ago

JJMelon commented 2 years ago

Task Description

Need to compile the bootloader made with bootloader crate and kernel for target processor using cargo-builder then link them into final bootable disk image.

Task Steps

David-Barajas commented 2 years ago

Our target will be the tier 1 i686 unknown. We will get rid of any instructions not compatible with our i486 processor