rt-thread/bsp/x86/Makefile

18 lines
327 B
Makefile
Raw Normal View History

all:floppy.img
scons
mkdir -p tmp
sudo mount -t vfat floppy.img tmp -o loop
sudo cp rtthread.elf tmp/boot/oskernel
sudo umount tmp
clean:
scons -c clean
2017-08-18 11:38:00 +08:00
rm -fr build rtthread*
floppy.img:
wget https://github.com/bajdcc/tinix/raw/master/floppy.img
run:
qemu-system-i386 -fda floppy.img -boot a -m 64M -serial stdio