aboutsummaryrefslogtreecommitdiff
path: root/boot/syscall.S
Commit message (Collapse)AuthorAgeFilesLines
* boot: Remove hacks for running boot on UX.Justus Winter2016-11-011-35/+0
| | | | | | | | | | | | | | * boot/Makefile (COMMON-OBJS): Do not build server stubs for the bootstrap protocol. Remove all UX-related variables and targets. * boot/boot.c: Remove all UX-related definitions and includes. * boot/frank1.ld: Delete file. * boot/frankemul.ld: Likewise. * boot/mach-crt0.c: Likewise. * boot/sigvec.S: Likewise. * boot/syscall.S: Likewise. * boot/ux.c: Likewise. * boot/ux.h: Likewise.
* Restore entry SP before return.Roland McGrath1995-09-231-0/+1
|
* Omit .globl decl for errno; it caused some as complaint.Roland McGrath1995-05-311-1/+1
|
* Include i386/asm.h and use ENTRY and EXT macros, instead of explicit _s.Roland McGrath1995-05-131-5/+5
|
* Check for errors.Roland McGrath1995-04-051-6/+8
|
* entered into RCSMichael I. Bushnell1993-11-031-4/+5
|
* Initial revisionMichael I. Bushnell1993-11-031-0/+31