Adoption of Travis' PPC code. Changed where needed.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5071 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-10-17 13:58:41 +00:00
parent 8c911f6ce6
commit 8c1ae50791
5 changed files with 113 additions and 12 deletions
@@ -14,8 +14,9 @@
// kernel args
typedef struct {
// architecture specific
addr_range page_table; // maps where the page table is located, in physical memory
addr_range framebuffer; // maps where the framebuffer is located, in physical memory
addr_range page_table; // virtual address and size of the page table
addr_range exception_handlers;
addr_range framebuffer; // maps where the framebuffer is located, in physical memory
int screen_x, screen_y, screen_depth;
} arch_kernel_args;