Changeset e692a27 in mainline for arch/ppc32/include


Ignore:
Timestamp:
2006-04-22T22:35:37Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf85e24c
Parents:
c118940
Message:

ppc32: initial userspace support

Location:
arch/ppc32/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/include/asm.h

    rc118940 re692a27  
    133133void asm_delay_loop(__u32 t);
    134134
     135extern void userspace_asm(__address uspace_uarg, __address stack, __address entry);
     136
    135137#endif
  • arch/ppc32/include/boot/boot.h

    rc118940 re692a27  
    4242
    4343typedef struct {
     44        __address addr;
     45        __u32 size;
     46} utask_t;
     47
     48typedef struct {
    4449        __address start;
    4550        __u32 size;
     
    6166
    6267typedef struct {
     68        utask_t init;
    6369        memmap_t memmap;
    6470        screen_t screen;
Note: See TracChangeset for help on using the changeset viewer.