s/amicalls/rom_calls/
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38944 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#include <util/kernel_cpp.h>
|
#include <util/kernel_cpp.h>
|
||||||
|
|
||||||
#include "Handle.h"
|
#include "Handle.h"
|
||||||
#include "amicalls.h"
|
#include "rom_calls.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (X)BIOS supports char and block devices with a separate namespace
|
* (X)BIOS supports char and block devices with a separate namespace
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ KernelMergeObject boot_platform_amiga_m68k_shell.o :
|
|||||||
KernelMergeObject boot_platform_amiga_m68k_other.o :
|
KernelMergeObject boot_platform_amiga_m68k_other.o :
|
||||||
# shell.S
|
# shell.S
|
||||||
start.cpp
|
start.cpp
|
||||||
amicalls.cpp
|
rom_calls.cpp
|
||||||
debug.cpp
|
debug.cpp
|
||||||
#bios.S
|
#bios.S
|
||||||
console.cpp
|
console.cpp
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "amicalls.h"
|
#include "rom_calls.h"
|
||||||
#include <util/kernel_cpp.h>
|
#include <util/kernel_cpp.h>
|
||||||
|
|
||||||
#include "Handle.h"
|
#include "Handle.h"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "amicalls.h"
|
#include "rom_calls.h"
|
||||||
|
|
||||||
#include <OS.h>
|
#include <OS.h>
|
||||||
#include <boot/platform.h>
|
#include <boot/platform.h>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "keyboard.h"
|
#include "keyboard.h"
|
||||||
#include "amicalls.h"
|
#include "rom_calls.h"
|
||||||
|
|
||||||
#include <boot/platform.h>
|
#include <boot/platform.h>
|
||||||
#include <boot/stdio.h>
|
#include <boot/stdio.h>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "Handle.h"
|
#include "Handle.h"
|
||||||
#include "amicalls.h"
|
#include "rom_calls.h"
|
||||||
|
|
||||||
//#define TRACE_DEVICES
|
//#define TRACE_DEVICES
|
||||||
#ifdef TRACE_DEVICES
|
#ifdef TRACE_DEVICES
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "keyboard.h"
|
#include "keyboard.h"
|
||||||
#include "amicalls.h"
|
#include "rom_calls.h"
|
||||||
|
|
||||||
#include <boot/platform.h>
|
#include <boot/platform.h>
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "amiga_memory_map.h"
|
#include "amiga_memory_map.h"
|
||||||
#include "amicalls.h"
|
#include "rom_calls.h"
|
||||||
#include "mmu.h"
|
#include "mmu.h"
|
||||||
|
|
||||||
#include <boot/platform.h>
|
#include <boot/platform.h>
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include <Errors.h>
|
#include <Errors.h>
|
||||||
|
|
||||||
#include "amicalls.h"
|
#include "rom_calls.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "amiga_memory_map.h"
|
#include "amiga_memory_map.h"
|
||||||
#include "amicalls.h"
|
#include "rom_calls.h"
|
||||||
|
|
||||||
|
|
||||||
// 1 enabled verbose output
|
// 1 enabled verbose output
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "mmu.h"
|
#include "mmu.h"
|
||||||
#include "keyboard.h"
|
#include "keyboard.h"
|
||||||
#include "amicalls.h"
|
#include "rom_calls.h"
|
||||||
|
|
||||||
|
|
||||||
#define HEAP_SIZE 65536
|
#define HEAP_SIZE 65536
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "amicalls.h"
|
#include "rom_calls.h"
|
||||||
#include "video.h"
|
#include "video.h"
|
||||||
//#include "mmu.h"
|
//#include "mmu.h"
|
||||||
//#include "images.h"
|
//#include "images.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user