- - Rewritten startup code. GDT, IDT and TSS moved away from zero page.
commit5226b62caa66406121967889e216f36086499855
authorsonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 10 Sep 2011 18:15:49 +0000 (10 18:15 +0000)
committersonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 10 Sep 2011 18:15:49 +0000 (10 18:15 +0000)
tree3a019380ca329c907f8cdbc07c6df3f8eb9a7c67
parente5602c4a1f726a3683a68a510d5af5820c1ece10
- - Rewritten startup code. GDT, IDT and TSS moved away from zero page.
- Use libbootconsole for debug output, can now print output on VESA screen.
- Merged some more code with x86-64

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@41249 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
30 files changed:
arch/all-pc/kernel/cli.s [new file with mode: 0644]
arch/all-pc/kernel/make.opts [moved from arch/x86_64-pc/kernel/make.opts with 100% similarity]
arch/all-pc/kernel/mmakefile.src
arch/all-pc/kernel/sti.s [new file with mode: 0644]
arch/all-pc/kernel/xtpic.h
arch/i386-pc/bootstrap/bootstrap.c
arch/i386-pc/exec/core.c
arch/i386-pc/exec/disable.c [deleted file]
arch/i386-pc/exec/exec_init.c
arch/i386-pc/exec/memoryrawio.c
arch/i386-pc/exec/mmakefile.src
arch/i386-pc/exec/rawputchar.c [deleted file]
arch/i386-pc/exec/screen.c [deleted file]
arch/i386-pc/exec/serialrawio.c [deleted file]
arch/i386-pc/exec/traps.h
arch/i386-pc/kernel/core_interrupts.s [new file with mode: 0644]
arch/i386-pc/kernel/exec_extern.h [new file with mode: 0644]
arch/i386-pc/kernel/kernel_debug.c
arch/i386-pc/kernel/kernel_intern.h
arch/i386-pc/kernel/mmakefile.src
arch/i386-pc/kernel/platform_init.c [new file with mode: 0644]
arch/i386-pc/kernel/reboot.s [new file with mode: 0644]
arch/i386-pc/kernel/startup.c
arch/i386-pc/kernel/traps.c [moved from arch/i386-pc/exec/traps.c with 73% similarity]
arch/i386-pc/kernel/traps.h [copied from arch/i386-pc/exec/traps.h with 97% similarity]
arch/i386-pc/kernel/utils.c [new file with mode: 0644]
arch/i386-pc/kernel/utils.h [new file with mode: 0644]
arch/x86_64-pc/kernel/cli.s [deleted file]
arch/x86_64-pc/kernel/mmakefile.src
arch/x86_64-pc/kernel/sti.s [deleted file]