source: bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/prefix/mbr.S

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 190 bytes
Line 
1        .text
2        .arch i386
3        .section ".prefix", "awx", @progbits
4        .code16
5        .org 0
6
7mbr:
8        movw    $exec_sector, %bp
9        jmp     find_active_partition
10exec_sector:
11        ljmp    $0x0000, $0x7c00
12
13#include "bootpart.S"
Note: See TracBrowser for help on using the repository browser.