diff options
Diffstat (limited to 'kernel/hd.c')
| -rw-r--r-- | kernel/hd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/hd.c b/kernel/hd.c index 83108dd..1540294 100644 --- a/kernel/hd.c +++ b/kernel/hd.c @@ -179,6 +179,6 @@ int hd_init(void) { return -1; } - printk("[hd] Primary bus master drive initialized! (status: 0x%02x, nsects: 0x%01x)\n", s, nblocks); + printk("[hd] Primary bus master drive initialized! (status: 0x%02X, nsects: 0x%01X)\n", s, nblocks); return 0; } |
