File:  [XINU] / xinu / sys / startup.s
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:39:28 2018 UTC (8 years, 2 months ago) by root
Branches: xinu, MAIN
CVS tags: xinu-19910600, HEAD
Xinu for 68000/68010

.globl _console
.data
_console: .long 0	   | for printf, etc.
.text
DISABLE = 0x2700

	movw #DISABLE,sr  | make sure no ints for startup
	jsr _sizmem       | find out how much mem we have
	movel _maxaddr,sp  | relocate stack there
	jmp _nulluser      | and run nulluser



unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.