Made memory driver notice about location in DS a debug statement.
This commit is contained in:
parent
b1ac60a03b
commit
c452baf68d
1 changed files with 2 additions and 0 deletions
|
@ -340,8 +340,10 @@ message *m_ptr; /* pointer to control message */
|
|||
if (OK != (s = _taskcall(DS_PROC_NR, DS_PUBLISH, &m))) {
|
||||
panic("MEM","Couldn't store RAM disk details at DS.",s);
|
||||
}
|
||||
#if DEBUG
|
||||
printf("MEM stored size %u and base %u at DS, status %d\n",
|
||||
ramdev_size, ramdev_base, s);
|
||||
#endif
|
||||
|
||||
if (OK != (s=sys_segctl(&m_seg[RAM_DEV], (u16_t *) &s,
|
||||
(vir_bytes *) &s, ramdev_base, ramdev_size))) {
|
||||
|
|
Loading…
Reference in a new issue