diff options
author | Peter Tyser | 2010-04-12 22:28:17 -0500 |
---|---|---|
committer | Wolfgang Denk | 2010-04-13 09:13:26 +0200 |
commit | e9a882803eb59f482ca4aa6ffd6fa21e4c53d618 (patch) | |
tree | 4ababcaa28c6ba75dff4a1fc362a1fe01fb232dc /doc | |
parent | 6260fb0458d94c83aa5b180745b1946c0c94d364 (diff) |
i386: Move cpu/i386/* to arch/i386/cpu/*
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO-i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO-i386 b/doc/TODO-i386 index 2261f4a1f34..9b6c5d41aba 100644 --- a/doc/TODO-i386 +++ b/doc/TODO-i386 @@ -4,11 +4,11 @@ i386 port missing features: * setup the BIOS data area and BIOS equipment word to reflect machine config. * Make reset work (from Linux and from the boot prompt) * DMA, FDC, RTC, KBC initialization -* split of part of cpu/i386/interrupt.c to cpu/i385/entry.c? +* split of part of arch/i386/cpu/interrupt.c to cpu/i385/entry.c? * re-entry of protected mode from real mode, should be added to realmode_switch.S (and used by INT 10h and INT 16h handlers for console I/O during early linux boot...) -* missing functions in arch/i386/lib and cpu/i386 +* missing functions in arch/i386/lib and arch/i386/cpu * speaker beep interface |