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 eab82dc..3b2aa3c 100644 --- a/kernel/hd.c +++ b/kernel/hd.c @@ -183,5 +183,5 @@ void hd_init(void) { return; } - printk("[hd] Primary bus master drive initialized! (status: 0x%02x, nblocks: 0x%01x)\n", s, nblocks); + printk("[hd] Primary bus master drive initialized! (status: 0x%02x, nsects: 0x%01x)\n", s, nblocks); } |
