Stack trace all black & void arg fix
This commit is contained in:
@@ -19,11 +19,10 @@ The basics that I'm targeting are:
|
||||
|
||||
### Basic utility of what we call a "kernel"
|
||||
|
||||
- Fix terminal driver (backspace issues, scrolling) OR add Flanterm or equivalent
|
||||
- Implement tasks, and task switching + context switching and spinlock acquire/release
|
||||
- Load an executable
|
||||
- Filesystem (TAR for read-only initfs, then maybe read-write using FAT12/16/32 or easier fs) w/ VFS layer
|
||||
- Getting to userspace (syscalls)
|
||||
- Getting to userspace (ring 3 switching, syscall interface)
|
||||
- Porting musl libc or equivalent
|
||||
|
||||
### Scalability/maintenance/expansion features
|
||||
@@ -32,7 +31,6 @@ The basics that I'm targeting are:
|
||||
- SOME error handling in functions
|
||||
- Unit tests
|
||||
- Good error codes (like Linux kernel: ENOMEM, ENOENT, ...)
|
||||
- Make the panic function work within itself without dependencies + error message (and still get cpu context?)
|
||||
|
||||
### Optional features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user