Code Monkey home page Code Monkey logo

dominos's People

Contributors

jnider avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

dominos's Issues

syslinux bootloader doesn't load any kernel automatically

Despite many trial modifications to the syslinux.cfg file, syslinux always fails with the error "Can't find kernel" leaving me at the "boot" prompt.
From the "boot" prompt, I am able to load mboot.c32 and the joel4.elf kernel manually. I suspect this may be someway connected to the ISO image format.

port to 64-bit

This code does not compile on a 64-bit host
the target code should also be 64-bit

jump to protected mode can fail

If there is no code after loading the GDT, there is a general protection fault. By putting in a dummy printf(), everything works.

joel4: triple fault on switch to root task

The root task page tables are not set up right, which causes a page fault. The page fault handler is not set up right, which causes some other fault (2). The double fault handler is not accessible, which causes a fault(3). Triple fault, and the machine is halted.

add kernel configurator

Should be able to build the kernel for different target architectures, and different processors

missing cast

src/kernel.c:269:21: warning: assignment makes integer from pointer without a cast [enabled by default]

incompatible pointer type in syscall table

src/syscall.c:50:4: warning: initialization from incompatible pointer type [enabled by default]
src/syscall.c:50:4: warning: (near initialization for ‘syscall_handler_table[0]’) [enabled by default]

build prerequisites aren't working

For example:
When compiling src/kernel.c, modified header files that are included are not noticed, and the .c file is not rebuilt as a result.

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.