git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: kprintf now goes into dedicated pseudo-dev rather than flooding the framebuffer
[lunaix-os.git]
/
lunaix-os
/
kernel
/
fs
/
probe_boot.c
diff --git
a/lunaix-os/kernel/fs/probe_boot.c
b/lunaix-os/kernel/fs/probe_boot.c
index 2ddc9b1317176f1cfbeda18ae8ac26411fb2934a..77b4dff6eca146790e333886a4cadcf5a21586a5 100644
(file)
--- a/
lunaix-os/kernel/fs/probe_boot.c
+++ b/
lunaix-os/kernel/fs/probe_boot.c
@@
-23,7
+23,7
@@
probe_boot_medium()
int errno =
pos->ops.read(pos, (void*)volp, ISO9660_READ_OFF, ISO9660_BLKSZ);
if (errno < 0) {
int errno =
pos->ops.read(pos, (void*)volp, ISO9660_READ_OFF, ISO9660_BLKSZ);
if (errno < 0) {
- kprintf(KINFO "failed %xh:%xh, /dev/%s
\n
",
+ kprintf(KINFO "failed %xh:%xh, /dev/%s",
pos->ident.fn_grp,
pos->ident.unique,
pos->name.value);
pos->ident.fn_grp,
pos->ident.unique,
pos->name.value);
@@
-36,7
+36,7
@@
probe_boot_medium()
}
if (*(u32_t*)volp->sys_id == LUNAIX_ID) {
}
if (*(u32_t*)volp->sys_id == LUNAIX_ID) {
- kprintf(KINFO "%xh:%xh, /dev/%s, %s
\n
",
+ kprintf(KINFO "%xh:%xh, /dev/%s, %s",
pos->ident.fn_grp,
pos->ident.unique,
pos->name.value,
pos->ident.fn_grp,
pos->ident.unique,
pos->name.value,