Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | boot: Remove hacks for running boot on UX. | Justus Winter | 2016-11-01 | 1 | -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 McGrath | 1995-09-23 | 1 | -0/+1 |
| | |||||
* | Omit .globl decl for errno; it caused some as complaint. | Roland McGrath | 1995-05-31 | 1 | -1/+1 |
| | |||||
* | Include i386/asm.h and use ENTRY and EXT macros, instead of explicit _s. | Roland McGrath | 1995-05-13 | 1 | -5/+5 |
| | |||||
* | Check for errors. | Roland McGrath | 1995-04-05 | 1 | -6/+8 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1993-11-03 | 1 | -4/+5 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1993-11-03 | 1 | -0/+31 |