Changed addr_range to use uint64.

I've tested this change on x86, causing no issues. I've checked over the code
for all other platforms and made the necessary changes and to the best of my
knowledge they should also still work, but I haven't actually built and
tested them. Once I've completed the kernel_args changes the other platforms
will need testing.
This commit is contained in:
Alex Smith
2012-06-20 14:11:24 +01:00
parent 93cb9538be
commit 192af9e0af
17 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ typedef struct kernel_args {
addr_range cpu_kstack[MAX_BOOT_CPUS];
// boot volume KMessage data
void *boot_volume;
uint64 boot_volume;
int32 boot_volume_size;
struct driver_settings_file *driver_settings;