Plan 9 from Bell Labs’s /usr/web/sources/extra/changes/2006/0221

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


kernel: etherigbe changes
 [jmk] --rw-rw-r-- M 1505445 jmk sys 44829 Feb 21 13:07 sys/src/9/pc/etherigbe.c
	[diffs elided - too long]
	[diff -c /n/sourcesdump/2006/0221/plan9/sys/src/9/pc/etherigbe.c /n/sourcesdump/2006/0222/plan9/sys/src/9/pc/etherigbe.c]

8a: cope with new kernel load addresses
 [jmk] --rw-rw-r-- M 1505445 glenda sys 11882 Feb 21 13:16 sys/src/cmd/8l/asm.c
	/n/sourcesdump/2006/0221/plan9/sys/src/cmd/8l/asm.c:2,8 - 
	/n/sourcesdump/2006/0222/plan9/sys/src/cmd/8l/asm.c:2,8
	  
	  #define	Dbufslop	100
	  
	- #define PADDR(a)	((ulong)(a) & ~0x80000000)
	+ #define PADDR(a)	((ulong)(a) & ~0xF0000000)
	  
	  long
	  entryvalue(void)


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.