axle icon indicating copy to clipboard operation
axle copied to clipboard

a UNIX-like kernel + userspace

Results 10 axle issues
Sort by recently updated
recently updated
newest added

As part of this port, introduce a bespoke UEFI bootloader and drop axle's dependency on GRUB.

- [ ] POSIX Syscalls - [x] [newlib (Red Hat's standard ANSI C library)](https://sourceware.org/newlib/libc.html) - [ ] [libdispatch](https://github.com/apple/swift-corelibs-libdispatch/blob/master/INSTALL.md) - [ ] [single_file_libs](https://github.com/nothings/single_file_libs)? - [ ] FAT, NTFS, HFSPlus? - [...

axle/src/kernel/util/fat/fat.h references fat_dirent.h but the header is missing.

Are you at all interested in usage reports from real hardware at this point? If so I can debug this farther. I Booted on ISO in real hardware just for...

Promote `rexle` to a windowed "app". Requires #16.

May want to make Axle 64 bit eventually :) For BIOS booting: http://wiki.osdev.org/Setting_Up_Long_Mode If UEFI support is implemented, the UEFI runs in 64 bit and so will already be in...

There could be an "app" that displays information about the system.

`startx` should receive key presses and forward them to the `firstResponder`, which is the last view in focus and is a property that propagates from the deepest view in the...

Adds a `points_for_polygon` function in `glyphs.rs` that interprets the flags for the points in the given indices and interpolates along any control points. Interpolation can be toggled in `parse_gylph()` via...