Rev 1998 | Rev 3023 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1998 | Rev 2071 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | /* |
1 | /* |
| 2 | * Copyright (C) 2005 Martin Decky |
2 | * Copyright (c) 2005 Martin Decky |
| 3 | * All rights reserved. |
3 | * All rights reserved. |
| 4 | * |
4 | * |
| 5 | * Redistribution and use in source and binary forms, with or without |
5 | * Redistribution and use in source and binary forms, with or without |
| 6 | * modification, are permitted provided that the following conditions |
6 | * modification, are permitted provided that the following conditions |
| 7 | * are met: |
7 | * are met: |
| Line 87... | Line 87... | ||
| 87 | #endif |
87 | #endif |
| 88 | 88 | ||
| 89 | /** Print version information. */ |
89 | /** Print version information. */ |
| 90 | static void version_print(void) |
90 | static void version_print(void) |
| 91 | { |
91 | { |
| 92 | printf("HelenOS PPC32 Bootloader\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp); |
92 | printf("HelenOS PPC32 Bootloader\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp); |
| 93 | } |
93 | } |
| 94 | 94 | ||
| 95 | void bootstrap(void) |
95 | void bootstrap(void) |
| 96 | { |
96 | { |
| 97 | version_print(); |
97 | version_print(); |