Special IDE specially designed for OS Developers!
Posted: Sun Feb 01, 2015 11:18 am
Free and open source IDE for X86 Operating System Development: http://bestsoft.azurewebsites.net/bestsoft-space
The Place to Start for Operating System Developers
https://f.osdev.org/
Code: Select all
Hey.
Welcome to Bestsoft Space for Linux /p>
I think they are poor OS developers. They don't even know that this can cause stack over-flow.http://bestsoft.azurewebsites.net/bestsoft-space/ wrote:Code: Select all
[...] kk: call kk cmp eax, 4 [...]
If downloaded one can find there some standard applications like qemu, nasm, dd and others. Also there is just one understandable code file which is named "bootloader.asm". Few other source files look like asm code, but are found under the Dash directory, which (as far as I can understand) is some new language advertised on the web page. And that's all sources we have in the downloaded zip file.Bestsoft wrote:Free and open source IDE for X86 Operating System Development: http://bestsoft.azurewebsites.net/bestsoft-space
You can't assert that without seeing the rest of the code.muazzam wrote:I have seen this on their website:I think they are poor OS developers. They even does not know this cause stack overflow.http://bestsoft.azurewebsites.net/bestsoft-space/ wrote:Code: Select all
[...] kk: call kk cmp eax, 4 [...]
But I am quite sure that this code is to halt the system. Such as "jmp $" or "hlt".iansjack wrote: You can't assert that without seeing the rest of the code.
I don't think it's malicious, just very poorly made.embryo wrote:So, why one should run the chinese virus? What consequences will it lead to?
Hahaha, at least I'm not the only one who noticed this.muazzam wrote:I have seen this on their website:I think they are poor OS developers. They even does not know this cause stack overflow.http://bestsoft.azurewebsites.net/bestsoft-space/ wrote:Code: Select all
[...] kk: call kk cmp eax, 4 [...]
But without seeing the rest of the code you can't tell whether this snippet is ever run. If it isn't then it's not going to cause stack overflow (indeed, it's not going to have any effect).muazzam wrote:But I am quite sure that this code is to halt the system. Such as "jmp $" or "hlt".iansjack wrote: You can't assert that without seeing the rest of the code.
Someone linked to one of my postsSpyderTL wrote: Here's just one that I found in my own post history: http://forum.osdev.org/viewtopic.php?f=13&t=28466