What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
Created a nice shell for Retro OS 2. Most of the commands are still incorporated into the terminal, `ls` is currently the only useful command that's an actual executable.
- Attachments
-
- builtin `cat` command
- rterm2.png (10.29 KiB) Viewed 6702 times
-
- login and `ls` command
- rterm1.png (9.73 KiB) Viewed 6702 times
Lambda OS:
GitHub: https://github.com/farlepet
GitHub: https://github.com/farlepet
- Alexis211
- Posts: 14
- Joined: Mon Sep 14, 2009 9:19 am
- Libera.chat IRC: lxpz
- Location: France
- Contact:
Re: What does your OS look like? (Screen Shots..)
Hi all,
I've been working on a small BASIC interpreter for my OS.
I'm thinking of improving it to the point were it could completely replace the shell, but there's a lot of work to be done (in its current state, it only support 26 integer variables !)
I've been working on a small BASIC interpreter for my OS.
I'm thinking of improving it to the point were it could completely replace the shell, but there's a lot of work to be done (in its current state, it only support 26 integer variables !)
- Attachments
-
- 2013-06-09-kbasic-1.png (7.79 KiB) Viewed 6560 times
-
- 2013-06-09-kbasic-4.png (6.83 KiB) Viewed 6560 times
-
- 2013-06-09-kbasic-5.png (6.73 KiB) Viewed 6560 times
Re: What does your OS look like? (Screen Shots..)
I finally got around to porting SDL. My video backend supports resizable windows, borders, mouse, and keyboard (some buttons aren't mapped yet, but the majority of keys are).
I also spent some time hacking on snes9x-sdl to get it working.
I also spent some time hacking on snes9x-sdl to get it working.
Re: What does your OS look like? (Screen Shots..)
So I finally got around to getting that pesky multithreading in kernel space.
I'll finish the heap's SLAB system, then rewrite an X4 release, once I start studying some SMP things.
Hopefully most of the things in X3 would be easily portable... I dunno.
PLEA FOR HELP:
Can *someone* *please* help me get a HDD image with GRUB (legacy preferably), on it? I cannot for the life of me get one working.
Thanks!
I'll finish the heap's SLAB system, then rewrite an X4 release, once I start studying some SMP things.
Hopefully most of the things in X3 would be easily portable... I dunno.
PLEA FOR HELP:
Can *someone* *please* help me get a HDD image with GRUB (legacy preferably), on it? I cannot for the life of me get one working.
Thanks!
[nx] kernel: http://github.com/zhiayang/nx
Re: What does your OS look like? (Screen Shots..)
@requimrar what is that editor in the background? Looks cool, hope there's one like that not just for mac.
Nice OS btw!
Nice OS btw!
Currently developing Lithium OS (LiOS).
Recursive paging saves lives.
"I want to change the world, but they won't give me the source code."
Recursive paging saves lives.
"I want to change the world, but they won't give me the source code."
Re: What does your OS look like? (Screen Shots..)
BMW wrote:@requimrar what is that editor in the background? Looks cool, hope there's one like that not just for mac.
Nice OS btw!
There is!
http://www.sublimetext.com/2
The theme is Tomorrow Night Aqua. I highly recommend ST2; it's clean, simple yet inherently feature rich. It uses TextMate language (and theme files apparently, AFAIK) files, and has python plugins.
Available for OSX, Windows and Ubuntu
Haha thanks for the complement (:
[nx] kernel: http://github.com/zhiayang/nx
Re: What does your OS look like? (Screen Shots..)
OT. I use Sublime2 on Mac and Ubuntu. Highly recomended!
I'm Eino Tuominen from Finland, a web software dev learning low level stuff and reading / trying out kernel dev
Re: What does your OS look like? (Screen Shots..)
It is easy. Download my OS Boot Tools archive, copy "grub.sys" (it is GRUB legacy) from the package to the root of file system in your image, then make it bootable by "boot" utility or by direct storing of boot code. All instructions given. If you have further questions, please PM me.requimrar wrote:Can *someone* *please* help me get a HDD image with GRUB (legacy preferably), on it?
Re: What does your OS look like? (Screen Shots..)
Thanks!!requimrar wrote: There is!
http://www.sublimetext.com/2
The theme is Tomorrow Night Aqua. I highly recommend ST2; it's clean, simple yet inherently feature rich. It uses TextMate language (and theme files apparently, AFAIK) files, and has python plugins.
Available for OSX, Windows and Ubuntu
EDIT: Wow I am in love with this editor, wish I had come across it sooner!
EDIT #2: This is honestly the best editor in the world. The interface is so clean and intuitive that it compells me to write clean code. Since I got it I have been cleaning up my code. Fully recommended for anyone.
Currently developing Lithium OS (LiOS).
Recursive paging saves lives.
"I want to change the world, but they won't give me the source code."
Recursive paging saves lives.
"I want to change the world, but they won't give me the source code."
Re: What does your OS look like? (Screen Shots..)
If you marry it with SublimeClang then you have code warnings and errors highlighting in editor almost like in Xcode.BMW wrote:EDIT #2: This is honestly the best editor in the world. The interface is so clean and intuitive that it compells me to write clean code. Since I got it I have been cleaning up my code. Fully recommended for anyone.
DocBlockr is very nice for documenting your functions, makes it really easy.
Of course, install plugins via Package Control - fast and easy.
Having said that, I already switched to ST3 - even faster.
Learn to read.
Re: What does your OS look like? (Screen Shots..)
dozniak wrote:If you marry it with SublimeClang then you have code warnings and errors highlighting in editor almost like in Xcode.BMW wrote:EDIT #2: This is honestly the best editor in the world. The interface is so clean and intuitive that it compells me to write clean code. Since I got it I have been cleaning up my code. Fully recommended for anyone.
DocBlockr is very nice for documenting your functions, makes it really easy.
Of course, install plugins via Package Control - fast and easy.
Having said that, I already switched to ST3 - even faster.
IIRC there's no replacement for SublimeClang in ST3? Dockblockr sounds like something nice to have, I'll check it out!
[nx] kernel: http://github.com/zhiayang/nx
Re: What does your OS look like? (Screen Shots..)
Unfortunately, there isn't. I just write code without SublimeClang now, although I do miss it at times. I made a build system invocation from ST3 though and can just click through the error/warning messages to the editor and fix them. On the upside it doesn't try to parse me in real time and the editor feels snappier.requimrar wrote:IIRC there's no replacement for SublimeClang in ST3?
Learn to read.
Re: What does your OS look like? (Screen Shots..)
Just to get us back on topic...
-
- Member
- Posts: 100
- Joined: Wed Mar 13, 2013 2:27 am
Re: What does your OS look like? (Screen Shots..)
Wow, you've built a hobby operating on another hobby operating system!klange wrote:Just to get us back on topic...
I'm guessing time passes a lot faster in the new operating system, also if the operating system crashes it will end up in limbo. This would just be uninitalised memory space.
TachyonOS - Violates causality on 95% of attempts. Runs at approximately 1.5c.
Re: What does your OS look like? (Screen Shots..)
klange, your Operative System is amazing. Please, keep on posting your progress.