Ignore:
Timestamp:
2006-09-14T17:09:21Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f1d1f5d3
Parents:
e5ecc02
Message:

C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/include/boot/boot.h

    re5ecc02 r06e1e95  
    3333 */
    3434
    35 #ifndef __amd64_BOOT_H__
    36 #define __amd64_BOOT_H__
     35#ifndef KERN_amd64_BOOT_H_
     36#define KERN_amd64_BOOT_H_
    3737
    38 #define BOOT_OFFSET                     0x108000
     38#define BOOT_OFFSET             0x108000
    3939#define AP_BOOT_OFFSET          0x8000
    40 #define BOOT_STACK_SIZE 0x400
     40#define BOOT_STACK_SIZE         0x400
    4141
    4242#define MULTIBOOT_HEADER_MAGIC  0x1BADB002
Note: See TracChangeset for help on using the changeset viewer.