Make it compile.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23472 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -51,12 +51,12 @@
|
||||
floppy_start:
|
||||
|
||||
floppy_end:
|
||||
.org FAILURE_STRING
|
||||
// .org FAILURE_STRING
|
||||
.string " Loading failed! Press key to reboot.\r\n"
|
||||
.org DOT_STRING
|
||||
// .org DOT_STRING
|
||||
.string "."
|
||||
|
||||
.org 0x01fe
|
||||
// .org 0x01fe
|
||||
.word 0xaa55
|
||||
// this bumps the "start" label to offset 0x0200 as
|
||||
// expected by the BFS boot loader, and also marks
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
#ifndef _TOSCALLS_H
|
||||
#define _TOSCALLS_H
|
||||
|
||||
#include <OS.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* those are used by asm code too */
|
||||
|
||||
#define DEV_PRINTER 0
|
||||
#define DEV_AUX 1
|
||||
#define DEV_CON 2
|
||||
@@ -44,6 +44,8 @@ extern "C" {
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
#include <OS.h>
|
||||
|
||||
/*
|
||||
* Atari BIOS calls
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user