Giter Site home page Giter Site logo

klika-os's People

Contributors

ahamza1 avatar allcontributors[bot] avatar ensar-sarajcic-klika avatar esensar avatar samirhodzic avatar zpasal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

klika-os's Issues

Create new app to show basic system info.

Create simple app to show basic system metrics:

  • OS name & version
  • Free memory (there is already syscall syscall_memory_stats)
  • User memory (there is already syscall syscall_memory_stats)
  • List of all running processes (if possible ability to select process and show more info) - new syscall to return list of all processes.

Licensing

I have noticed that there is no LICENSE.md file present. What is the license in use, if any?

could Klika OS fit on a floppy?

Even today the floppies are still being used, for example - as virtual floppies inside the coreboot open source BIOS. Just imagine: your wonderful OS could be a part of someone's BIOS build! (for coreboot supported motherboard, maybe you have or could get one - see https://www.coreboot.org/Supported_Motherboards )

@zpasal , If you already have a coreboot-supported motherboard, or a real chance to get one, - wouldn't it be cool to be able to launch your own OS straight from the BIOS chip? ;) With one simple command its possible to add any floppy to coreboot BIOS build - and then you see it as a boot entry! Multiple floppies could be added this way (as long as you have enough space left inside the BIOS flash chip, luckily LZMA compression could be used for the stored floppies to reduce their occupied size)

Desktop app

Extend current Desktop application ./apps/desktop with following features:

  1. App always on bottom (disable bring to front using create_window attributes)
  2. Disable window dragging (using create_window attributes)
  3. Full screen app without standard window theme
  4. Ability to have wallpaper
  5. Enumerate all apps in HD /apps folder and show them as icons
  6. Clicking on app spawn new user process (example code can be found in current version of desktop app)
  7. Add icon.kv file to each app folder to describe name and icon name for the app

icon.kv should look like:

icon=example.bmp
name=Sample app
executable=/apps/simplewin/simplewin

ATA Write and FAT 12/16/32 Write file

  • Extend ATA driver with ata_write_one (ability to write single sector).
  • Implement DFS_WriteSector method in FAT driver.
  • Implement syscall_file_write (syscall_file.c) to expose write functionality to user apps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.