The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] More PDP-7 progress
@ 2016-03-15 20:17 Warren Toomey
  2016-03-16 10:55 ` arnold
  0 siblings, 1 reply; 2+ messages in thread
From: Warren Toomey @ 2016-03-15 20:17 UTC (permalink / raw)


$ pdp7 unixv0.simh		# Run the PDP-7 Unix kernel on SimH

PDP-7 simulator V4.0-0 Beta
sim> c				# Start execution

login: ken
password: ken
@ date
Thu Jan 01 1970 00:00:05
@ ls -l
00004 drw-- 01 777 00050 dd      
00035 drwr- 01 012 00060 .       
00003 drw-- 01 777 00270 system  
00036 lrwr- 01 777 00305 date    
00037 lrwr- 01 777 00441 ls      
@

inum perms lnks uid size file

Root was user-id -1, but the octal print routine sees as an unsigned
int and prints it truncated to three octal digits, 777.

So, the kernel boots and runs.

Cheers, Warren


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [TUHS] More PDP-7 progress
  2016-03-15 20:17 [TUHS] More PDP-7 progress Warren Toomey
@ 2016-03-16 10:55 ` arnold
  0 siblings, 0 replies; 2+ messages in thread
From: arnold @ 2016-03-16 10:55 UTC (permalink / raw)


Extraordinarily cool!  Keep up the good work!

Arnold

Warren Toomey <wkt at tuhs.org> wrote:

> $ pdp7 unixv0.simh		# Run the PDP-7 Unix kernel on SimH
>
> PDP-7 simulator V4.0-0 Beta
> sim> c				# Start execution
>
> login: ken
> password: ken
> @ date
> Thu Jan 01 1970 00:00:05
> @ ls -l
> 00004 drw-- 01 777 00050 dd      
> 00035 drwr- 01 012 00060 .       
> 00003 drw-- 01 777 00270 system  
> 00036 lrwr- 01 777 00305 date    
> 00037 lrwr- 01 777 00441 ls      
> @
>
> inum perms lnks uid size file
>
> Root was user-id -1, but the octal print routine sees as an unsigned
> int and prints it truncated to three octal digits, 777.
>
> So, the kernel boots and runs.
>
> Cheers, Warren


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-16 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15 20:17 [TUHS] More PDP-7 progress Warren Toomey
2016-03-16 10:55 ` arnold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).