File: TODO

package info (click to toggle)
dynamips 0.2.14-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, buster, forky, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 5,448 kB
  • ctags: 14,852
  • sloc: ansic: 104,416; perl: 20; sh: 4; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
XXX this TODO list is from the original author, it is kept as reference

- Correct branch delay slot handling with exceptions.
- Complete/accurate console driver.
- Memory write protection and proper TLB management.
- TLB exceptions.
- FPU operations.
- add/addi: to implement with integer overflow exception support ?
- Multicore CPU ?

+ TODO list on Web-site.


object referencing
==================
* at this time, only at high-level, should be done at low-level ?
* nio management for atmsw/frsw/bridge/...: really useful to record NIOs ?
* nio bindings for instances: add_nio_binding / pa_set_nio / pa_unset_nio ...

add_nio_binding is used before instance startup.

===> add_nio_binding/remove_nio_binding: manage NIO bindings with object
     reference.
===> pa_set_nio/pa_unset_nio become pa_enable_nio/pa_disable_nio => without
     NIO parameter (NIO must be defined with add_nio_binding)
===> remove_nio_binding: check the NIO is not used anymore in instance ???
===> Remark: a NIO can be used many times (example: shared eth media)