Page 160 of 262

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Aug 27, 2016 5:55 am
by Octacone
SeanMc wrote:
alexfru wrote:
SeanMc wrote:I'm still getting the hang of ASM x86. I might be getting too hot for my experience. :P
Yay! :)
I accidentally threw away the source code, though. :(
:shock: :o :|
What? You accidentally deleted your own source code?

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Aug 27, 2016 8:58 am
by sernico
Use a recovery software, this works only if you deleted all with recycle bin of Windows

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Aug 27, 2016 10:29 am
by mariuszp
sernico wrote:Use a recovery software, this works only if you deleted all with recycle bin of Windows
recovery software can recover files regardless of how they were deleted, it doesn't have anything to do with the recycle bin.

it basically finds sectors that were freed but not overwritten, in hopes of recovering some files information.

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Aug 27, 2016 10:37 am
by onlyonemac
It might be worth adding that recovery software, depending on the method used, doesn't always work too well with text files (such as software source code). If it recovers the files using left-over structures in the filesystem, it will know where the file is supposed to be and how long it is, but as most modern filesystems overwrite these structures for security reasons modern recovery software tends to depend more on the structure of the file to determine where it starts and ends (this only works if the file isn't fragmented, of course). This doesn't work with text files because, unlike common office and media file formats (for example), they don't have standard headers/footers/blocks/size fields that can be used as a "signature" to locate the file and obtain information about it.

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 28, 2016 7:26 am
by mariuszp
onlyonemac wrote:It might be worth adding that recovery software, depending on the method used, doesn't always work too well with text files (such as software source code). If it recovers the files using left-over structures in the filesystem, it will know where the file is supposed to be and how long it is, but as most modern filesystems overwrite these structures for security reasons modern recovery software tends to depend more on the structure of the file to determine where it starts and ends (this only works if the file isn't fragmented, of course). This doesn't work with text files because, unlike common office and media file formats (for example), they don't have standard headers/footers/blocks/size fields that can be used as a "signature" to locate the file and obtain information about it.
Not *quite* true for source code; C files, for example, will have a bunch of "#include" near the beginning most of the time.

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 28, 2016 9:43 am
by onlyonemac
mariuszp wrote:Not *quite* true for source code; C files, for example, will have a bunch of "#include" near the beginning most of the time.
Although that's still somewhat "fuzzier" than locating a true header and using the structure of the file to determine its size.

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 28, 2016 10:31 am
by Octacone
Basic OS Update:
1.Finally finally finally managed to finish the backspace, was having an awful bug. :D
2.Finished command framework, added help lists and descriptors.
3.Finished scrolling, I decided to clear the entire screen.
4.Implemented couple of commands.
5.As you can see my PIT and uptime counter both work.
6.Conclusion: terminal framework is finally "finished" and ready to be called stable.

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 28, 2016 12:08 pm
by ExeTwezz
octacone wrote:Basic OS Update:
1.Finally finally finally managed to finish the backspace, was having an awful bug. :D
2.Finished command framework, added help lists and descriptors.
3.Finished scrolling, I decided to clear the entire screen.
4.Implemented couple of commands.
5.As you can see my PIT and uptime counter both work.
6.Conclusion: terminal framework is finally "finished" and ready to be called stable.
Finally, someone has given his OS the same name as I have =D>, but it was centuries ago.

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 28, 2016 12:14 pm
by Techel
Well, calling it Basic OS is very original :D

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 28, 2016 12:23 pm
by Octacone
ExeTwezz wrote:
octacone wrote:Basic OS Update:
1.Finally finally finally managed to finish the backspace, was having an awful bug. :D
2.Finished command framework, added help lists and descriptors.
3.Finished scrolling, I decided to clear the entire screen.
4.Implemented couple of commands.
5.As you can see my PIT and uptime counter both work.
6.Conclusion: terminal framework is finally "finished" and ready to be called stable.
Finally, someone has given his OS the same name as I have =D>, but it was centuries ago.
Techel wrote:Well, calling it Basic OS is very original :D
:D :D :D xD

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 28, 2016 1:32 pm
by matt11235
octacone wrote:1.Finally finally finally managed to finish the backspace, was having an awful bug. :D
Backspace? You mean you make mistakes? [-X

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 28, 2016 2:35 pm
by f2
Here is Obsidian OS with a new window design. I have also removed almost all graphical applications, for the moment.
I'm focusing now on OS stability and I'm also trying to make the OS much simpler. GUI apps will be re-added later.
Obsidian OS - Command Processor
Obsidian OS - Command Processor

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 28, 2016 3:54 pm
by Octacone
zenzizenzicube wrote:
octacone wrote:1.Finally finally finally managed to finish the backspace, was having an awful bug. :D
Backspace? You mean you make mistakes? [-X
Yeah, it was my fault. :^o
Also why does the font seem so small?

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 28, 2016 3:55 pm
by Octacone
f2 wrote:Here is Obsidian OS with a new window design. I have also removed almost all graphical applications, for the moment.
I'm focusing now on OS stability and I'm also trying to make the OS much simpler. GUI apps will be re-added later.
[attachment=0]-snip-
I like this one better. Stick with it.

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 28, 2016 4:15 pm
by f2
octacone wrote:
f2 wrote:Here is Obsidian OS with a new window design. I have also removed almost all graphical applications, for the moment.
I'm focusing now on OS stability and I'm also trying to make the OS much simpler. GUI apps will be re-added later.
[attachment=0]-snip-
I like this one better. Stick with it.
Yeah, me too. It remind me twm, an old window manager on Unix/Linux:
Image