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 49... | Line 49... | ||
| 49 | #endif |
49 | #endif |
| 50 | 50 | ||
| 51 | /** Print version information. */ |
51 | /** Print version information. */ |
| 52 | static void version_print(void) |
52 | static void version_print(void) |
| 53 | { |
53 | { |
| 54 | printf("HelenOS MIPS32 Bootloader\nRelease %s%s%s\nCopyright (C) 2006 HelenOS project\n", release, revision, timestamp); |
54 | printf("HelenOS MIPS32 Bootloader\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp); |
| 55 | } |
55 | } |
| 56 | 56 | ||
| 57 | void bootstrap(void) |
57 | void bootstrap(void) |
| 58 | { |
58 | { |
| 59 | version_print(); |
59 | version_print(); |