a72050e805
Re-fixed makefile for release
Ben Gras2005-08-24 17:09:29 +00:00
4da92e20db
Don't keep looping on bogus device message.
Ben Gras2005-08-24 16:57:12 +00:00
2609871880
Don't print disk number, we don't know it
Ben Gras2005-08-24 16:56:34 +00:00
f81829d20d
Don't set timeouts back to defaults right away
Ben Gras2005-08-24 16:49:28 +00:00
8a149da394
. Makefile fix to make releasing work again (drivers weren't built) . release -c feature: copy instead of cvs export
Ben Gras2005-08-24 16:49:09 +00:00
d6a5662adb
make mkfs make filesystems with default block size the maximum, instead of 8K
Ben Gras2005-08-24 12:59:51 +00:00
3b5ae428de
Makefile fix.. image up-to-dateness
Ben Gras2005-08-24 12:58:35 +00:00
94ed5c2a4c
Separated one-time keyboard initialization from per-console keyboard initialization. One-time init is called from tty.
Ben Gras2005-08-24 08:15:23 +00:00
87732bd6e0
Added rc.cd that gets executed when starting from CD.
Ben Gras2005-08-24 07:33:13 +00:00
6bfa44771e
MAKEDEV: make more device nodes setup: - fix for root progress bar - fix for network config and mount/umount order
Ben Gras2005-08-24 07:26:48 +00:00
f13d86f6e5
Let m4 accept a command-line argument (input file)
Ben Gras2005-08-24 07:20:04 +00:00
b4d7de6ee1
New makefile (src/tools/Makefile) logic: - make fresh install: still builds new everything (libraries, services, image) - make clean image: only builds new boot image (about 5 sec. now!)
Jorrit Herder2005-08-23 12:53:35 +00:00
872687ddfc
Scheduling updates to the kernel. Sched() function now is single point for policy. Actual policy not yet implemented.
Jorrit Herder2005-08-22 15:14:11 +00:00
a17d7c827b
Al's no-double-empty-lines crusade
Ben Gras2005-08-22 15:08:27 +00:00
07e149a1e3
Imported initial version of user-space port of original sb16 driver. User-space porting by Peter Boonstoppel.
Ben Gras2005-08-22 11:46:06 +00:00
10ba94be2b
Extra setup umounts in case of aborted previous installs. Forget about the /usr re-mounting, it's not necessary and (potentially) causes problems during setup.
Ben Gras2005-08-22 10:01:52 +00:00
0ab4039806
Added two sanity checks: . partitions larger than the disk (this happens when partitions are set to end earlier than they start in part) . zero-sized partitions (this confuses autopart later on)
Ben Gras2005-08-22 09:54:31 +00:00
a01645b788
New scheduling code in kernel. Work in progress. Round-robin within one priority queue works fine. Ageing algorithm to be done.
Jorrit Herder2005-08-19 16:43:28 +00:00
d45066257c
More stack for make. Fixed buffer overrun in make.
Philip Homburg2005-08-18 11:36:36 +00:00
8f9087b8d1
Added support for creating CDs with harddisk emulation
Philip Homburg2005-08-16 12:09:20 +00:00
b4d4450d2d
Al's patch sent mon 15 aug.
Ben Gras2005-08-16 11:37:33 +00:00
3e3c3c0b50
PRettify getty banner with tty name
Ben Gras2005-08-16 11:31:08 +00:00
c392c177b5
Boot environment option 'bios_remap_first'. Thios option remaps the first BIOS drive to d7, the second BIOS drive to d0, the third to d1, etc. This useful for CD-ROM hardisk emulation.
Philip Homburg2005-08-15 13:19:02 +00:00
d807719b57
Also make c0d7 for CD-ROM harddisk emulation.
Philip Homburg2005-08-15 13:17:20 +00:00
2a165d972e
Moved "Changes" comments from system/do_....c to system.h. All changes are now in a single header file.
Jorrit Herder2005-08-10 10:23:55 +00:00
58218775b6
Make timeouts more tolerant, even in strict timeout mode
Ben Gras2005-08-09 16:59:29 +00:00
09a57f885a
Don't source /etc/profile from /etc/rc, but source /etc/rc.timezone as a timezone instead, and set TZ=GMT0 as a default.
Ben Gras2005-08-09 16:58:28 +00:00
ad9e5d2cc0
. setup fixes . added atnormalize commands, which resets at driver timeouts and retries to defaults . usyslogd now logs to /usr/log/messages instead of /var (on root, which is shrinking)
Ben Gras2005-08-09 16:46:46 +00:00