Changeset 2a40908 in mainline


Ignore:
Timestamp:
2005-11-07T16:26:23Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00eddde
Parents:
a725deb
Message:

initial (very raw) user space support

Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • build.ia32

    ra725deb r2a40908  
    2020
    2121make all ARCH=ia32 $COMPILER
     22( cd uspace/libc && make all ARCH=ia32 $COMPILER )
     23( cd uspace && make all ARCH=ia32 $COMPILER )
  • clean.ia32

    ra725deb r2a40908  
    22
    33make dist-clean ARCH=ia32
     4( cd uspace/libc && make dist-clean ARCH=ia32 )
     5( cd uspace && make dist-clean ARCH=ia32 )
    46
    57rm arch/ia32/_link.ld
Note: See TracChangeset for help on using the changeset viewer.