Coder Social home page Coder Social logo

tachyon3's People

Contributors

mduft avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

tachyon3's Issues

bool heap_init(heap_t* heap) causes Hyper-V and Physical Machine To Reboot Continuously

I have not tracked down exactly which part of the function causes the reset but it is within this function that causes a physical-machine to reset. This was first discovered when running the ISO image on a Hyper-V machine and re-confirmed when running on real hardware.

I will need to do some more debugging but it is a bit difficult to track down atm, I will be attempting to utilize the named pipes within hyper-v for the COM2 interface to see if that'll help track this down.

This is the entry point to where I started tracing the origin of the bug ...

/* initialize the physical memory */
pmem_init();

edit
Ah - I should also mention that the machine im running on ...
AMD Athlon x640, 16GB Ram

build issue, possibly missing some files, and different environment

Hi, I am running this on debian/amd64. Standard multiarch gcc-4.6 that come with the distribution.

$ git clone git://github.com/mduft/tachyon3.git
$ cd tachyon3
$ make
Makefile:25: /home/oxygen/bart/src/tachyon3/tachyon3/.package/env.mk: No such file or directory
make: *** No rule to make target `/home/oxygen/bart/src/tachyon3/tachyon3/.package/env.mk'. Stop.

$ mkdir .package
$ touch .package/env.mk
$ make
[CC ] src/abort.c
bash: x86_64-pc-elf-gcc: command not found
make: *** [/home/oxygen/bart/src/tachyon3/tachyon3/.build/x86_64/src/abort.o] Error 127

$ sed -ie 's/x86_64-pc-elf-//' config/x86*.mk
$ make
[CC ] src/abort.c
[CC ] src/bmap.c
...
[AS ] src/spl.S
/tmp/ccsGJy2R.s: Assembler messages:
/tmp/ccsGJy2R.s: Error: .size expression for spl_mine does not evaluate to a constant

Let me know if you need further info.
-Bart

could Tachyon 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 )

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)

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.