Changeset ef0aa999 in mainline for libc/arch/ia32/src/entry.s


Ignore:
Timestamp:
2005-12-20T23:18:23Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf4a823
Parents:
e649dfa
Message:

user space init working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/ia32/src/entry.s

    re649dfa ref0aa999  
    3737#
    3838__entry:
     39        mov %ss, %ax
     40        mov %ax, %ds
     41        mov %ax, %es
     42        mov %ax, %fs
     43        mov %ax, %gs
    3944       
    4045        call main
Note: See TracChangeset for help on using the changeset viewer.