Skip to content

Commit aba8a6f

Browse files
committed
[build] 0.9.0-rc1, default xms=off, add nxstart to /etc/passwd, remove bobcat
1 parent 586702c commit aba8a6f

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

buildext.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ make_all()
336336
elks_viewer
337337
gzip
338338
lua
339-
bobcat
339+
#bobcat
340340
kilomacs
341341
elksmoria
342342
fi

elks/Makefile-rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ include $(TOPDIR)/Make.defs
5858
VERSION = 0 # (0-255)
5959
PATCHLEVEL = 9 # (0-255)
6060
SUBLEVEL = 0 # (0-255)
61-
PRE = -dev
61+
PRE = -rc1
6262

6363
#########################################################################
6464
# Specify the architecture we will use.

elkscmd/rootfs_template/bootopts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#comirq=,,7,10
99
#umb=0xC000:0x800,0xD000:0x1000
1010
hma=kernel
11-
xms=on
11+
#xms=on
1212
#xms=int15
1313
#xmsbuf=0
1414
#disable=hda,cfa,df0,fd0

elkscmd/rootfs_template/etc/passwd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ toor::0:0:Admin:/root:/bin/sash
33
bin:*:1:1:bin:/bin:
44
daemon:*:2:2:daemon:/bin:
55
sync::5:0:sync:/bin:/bin/sync
6-
shutdown::6:0:shutdown:/bin:/bin/shutdown
7-
poweroff::7:0:poweroff:/bin:/bin/poweroff
8-
reboot::8:0:poweroff:/bin:/bin/reboot
6+
nxstart::6:0:nxstart:/bin:/bin/nxstart
97
meminfo::9:0:meminfo:/root:/bin/meminfo
108
ps::10:0:meminfo:/root:/bin/ps
119
tty::11:0:tty:/home:/bin/tty

0 commit comments

Comments
 (0)