Просмотр исходного кода

Note basemem API change.

tags/v0.9.3
Michael Brown 19 лет назад
Родитель
Сommit
90cf689810
1 измененных файлов: 10 добавлений и 0 удалений
  1. 10
    0
      src/arch/i386/drivers/net/undi.c

+ 10
- 0
src/arch/i386/drivers/net/undi.c Просмотреть файл

9
 $Id$
9
 $Id$
10
 ***************************************************************************/
10
 ***************************************************************************/
11
 
11
 
12
+/*
13
+ * NOTE TO SELF: basemem.c no longer zeroes freed base memory, because
14
+ * that behaviour is incompatible with librm.  Instead, we must make
15
+ * sure that the !PXE and PXENV+ structures are rendered unusable
16
+ * (e.g. by destroying the signature) when we shut down an underlying
17
+ * pixie.
18
+ *
19
+ */
20
+#warning "undi.c needs to destroy the !PXE signature when freeing a pixie"
21
+
12
 /*
22
 /*
13
  * This program is free software; you can redistribute it and/or
23
  * This program is free software; you can redistribute it and/or
14
  * modify it under the terms of the GNU General Public License as
24
  * modify it under the terms of the GNU General Public License as

Загрузка…
Отмена
Сохранить