1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-02-27 09:20:00 +00:00

20 Commits

Author SHA1 Message Date
tim.newsham
e76f9b8e92 - remove patch to comment out dc-11 ttys 2008-06-26 05:33:04 +00:00
warren.toomey
1e6913550f This changes the number of swap blocks allocated per process from 17 to 33.
This should allow the kernel to swap out up to 16K per process, which goes
along with the increased address space size. There may be some other tweaks
to get a 16K address space working fully.
2008-05-17 02:35:41 +00:00
tim.newsham
ff378c41df - added a patch to make shell functional, but not completely like the
s2 shell.
2008-05-17 01:58:53 +00:00
tim.newsham
a5833b0774 - oops, botched this. cleaned up now. 2008-05-11 20:47:30 +00:00
tim.newsham
acacd8a523 - add a patch to sh.s which encapsulates the difference between it and
the s2 /bin/sh.
2008-05-11 20:43:41 +00:00
tim.newsham
b7a15bfef6 - sh.s builds from sources now, but doesnt work entirely from login yet.
right now it installs into /bin/xsh for testing.
2008-05-08 04:57:18 +00:00
warren.toomey
f6c6651f81 Update comments. 2008-05-07 04:03:41 +00:00
tim.newsham
d898c01505 - some notes about the "core" and optional system we're using. 2008-05-07 03:23:16 +00:00
warren.toomey
b5a8011b93 Made core patches and optional patches. Modified tools/rebuild to deal with
these. Modified patches/core/v2_as.patch so that we no longer need sys1.s,
and changed tools/assemv2 to no longer create sys1.s.
2008-05-07 02:44:19 +00:00
warren.toomey
bcee3fe083 Yes! I finally fixed the CR annoyance! 2008-05-06 23:55:17 +00:00
tim.newsham
92b192ed1e - Fixed tools/as to use the v2 assembler instead of the v7 assembler,
which also required some tweaks to tools/fixaout.py
- update init patch to use v2 assembler and also added my patch to
  use tty8.
2008-05-06 23:09:07 +00:00
warren.toomey
6ea994d192 v2_as.patch
Defines mount as _mount, gtty as _gtty, so that these symbols will not
    conflict with the pre-defined symbols in the V2 assembler.
2008-05-06 15:31:15 +00:00
warren.toomey
84a2f46b52 Remove output delays for mechanical teletypes, so output goes faster. 2008-05-05 11:43:04 +00:00
warren.toomey
73368930f0 Allow uppercase keyboard input and the } character. 2008-05-05 11:04:50 +00:00
warren.toomey
74f911c70b Increase the amount of memory user programs have, so that the last1120
C compiler will run.
2008-05-05 08:40:13 +00:00
warren.toomey
f02613c0de Added details of ecore.patch 2008-05-05 08:39:42 +00:00
tim.newsham
114c170431 - oops, I had "break" set incorrectly. 2008-05-05 01:53:43 +00:00
tim.newsham
3a86623164 - getting closer to building our own init. 2008-05-04 23:11:06 +00:00
tim.newsham
5ed8f7c3ae - added an optional patch for running 0407 a.out binaries
- fixed "rebuild" to take a list of optional patches.
2008-05-04 20:14:47 +00:00
tim.newsham
75d9e5ad52 - cleaned up the build process some
- use patches instead of sed hacks.  
  - comments for all patches, and each one separated.
  - apply patches as part of "rebuild" instead of in assemv7.
2008-05-04 18:52:38 +00:00