OK, I know it's not much of a time difference.
Here is the download link:
http://seaosmain.googlepages.com/SeaConsole0.2.zip
It uses actual windows now, has a program manager, and stuff. If you have questions, please respond. Please test this and let me know what you think.
Read the README for more info.
-JL
SeaConsole 0.2
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
SeaConsole 0.2
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
On cygwin:
Code: Select all
~>cd /usr/src/SeaConsole/
/usr/src/SeaConsole>make
make: *** No rule to make target `/home/piranha/cons/Makefile.am', needed by `/home/piranha/cons/Makefile.in'. Stop.
ah.. absolute paths are nice aren't theyCombuster wrote:On cygwin:Code: Select all
~>cd /usr/src/SeaConsole/ /usr/src/SeaConsole>make make: *** No rule to make target `/home/piranha/cons/Makefile.am', needed by `/home/piranha/cons/Makefile.in'. Stop.
Author of COBOS
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Ah..****.
Um..well go into src and (with gcc) type 'gcc cons.c users.c -lncurses -pthread -lmenu -o cons' and then type 'cons'.
That should do it. Sorry about the absolute paths. My IDE did that.
-JL
Um..well go into src and (with gcc) type 'gcc cons.c users.c -lncurses -pthread -lmenu -o cons' and then type 'cons'.
That should do it. Sorry about the absolute paths. My IDE did that.
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Okay, I do that, but I get:
However, I run ./cons, and am able to login as bob.
Code: Select all
cons.c:9:55: error: extern.h: No such file or directory
In file included from cons.c:11:
thread.h: In function 'CreateThread':
thread.h:16: warning: cast to pointer from integer of different size
cons.c:12:39: error: seapack.h: No such file or directory
cons.c: At top level:
cons.c:167: warning: conflicting types for 'bssetup'
scthreads.h:182: warning: previous implicit declaration of 'bssetup' was here
C8H10N4O2 | #446691 | Trust the nodes.
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Oh, was it pre-compiled? huh. OK whatever.
Oh, and this is a Linux program.
Any bugs, those who can run it?
Suggestions?
F1 is help by the way.
-JL
Oh, and this is a Linux program.
Any bugs, those who can run it?
Suggestions?
F1 is help by the way.
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io