Changeset 675 for trunk/kernel/Makefile


Ignore:
Timestamp:
Nov 20, 2020, 12:06:16 AM (4 years ago)
Author:
alain
Message:

1) Introduce up to 4 command lines arguments in the KSH "load" command.
These arguments are transfered to the user process through the
argc/argv mechanism, using the user space "args" vseg.

2) Introduce the named and anonymous "pipes", for inter-process communication
through the pipe() and mkfifo() syscalls.

3) Introduce the "chat" application to validate the two above mechanisms.

4) Improve printk() and assert() fonctions in printk.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/Makefile

    r667 r675  
    8989              build/kern/dqdt.o             \
    9090              build/kern/do_syscall.o       \
    91               build/kern/rpc.o
     91              build/kern/rpc.o              \
     92              build/kern/alarm.o            \
     93              build/kern/pipe.o
    9294
    9395DEV_OBJS    = build/devices/dev_txt.o       \
Note: See TracChangeset for help on using the changeset viewer.