Giter Club home page Giter Club logo

houri's Introduction

houri

A free (libre) and open source OS/kernel for x86 systems.

Building crosscompilers

HouriOS is a x86 Operating System, thus your x86-64 compiler won't work. Unless you are running a x86 system, you should follow the instructions at OSDev Wiki

Build Instruction

Required dependency: gcc and ld for i686-elf, make are required for building the kernel. You might need GRUB if you want to build a bootable ISO.
HouriOS should work with any virtual machines, however I have only tested it on QEMU.

Building kernel

make houri

Building ISO with GRUB

make iso-grub

houri's People

Contributors

hourin0 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

houri's Issues

Better Implementation of SSGetStr()

SSGetStr() uses its own static keypacket. Thus, if you use a modifier key (Ctrl, Meta, Super) to use a function that calls SSGetStr(), the key release signal of that modifier key will not be known to ssatori_main()'s keypacket variable, and instead will be registered to SSGetStr()'s keypacket. As a result, your modifier key flag will not be cleared, and you have to press that key a second time to send the release signal.
1 solution I initially used was making SSGetStr takes a keypacket pointer. However it doesn't make sense that a function to log out have to take a *keypacket parameter.
Using global variable might work, however most programmers are against it.
Let me know what solution you thought of, and possible try to re-implement SSGetStr()

RGB Keyboard driver

we need RGB keyboard driver for rainbow glowing the dark keyboard. trust me this is mandatory and crucial for the development of this OS.

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.