os-series icon indicating copy to clipboard operation
os-series copied to clipboard

Results 42 os-series issues
Sort by recently updated
recently updated
newest added

Just noticed this small flaw when watching the video.

bug
ep2

- What will it take to enable debugging/remote debugging? Is that a feasible feature to implement: remote debugging from within VSCode? - Use CMake to build and deploy from within...

enhancement

I'm not going to create a PR and bug for a merge for this. This Makefile file DEMANDS some updates not only for readability but simply for robustness. No one...

![image](https://github.com/davidcallanan/os-series/assets/118210442/626c13ef-530f-477c-99e3-e6106399a548) I have no idea why is it happening

Like in the first video, to create a docker virtual environment you have to run `docker build -t

I got error executing this command: docker build buildenv -t myos-buildenv Log: Sending build context to Docker daemon 2.048kB Step 1/9 : FROM randomdude/gcc-cross-x86_64-elf latest: Pulling from randomdude/gcc-cross-x86_64-elf e79bb959ec00: Pull...

i have a working c kernel implementation, and i want to know how to read key presses. example: when the user presses `f5` i want it to call another c...

maker file: kernel_source_files := $(shell find src/impl/kernel -name *.c) kernel_object_files := $(patsubst src/impl/kernel/%.c, build/kernel/%.o, $(kernel_source_files)) x86_64_c_source_files := $(shell find src/impl/x86_64 -name *.c) x86_64_c_object_files := $(patsubst src/impl/x86_64/%.c, build/x86_64/%.o, $(x86_64_c_source_files)) x86_64_asm_source_files :=...

Whenever I try and run my code, it gives me the "no rule to make build-x86_64" ![Screenshot (83)](https://user-images.githubusercontent.com/124718421/230729704-a2ca8e4e-6938-495a-93c8-74b717ae198b.png)