plan9fox/sys/src/9/xen
cinap_lenrek 8d51e7fa1a kernel: implement portable userinit() and simplify process creation
replace machine specific userinit() by a portable
implemntation that uses kproc() to create the first
process. the initcode text is mapped using kmap(),
so there is no need for machine specific tmpmap()
functions.

initcode stack preparation should be done in init0()
where the stack is mapped and can be accessed directly.

replacing the machine specific userinit() allows some
big simplifications as sysrfork() and kproc() are now
the only callers of newproc() and we can avoid initializing
fields that we know are being initialized by these
callers.

rename autogenerated init.h and reboot.h headers.
the initcode[] and rebootcode[] blobs are now in *.i
files and hex generation was moved to portmkfile. the
machine specific mkfile only needs to specify how to
build rebootcode.out and initcode.out.
2020-01-26 19:01:36 +01:00
..
xen-public
archxen.c
cppx
dat.h
devrtc.c
devxenstore.c
dpart.c
etherxen.c
fns.h
l.s
main.c kernel: implement portable userinit() and simplify process creation 2020-01-26 19:01:36 +01:00
mem.h kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, add PTECACHED bits 2019-08-26 22:34:38 +02:00
mkfile kernel: implement portable userinit() and simplify process creation 2020-01-26 19:01:36 +01:00
mmu.c kernel: get rid of checkpagerefs() debugging 2019-05-01 12:40:27 +02:00
plan9l.s
sdxen.c
trap.c kernel: implement portable userinit() and simplify process creation 2020-01-26 19:01:36 +01:00
uartxen.c
utilmkfile
xen.s
xenbin.c
xenelf.c
xengrant.c
xenpcf libip: move optimized 386 assembly version of ptclbsum() from kernel to libip 2019-02-27 18:29:08 +01:00
xenstore.c
xensystem.c
xentimer.c