GithubHelp home page GithubHelp logo

nanochess / bootos Goto Github PK

View Code? Open in Web Editor NEW
1.8K 1.8K 89.0 147 KB

bootOS is a monolithic operating system in 512 bytes of x86 machine code.

License: BSD 2-Clause "Simplified" License

Makefile 0.48% Batchfile 0.24% Assembly 99.28%

bootos's Issues

enter command corrupts data after multiple use

The command enter doesn't clean up code buffer before you use it. If you enter a large program (e.g. 512 bytes) and then a small program (e.g. 10 bytes), the second program will be a copy of the first program with some changes.

You can just add a int 0x19 at the end of the enter code.

Files not found on USB stick

Why can bootOS not read files from a USB stick if i copied it onto and boot?
Everytime i enter a command it stops working and shows a blinking cursor.
Example:
$dir

format does not create a bootable disk

After an optimization, the service list and the 55AA signature are not copied to osbase. This behavior was relied upon by format. Here's a hexdump excerpt:

000001c0: 626f 6f74 4f53 004f 6f70 7300 0364 6972  bootOS.Oops..dir
000001d0: 777a 0666 6f72 6d61 748f 7a05 656e 7465  wz.format.z.ente
000001e0: 727f 7b03 6465 6c6b 7a03 7665 7220 7a00  r.{.delkz.ver z.
000001f0: 0000 0000 0000 0000 0000 0000 0000 0000  ................

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.