~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/openbios/arch/x86/boot.c

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* tag: openbios boot command for x86
 
2
 *
 
3
 * Copyright (C) 2003-2004 Stefan Reinauer
 
4
 *
 
5
 * See the file "COPYING" for further information about
 
6
 * the copyright and warranty status of this work.
 
7
 */
 
8
 
 
9
#undef BOOTSTRAP
 
10
#include "config.h"
 
11
#include "libopenbios/bindings.h"
 
12
#include "arch/common/nvram.h"
 
13
#include "libc/diskio.h"
 
14
#include "libopenbios/initprogram.h"
 
15
#include "libopenbios/sys_info.h"
 
16
#include "boot.h"
 
17
 
 
18
 
 
19
void boot(void)
 
20
{
 
21
        /* No platform-specific boot code */
 
22
        return;
 
23
}