Changeset cfa70add in mainline for boot/arch/sparc64/loader/Makefile


Ignore:
Timestamp:
2006-09-03T23:37:14Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd85ae5
Parents:
002e613
Message:

sparc64 update.

  • Prototype userspace layer implementation that at least relates to sparc64 and compiles cleanly.
  • Fixes for kernel's preemptible_handler and code related to running userspace.
  • Enable userspace. Several dozen instructions are now run in userspace! We are pretty near the userspace milestone for sparc64.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/Makefile

    r002e613 rcfa70add  
    5858
    5959COMPONENTS = \
    60         $(KERNELDIR)/kernel.bin
     60        $(KERNELDIR)/kernel.bin \
     61        $(USPACEDIR)/ns/ns \
     62        $(USPACEDIR)/init/init \
     63        $(USPACEDIR)/fb/fb \
     64        $(USPACEDIR)/kbd/kbd \
     65        $(USPACEDIR)/console/console \
     66        $(USPACEDIR)/tetris/tetris \
     67        $(USPACEDIR)/ipcc/ipcc \
     68        $(USPACEDIR)/klog/klog
    6169
    6270OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.