Changeset 6de2480e in mainline for arch/ia32/boot/Makefile


Ignore:
Timestamp:
2005-05-19T11:55:15Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3ebb64
Parents:
1eee8383
Message:

IA-32 FPU lazy context switching.
Doesn't work on Bochs and sometimes produces wrong results on P4.
Seems to work on VMware and PII.

Build script for IA-32 changed to build floppy images (image.bin) 1440K long.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/boot/Makefile

    r1eee8383 r6de2480e  
    66        dd if=boot.bin of=../../../src/image.bin bs=512 conv=sync
    77        -cat ../../../src/kernel.bin >>../../../src/image.bin
     8        dd if=/dev/zero of=../../../src/image.bin bs=1 seek=$(KERNEL_SIZE) count=`expr 1474560 - $(KERNEL_SIZE)`
    89
    910boot.bin: boot.o
Note: See TracChangeset for help on using the changeset viewer.