This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| * Compile with | |
| * | |
| * as --32 -o vga.o vga.s && objcopy -Obinary vga.o vga.bin | |
| * | |
| */ | |
| .arch i386 | |
| .text | |
| .code16 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!ipxe | |
| kernel vmlinuz64 initrd=rootfs.gz initrd=modules64.gz | |
| initrd rootfs.gz | |
| initrd modules64.gz | |
| boot | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!ipxe | |
| prompt --key 0x197e --timeout 2000 Press F12 to install Windows to ${root-path}... || exit | |
| cpuid --ext 29 && set arch amd64 || set arch x86 | |
| kernel wimboot | |
| initrd ${arch}/media/install.bat install.bat | |
| initrd ${arch}/media/winpeshl.ini winpeshl.ini | |
| initrd ${arch}/media/Boot/BCD BCD | |
| initrd ${arch}/media/Boot/boot.sdi boot.sdi | |
| initrd ${arch}/media/sources/boot.wim boot.wim |