1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-04-27 12:38:46 +00:00

- initial import for OCR of section e12 -- init.s

This commit is contained in:
tim.newsham
2008-05-04 23:04:27 +00:00
parent ae27d1b693
commit 73628d7ea4
6 changed files with 178 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ rebuild() {
r u8 e08
r u9 e09
r ux e10
#r sh e11
#r ini e12
r sh e11
r init e12
}
p() { echo ' ' $1; patch -s -p1 <../patches/$1.patch; }