Jazz icon indicating copy to clipboard operation
Jazz copied to clipboard

Let's write an OS!

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

- [ ] Implement `malloc()` - [x] Add interface for list - [ ] Add implementation for list - [ ] Documentation

lib
types
stale

Currently using qemu's kernel mode (`-kernel`).

boot
stale

Summary: - [ ] Setup Grub as the bootloader - [ ] Separate kernel into **loader** and **64-bit kernel**. - [ ] Setup transition from 32 to 64 bit mode...

enhancement
boot
types

`klog(LOG_INFO, "this: %d", 123);` prints garbage. Also, need to change `%x` modifier to print hex.

bug
good first issue
types